summaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to 'example')
-rw-r--r--example/config.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/example/config.yaml b/example/config.yaml
index cd5b0b274..a6294431e 100644
--- a/example/config.yaml
+++ b/example/config.yaml
@@ -490,6 +490,13 @@ oidc-scopes:
- "profile"
- "groups"
+# Bool. Link OIDC authenticated users to existing ones based on their email address.
+# This is mostly intended for migration purposes if you were running previous versions of GTS
+# which only correlated users with their email address. Should be set to false for most usecases.
+# Options: [true, false]
+# Default: false
+oidc-link-existing: false
+
#######################
##### SMTP CONFIG #####
#######################