File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1919 scripts = ["tools/make_satosa_saml_metadata.py" ],
2020 install_requires = [
2121 "pluginbase" ,
22- "oic" ,
22+ "oic==0.8.2 " ,
2323 "pyjwkest" ,
24- "pysaml2 >= 4.0.2 " ,
24+ "pysaml2== 4.0.3 " ,
2525 "requests" ,
2626 "PyYAML" ,
2727 "gunicorn" ,
Original file line number Diff line number Diff line change @@ -130,7 +130,8 @@ def get_instance():
130130 CLIENT_ID : {
131131 "client_secret" : "client_secret" ,
132132 "redirect_uris" : [("%sauthz" % TestConfiguration .get_instance ().rp_base , None )],
133- "client_salt" : "salted"
133+ "client_salt" : "salted" ,
134+ "response_types" : ["code" , "token" ]
134135 }
135136}
136137
@@ -206,8 +207,6 @@ def setup_userinfo_endpoint(self):
206207 cons .keyjar ["" ] = KC_RSA
207208
208209 cons .client_secret = "drickyoughurt"
209- cons .config ["response_type" ] = ["token" ]
210- cons .config ["request_method" ] = "parameter"
211210 state , location = cons .begin ("openid" , "token" ,
212211 path = TestConfiguration .get_instance ().rp_base )
213212
You can’t perform that action at this time.
0 commit comments