Redirect to OIDC provider for login
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
d17646e79c
commit
4001306a0b
|
@ -138,6 +138,8 @@ AUTHENTICATION_BACKENDS = (
|
||||||
"ljg.core.auth.OIDCAuthenticationBackend",
|
"ljg.core.auth.OIDCAuthenticationBackend",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
LOGIN_URL = "oidc_authentication_init"
|
||||||
|
|
||||||
LOGIN_REDIRECT_URL = "/"
|
LOGIN_REDIRECT_URL = "/"
|
||||||
LOGOUT_REDIRECT_URL = "/"
|
LOGOUT_REDIRECT_URL = "/"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue