16171: Configurable "username" OIDC claim key.
[arvados.git] / lib / config / generated_config.go
index e4ad42a084aa6190d0c6eb3e947a494da42ae091..94d7f74dd28eebadeec2a4a0b92b2e8e534fd04c 100644 (file)
@@ -586,6 +586,11 @@ Clusters:
         # use the empty string "".
         EmailVerifiedClaim: "email_verified"
 
+        # OpenID claim field contianing the user's preferred
+        # username. If empty, use the mailbox part of the user's email
+        # address.
+        UsernameClaim: ""
+
       PAM:
         # (Experimental) Use PAM to authenticate users.
         Enable: false