X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/e51103a789f4b246b2dcdac2b2fa215c707500b7..ef9107221d53f19bf848d3dca0b570f468519550:/lib/config/generated_config.go diff --git a/lib/config/generated_config.go b/lib/config/generated_config.go index dbf11569f6..68dea169f8 100644 --- a/lib/config/generated_config.go +++ b/lib/config/generated_config.go @@ -499,8 +499,29 @@ Clusters: Login: # These settings are provided by your OAuth2 provider (eg # Google) used to perform upstream authentication. - ProviderAppSecret: "" ProviderAppID: "" + ProviderAppSecret: "" + + # (Experimental) Authenticate with Google, bypassing the + # SSO-provider gateway service. Use the Google Cloud console to + # enable the People API (APIs and Services > Enable APIs and + # services > Google People API > Enable), generate a Client ID + # and secret (APIs and Services > Credentials > Create + # credentials > OAuth client ID > Web application) and add your + # controller's /login URL (e.g., + # "https://zzzzz.example.com/login") as an authorized redirect + # URL. + # + # Requires EnableBetaController14287. ProviderAppID must be + # blank. + GoogleClientID: "" + GoogleClientSecret: "" + + # Allow users to log in to existing accounts using any verified + # email address listed by their Google account. If true, the + # Google People API must be enabled in order for Google login to + # work. If false, only the primary email address will be used. + GoogleAlternateEmailAddresses: true # The cluster ID to delegate the user database. When set, # logins on this cluster will be redirected to the login cluster