Skip to content

Commit 479a562

Browse files
authored
fix remote metadata config example in README
1 parent adbf458 commit 479a562

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)