Document the new conflict options

This commit is contained in:
Quentin Gliech
2025-11-28 11:57:46 +01:00
parent 868a50030a
commit bdffeb6ef5

View File

@@ -780,8 +780,10 @@ upstream_oauth2:
# How to handle when localpart already exists. # How to handle when localpart already exists.
# Possible values are (default: fail): # Possible values are (default: fail):
# - `add` : Adds the upstream account link to the existing user, regardless of whether there is an existing link or not.
# - `fail` : Fails the upstream OAuth 2.0 login. # - `fail` : Fails the upstream OAuth 2.0 login.
# - `add` : Adds the upstream account link to the existing user, regardless of whether there is an existing link or not.
# - `replace` : Replace any existing upstream OAuth 2.0 identity link for this provider on the matching user.
# - `set` : Adds the upstream account link *only* if there is no existing link for this provider on the matching user.
#on_conflict: fail #on_conflict: fail
# The display name is the user's display name. # The display name is the user's display name.