File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ def prepare_for_negotiated_authenticate(
134
134
if expected_binding and binding != expected_binding :
135
135
continue
136
136
137
- destination = self ._sso_location (entityid , binding )
137
+ destination = self .sso_location (entityid , binding )
138
138
logger .info ("destination to provider: %s" , destination )
139
139
140
140
# XXX - sign_post will embed the signature to the xml doc
@@ -145,11 +145,11 @@ def prepare_for_negotiated_authenticate(
145
145
sign_redirect = False if binding == BINDING_HTTP_POST and sign else sign
146
146
147
147
reqid , request = self .create_authn_request (
148
- destination ,
149
- vorg ,
150
- scoping ,
151
- response_binding ,
152
- nameid_format ,
148
+ destination = destination ,
149
+ vorg = vorg ,
150
+ scoping = scoping ,
151
+ binding = response_binding ,
152
+ nameid_format = nameid_format ,
153
153
consent = consent ,
154
154
extensions = extensions ,
155
155
sign = sign_post ,
You can’t perform that action at this time.
0 commit comments