File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -306,17 +306,17 @@ basis. This example summarizes the most common settings (hopefully self-explanat
306306
307307` ` ` yaml
308308config:
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
322322Overrides per SP entityID is possible by using the entityID as a key instead of the "default" key
You can’t perform that action at this time.
0 commit comments