Skip to content

Commit

Permalink
we still need the normal auth backend for the admin panel I think #168
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Feb 19, 2021
1 parent 4487bef commit cc12da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!!!
Expand Down

0 comments on commit cc12da0

Please sign in to comment.