Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

on client.py reverse of simple-sso-authorize was not being performed #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ralequi
Copy link

@ralequi ralequi commented Jul 5, 2021

2 of 3 of the server endpoints uses "reverse" functionality from the client pathing. However, the path at simple-sso-authorize was hardcoded. I've fixed that is this commit.

This is required when a path-name change is performed, such as:

# ...
sso_cli = Client()
# ... url.py ...
re_path(r'^login/sso/', include(sso_cli.get_urls())),
# ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant