X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9135120ba24f505aa47655b6f3f6dca3450215d5..42bf31f017a009585eaac2fe44a83b2596b3e5c8:/lib/config/config.default.yml diff --git a/lib/config/config.default.yml b/lib/config/config.default.yml index db0b363582..68e518732d 100644 --- a/lib/config/config.default.yml +++ b/lib/config/config.default.yml @@ -567,6 +567,17 @@ Clusters: # work. If false, only the primary email address will be used. AlternateEmailAddresses: true + # Send additional parameters with authentication requests. See + # https://developers.google.com/identity/protocols/oauth2/openid-connect#authenticationuriparameters + # for a list of supported parameters. + AuthenticationRequestParameters: + # Show the "choose which Google account" page, even if the + # client is currently logged in to exactly one Google + # account. + prompt: select_account + + SAMPLE: "" + OpenIDConnect: # Authenticate with an OpenID Connect provider. Enable: false @@ -601,6 +612,14 @@ Clusters: # address. UsernameClaim: "" + # Send additional parameters with authentication requests, + # like {display: page, prompt: consent}. See + # https://openid.net/specs/openid-connect-core-1_0.html#AuthRequest + # and refer to your provider's documentation for supported + # parameters. + AuthenticationRequestParameters: + SAMPLE: "" + PAM: # (Experimental) Use PAM to authenticate users. Enable: false