summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorIvan Kanakarakis <ivan.kanak@gmail.com>2018-02-12 15:20:41 +0200
committerIvan Kanakarakis <ivan.kanak@gmail.com>2018-02-12 15:21:40 +0200
commita8b0f0756879f71cc987c6e4395cf73a4a881b0e (patch)
tree0fd48afff38f0ad6cb93ebf83bf21ad21c2b76b8 /example
parenteaad94d6477beb3f2a218ccf1bff08dcceef3c51 (diff)
downloadpysaml2-a8b0f0756879f71cc987c6e4395cf73a4a881b0e.tar.gz
Do not request a signed response - backwards compatibility
Diffstat (limited to 'example')
-rw-r--r--example/sp-wsgi/sp_conf.py.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/sp-wsgi/sp_conf.py.example b/example/sp-wsgi/sp_conf.py.example
index 46adaa9b..6dec8cf7 100644
--- a/example/sp-wsgi/sp_conf.py.example
+++ b/example/sp-wsgi/sp_conf.py.example
@@ -23,6 +23,7 @@ CONFIG = {
"description": "Example SP",
"service": {
"sp": {
+ "want_response_signed": False,
"authn_requests_signed": True,
"logout_requests_signed": True,
"endpoints": {