parent
d17646e79c
commit
4001306a0b
ljg
|
@ -138,6 +138,8 @@ AUTHENTICATION_BACKENDS = (
|
|||
"ljg.core.auth.OIDCAuthenticationBackend",
|
||||
)
|
||||
|
||||
LOGIN_URL = "oidc_authentication_init"
|
||||
|
||||
LOGIN_REDIRECT_URL = "/"
|
||||
LOGOUT_REDIRECT_URL = "/"
|
||||
|
||||
|
|
Loading…
Reference in New Issue