Skip to content

backend: fix OIDC endpoint

Marc Schmitt requested to merge fix-backend-oidc-endpoint into master

social_core adds a / between the OIDC_ENDPOINT and .well-known/openid-configuration1, thus having one here makes an OIDC client using this library fail with 404 Client Error: Not Found for url: https://cri.epita.fr//.well-known/openid-configuration

Merge request reports