feat: add logout redirection

This commit is contained in:
2023-01-05 23:36:22 +01:00
parent 26d02d51dd
commit 99a90147ac
3 changed files with 53 additions and 1 deletions

View File

@ -34,6 +34,7 @@ AUTHENTIK_IMPERSONATION=true
WELCOME_MESSAGE="Welcome to Authentik"
DEFAULT_LANGUAGE=en
AUTHENTIK_FOOTER_LINKS='[{"name": "My Organization","href":"https://example.com"}]'
LOGOUT_REDIRECT="https://$DOMAIN"
COPY_ASSETS="flow_background.jpg|app:/web/dist/assets/images/ icon_left_brand.svg|app:/web/dist/assets/icons/ icon.png|app:/web/dist/assets/icons/"
EMAIL_SUBJECT="Account Recovery"