diff options
author | Erick Tryzelaar <erickt@cloudera.com> | 2014-11-03 14:42:09 -0800 |
---|---|---|
committer | Erick Tryzelaar <erickt@cloudera.com> | 2014-11-05 15:32:35 -0800 |
commit | 59b7cb589d18089a006e15b1ea42174c4a78db2f (patch) | |
tree | 40b6cc4f7f51fd9429fa3f4f449f453c46d921b7 /example/sp-wsgi | |
parent | 5e8504c287183d7f91615ae2577e28ded32566cd (diff) | |
download | pysaml2-59b7cb589d18089a006e15b1ea42174c4a78db2f.tar.gz |
sign authn and logout requests in the example
Diffstat (limited to 'example/sp-wsgi')
-rw-r--r-- | example/sp-wsgi/sp_conf.py.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example/sp-wsgi/sp_conf.py.example b/example/sp-wsgi/sp_conf.py.example index cbf88123..7e08364d 100644 --- a/example/sp-wsgi/sp_conf.py.example +++ b/example/sp-wsgi/sp_conf.py.example @@ -23,6 +23,8 @@ CONFIG = { "description": "Example SP", "service": { "sp": { + "authn_requests_signed": True, + "logout_requests_signed": True, "endpoints": { "assertion_consumer_service": [ ("%s/acs/redirect" % BASE, BINDING_HTTP_REDIRECT), |