Skip to content

Add setting to enforce https

Klaas Kliffen requested to merge hotfix/enforce_https into main

Somehow the setting "LOGIN_REDIRECT_URL" is not respected without this setting. Thus resulting in an invalid redirect URL error in keycloak. I found this online: https://stackoverflow.com/questions/67726070/django-all-auth-slack-redirect-url-as-https-instead-of-http-and-social-network

Merge request reports