Skip to content

Commit 326ec93

Browse files
committed
Fix YAML formatting
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
1 parent d62bf58 commit 326ec93

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

doc/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -306,17 +306,17 @@ basis. This example summarizes the most common settings (hopefully self-explanat
306306

307307
```yaml
308308
config:
309-
idp_config:
310-
service:
311-
idp:
312-
policy:
313-
default:
314-
sign_response: True
315-
sign_assertion: False
316-
sign_alg: "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"
317-
digest_alg: "http://www.w3.org/2001/04/xmlenc#sha256"
318-
<sp entityID>:
319-
...
309+
idp_config:
310+
service:
311+
idp:
312+
policy:
313+
default:
314+
sign_response: True
315+
sign_assertion: False
316+
sign_alg: "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"
317+
digest_alg: "http://www.w3.org/2001/04/xmlenc#sha256"
318+
<sp entityID>:
319+
...
320320
```
321321

322322
Overrides per SP entityID is possible by using the entityID as a key instead of the "default" key

0 commit comments

Comments
 (0)