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 19
19
scripts = ["tools/make_satosa_saml_metadata.py" ],
20
20
install_requires = [
21
21
"pluginbase" ,
22
- "oic" ,
22
+ "oic==0.8.2 " ,
23
23
"pyjwkest" ,
24
- "pysaml2 >= 4.0.2 " ,
24
+ "pysaml2== 4.0.3 " ,
25
25
"requests" ,
26
26
"PyYAML" ,
27
27
"gunicorn" ,
Original file line number Diff line number Diff line change @@ -130,7 +130,8 @@ def get_instance():
130
130
CLIENT_ID : {
131
131
"client_secret" : "client_secret" ,
132
132
"redirect_uris" : [("%sauthz" % TestConfiguration .get_instance ().rp_base , None )],
133
- "client_salt" : "salted"
133
+ "client_salt" : "salted" ,
134
+ "response_types" : ["code" , "token" ]
134
135
}
135
136
}
136
137
@@ -206,8 +207,6 @@ def setup_userinfo_endpoint(self):
206
207
cons .keyjar ["" ] = KC_RSA
207
208
208
209
cons .client_secret = "drickyoughurt"
209
- cons .config ["response_type" ] = ["token" ]
210
- cons .config ["request_method" ] = "parameter"
211
210
state , location = cons .begin ("openid" , "token" ,
212
211
path = TestConfiguration .get_instance ().rp_base )
213
212
You can’t perform that action at this time.
0 commit comments