authentik.stages.password

Backend paths

1"""Backend paths"""
2
3BACKEND_INBUILT = "authentik.core.auth.InbuiltBackend"
4BACKEND_LDAP = "authentik.sources.ldap.auth.LDAPBackend"
5BACKEND_APP_PASSWORD = "authentik.core.auth.TokenBackend"  # nosec
6BACKEND_KERBEROS = "authentik.sources.kerberos.auth.KerberosBackend"
BACKEND_APP_PASSWORD = 'authentik.core.auth.TokenBackend'