We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae1a2e7 commit f115a55Copy full SHA for f115a55
docs/reference/configuration.md
@@ -771,6 +771,7 @@ upstream_oauth2:
771
account_name:
772
#template: "@{{ user.preferred_username }}"
773
# set to true to allow a user logging in via OIDC to match a pre-existing account instead of failing.
774
+ # Account matching is based on the localpart template which needs to be set to require or force.
775
# This could be used if switching from password logins to OIDC. Defaults to false.
776
allow_existing_users: true
777
```
0 commit comments