fix: Fix authorize endpoint

This commit is contained in:
2026-06-12 19:15:52 +00:00
parent 8865f9ea32
commit 44a2a62eb1
+1 -1
View File
@@ -69,7 +69,7 @@ services:
NEXT_PUBLIC_POSTIZ_OAUTH_LOGO_URL: 'https://raw.githubusercontent.com/walkxcode/dashboard-icons/master/png/authentik.png'
POSTIZ_GENERIC_OAUTH: 'true'
POSTIZ_OAUTH_URL: 'https://authentik.vyntehome.com'
POSTIZ_OAUTH_AUTH_URL: 'https://authentik.vyntehome.com/application/o/postiz'
POSTIZ_OAUTH_AUTH_URL: 'https://authentik.vyntehome.com/application/o/authorize'
POSTIZ_OAUTH_TOKEN_URL: 'https://authentik.vyntehome.com/application/o/token'
POSTIZ_OAUTH_USERINFO_URL: 'https://authentik.vyntehome.com/application/o/userinfo'
POSTIZ_OAUTH_CLIENT_ID: ${POSTIZ_OAUTH_CLIENT_ID}