This PR allows to configure LOGOUT_REDIRECT_URL which is one of Django settings through environment variables. In case of Keyrock, this is set as the follwoing.
As this setting has a client id, I made it as a item in the list of SENSITIVE_SETTINGS.
I often use this setting. It would be great if you could review this PR.
Hi @aarranz,
This PR allows to configure LOGOUT_REDIRECT_URL which is one of Django settings through environment variables. In case of Keyrock, this is set as the follwoing.
As this setting has a client id, I made it as a item in the list of SENSITIVE_SETTINGS. I often use this setting. It would be great if you could review this PR.
Thank you.