16171: Support non-Google OpenID Connect auth provider.
[arvados.git] / lib / config / generated_config.go
index ec5bc187d7625d504918d8feb8e23abf16e7018c..75200f8fc6734a16adbe84e4e9e6565cf9e7d839 100644 (file)
@@ -557,6 +557,17 @@ Clusters:
         # work. If false, only the primary email address will be used.
         AlternateEmailAddresses: true
 
+      OpenIDConnect:
+        # Authenticate with an OpenID Connect provider.
+        Enable: false
+
+        # Issuer URL, e.g., "https://accounts.google.com"
+        Issuer: ""
+
+        # Your client ID and client secret (supplied by the provider).
+        ClientID: ""
+        ClientSecret: ""
+
       PAM:
         # (Experimental) Use PAM to authenticate users.
         Enable: false