Skip to content
Snippets Groups Projects

backend: fix OIDC endpoint

Merged Marc Schmitt requested to merge fix-backend-oidc-endpoint into master
Compare and
2 files
+ 2
2
Preferences
File browser
Compare changes
@@ -3,4 +3,4 @@ from social_core.backends.open_id_connect import OpenIdConnectAuth
class EpitaOpenIdConnect(OpenIdConnectAuth):
name = "epita"
OIDC_ENDPOINT = "https://cri.epita.fr/"
OIDC_ENDPOINT = "https://cri.epita.fr"