Skip to content

Commit 59b7cb5

Browse files
author
Erick Tryzelaar
committed
sign authn and logout requests in the example
1 parent 5e8504c commit 59b7cb5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

example/sp-wsgi/sp_conf.py.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ CONFIG = {
2323
"description": "Example SP",
2424
"service": {
2525
"sp": {
26+
"authn_requests_signed": True,
27+
"logout_requests_signed": True,
2628
"endpoints": {
2729
"assertion_consumer_service": [
2830
("%s/acs/redirect" % BASE, BINDING_HTTP_REDIRECT),

0 commit comments

Comments
 (0)