File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 16
16
package_dir = {'' : 'src' },
17
17
install_requires = [
18
18
"pyop==2.0.5" ,
19
- "pysaml2==4.4 .0" ,
19
+ "pysaml2==4.5 .0" ,
20
20
"pycryptodomex" ,
21
21
"requests" ,
22
22
"PyYAML" ,
Original file line number Diff line number Diff line change @@ -49,7 +49,8 @@ def sp_conf(cert_and_key):
49
49
],
50
50
"discovery_response" : [("%s/disco" % sp_base , BINDING_DISCO )]
51
51
},
52
- "allow_unsolicited" : "true" ,
52
+ "want_response_signed" : False ,
53
+ "allow_unsolicited" : True ,
53
54
"name_id_format" : [NAMEID_FORMAT_PERSISTENT ]
54
55
},
55
56
},
@@ -259,6 +260,7 @@ def saml_backend_config(idp_conf):
259
260
],
260
261
"service" : {
261
262
"sp" : {
263
+ "want_response_signed" : False ,
262
264
"allow_unsolicited" : True ,
263
265
"endpoints" : {
264
266
"assertion_consumer_service" : [
You can’t perform that action at this time.
0 commit comments