debug oauth

This commit is contained in:
Sebastian Hugentobler 2021-08-23 13:18:50 +02:00
parent 277f23fb13
commit 2e89af9fd2
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1,6 +1,6 @@
auth_username_chars = {{getenv "ALLOWED_USERNAME_CHARS" "äöüabcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ01234567890.-_@"}}
auth_username_format = %n
auth_mechanisms = {{getenv "AUTH_MECHANISMS" "plain login"}}
auth_mechanisms = {{getenv "AUTH_MECHANISMS" "plain login oauthbearer xoauth2"}}
!include auth-oauth2.conf.ext
auth_verbose = yes
auth_debug = yes