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

allow logout redirect URL to be configured #311

Merged
merged 1 commit into from
Jul 14, 2021

Conversation

culbert
Copy link
Contributor

@culbert culbert commented Jul 13, 2021

I need to be able to configure the LOGOUT_REDIRECT_URL to perform OIDC IdP logout.

Note that the default behavior of LogoutView.as_view() is to use the LOGOUT_REDIRECT_URL (thus the change from specifying the redirect to using the default in the user/urls.py causes the redirect to use the LOGOUT_REDIRECT_URL value).

@aebruno
Copy link
Member

aebruno commented Jul 13, 2021

This is great. Thanks so much.

@aebruno aebruno merged commit ac706e3 into ubccr:master Jul 14, 2021
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.

2 participants