diff --git a/settings.py b/settings.py index b324fb6..28350d1 100644 --- a/settings.py +++ b/settings.py @@ -307,7 +307,7 @@ #note: The redirect url you register with your authorization provider should end in /oidc/callback/ -#AUTHENTICATION_BACKENDS = ( 'mozilla_django_oidc.auth.OIDCAuthenticationBackend',) +#AUTHENTICATION_BACKENDS = ( 'django.contrib.auth.backends.ModelBackend','mozilla_django_oidc.auth.OIDCAuthenticationBackend',) #OIDC_RP_CLIENT_ID = "" #As provided by your authorization provider, do not check this into public version control!!! #OIDC_RP_CLIENT_SECRET = ""#As provider by your authorization provider, Do not check this into public version control!!!