We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 57f2a26 + b3d57d2 commit 7d2f724Copy full SHA for 7d2f724
example/plugins/backends/saml2_backend.yaml.example
@@ -15,6 +15,7 @@ config:
15
entityid: <base_url>/<name>/proxy_saml2_backend.xml
16
service:
17
sp:
18
+ want_response_signed: true
19
allow_unsolicited: true
20
endpoints:
21
assertion_consumer_service:
@@ -24,4 +25,4 @@ config:
24
25
- [<base_url>/<name>/disco, 'urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol']
26
name_id_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:transient'
27
# disco_srv must be defined if there is more than one IdP in the metadata specified above
- disco_srv: http://disco.example.com
28
+ disco_srv: http://disco.example.com
0 commit comments