Skip to content

Commit d62bf58

Browse files
Merge pull request #341 from melanger/patch-3
Fix remote metadata config example in README
2 parents adbf458 + 479a562 commit d62bf58

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -193,11 +193,10 @@ Metadata from local file:
193193

194194
Metadata from remote URL:
195195

196-
"metadata": {
197-
"remote":
198-
- url:https://kalmar2.org/simplesaml/module.php/aggregator/?id=kalmarcentral2&set=saml2
199-
cert:null
200-
}
196+
"metadata":
197+
remote:
198+
- url: "https://kalmar2.org/simplesaml/module.php/aggregator/?id=kalmarcentral2&set=saml2"
199+
cert: null
201200

202201
For more detailed information on how you could customize the SAML entities,
203202
see the

0 commit comments

Comments
 (0)