Skip to content

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

Open
ralequi wants to merge 1 commit intodivio:masterfrom
Naudit:fix/reverse-simple-sso-authorize
Open

on client.py reverse of simple-sso-authorize was not being performed#59
ralequi wants to merge 1 commit intodivio:masterfrom
Naudit:fix/reverse-simple-sso-authorize

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