remove tabs

This commit is contained in:
Sebastian Hugentobler 2022-02-09 13:58:12 +01:00
parent a6d3ca25e6
commit f0e4a75ccd
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1965,7 +1965,7 @@ oidc_providers:
client_id: "{{getenv "OIDC_CLIENT_ID"}}" client_id: "{{getenv "OIDC_CLIENT_ID"}}"
client_secret: "{{getenv "OIDC_CLIENT_SECRET"}}" client_secret: "{{getenv "OIDC_CLIENT_SECRET"}}"
scopes: ["openid", "profile"] scopes: ["openid", "profile"]
allow_existing_users: {{getenv "OIDC_ALLOW_EXISTING_USER" "false"}} allow_existing_users: {{getenv "OIDC_ALLOW_EXISTING_USER" "false"}}
user_mapping_provider: user_mapping_provider:
config: config:
localpart_template: "{{"{{"}} user.preferred_username {{"}}"}}" localpart_template: "{{"{{"}} user.preferred_username {{"}}"}}"