Skip to content
Snippets Groups Projects
Commit cbd6636e authored by Arie Peterson's avatar Arie Peterson
Browse files

Merge branch '173-clean-up-logout-procedure' into 177-support-enforcing-2fa

parents 97db8098 2b2a057d
No related branches found
No related tags found
1 merge request!153Resolve "Support enforcing 2FA"
Pipeline #43363 passed with stages
in 5 minutes and 50 seconds
......@@ -592,7 +592,7 @@ def logout():
# Generally, if we encounter errors during these steps we redirect the user
# to the beginning of the logout procedure, which is
# `https://${hydra_domain}/oauth2/sessions/logout`.
new_logout_url = "https://{}/oauth2/sessions/logout".format(HYDRA_PUBLIC_URL)
new_logout_url = f"{HYDRA_PUBLIC_URL}/oauth2/sessions/logout"
# We should have been redirected here by hydra which also sets the
# `logout_challenge` parameter.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment