Skip to content

Commit d732a3b

Browse files
ReeceReece
authored andcommitted
Don't use the private method
1 parent b60149c commit d732a3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

djangosaml2/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ def login(request,
180180
else:
181181
# manually get request XML to build our own template
182182
request_id, request_xml = client.create_authn_request(
183-
client._sso_location(selected_idp, binding),
183+
client.sso_location(selected_idp, binding),
184184
binding=binding)
185185
return render(request, post_binding_form_template, {
186186
'target_url': result['url'],

0 commit comments

Comments
 (0)