Skip to content

Commit 7d2f724

Browse files
Merge pull request #129 from jkakavas/signing_sane_defaults
Explicitly enable signature checking in example config as a sane default
2 parents 57f2a26 + b3d57d2 commit 7d2f724

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

example/plugins/backends/saml2_backend.yaml.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ config:
1515
entityid: <base_url>/<name>/proxy_saml2_backend.xml
1616
service:
1717
sp:
18+
want_response_signed: true
1819
allow_unsolicited: true
1920
endpoints:
2021
assertion_consumer_service:
@@ -24,4 +25,4 @@ config:
2425
- [<base_url>/<name>/disco, 'urn:oasis:names:tc:SAML:profiles:SSO:idp-discovery-protocol']
2526
name_id_format: 'urn:oasis:names:tc:SAML:2.0:nameid-format:transient'
2627
# disco_srv must be defined if there is more than one IdP in the metadata specified above
27-
disco_srv: http://disco.example.com
28+
disco_srv: http://disco.example.com

0 commit comments

Comments
 (0)