Skip to content

Commit da8a673

Browse files
committed
correct function name
1 parent b7402c0 commit da8a673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/onelogin/saml2/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ def get_slo_url(self):
468468
if 'url' in idp_data['singleLogoutService']:
469469
return idp_data['singleLogoutService']['url']
470470

471-
def get_return_slo_url(self):
471+
def get_slo_return_url(self):
472472
"""
473473
Gets the SLO return URL for IdP-initiated logout.
474474

0 commit comments

Comments
 (0)