debug oauth
This commit is contained in:
parent
277f23fb13
commit
2e89af9fd2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue