File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -193,18 +193,21 @@ For example::
193
193
194
194
"metadata" : {
195
195
"local": [
196
- "metadata.xml", "vo_metadata.xml"
197
- ],
196
+ "metadata.xml",
197
+ "vo_metadata.xml",
198
+ ],
198
199
"remote": [
199
200
{
200
- "url":"https://kalmar2.org/simplesaml/module.php/aggregator/?id=kalmarcentral2&set=saml2",
201
- "cert":"kalmar2.cert"
202
- }],
201
+ "url": "https://kalmar2.org/simplesaml/module.php/aggregator/?id=kalmarcentral2&set=saml2",
202
+ "cert": "kalmar2.cert",
203
+ },
204
+ ],
203
205
"mdq": [
204
206
{
205
- "url":"http://mdq.ukfederation.org.uk/",
206
- "cert":"ukfederation-mdq.pem"
207
- }],
207
+ "url": "http://mdq.ukfederation.org.uk/",
208
+ "cert": "ukfederation-mdq.pem",
209
+ },
210
+ ],
208
211
},
209
212
210
213
The above configuration means that the service should read two aggregate local
You can’t perform that action at this time.
0 commit comments