- NAME
-
- gcloud beta iam workforce-pools create-login-config - create a login configuration file to enable sign-in via a web-based authorization flow using Workforce Identity Federation
- SYNOPSIS
-
-
gcloud beta iam workforce-pools create-login-configAUDIENCE--output-file=OUTPUT_FILE[--activate] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(BETA)This command creates a configuration file to enable browser based third-party sign in with Workforce Identity Federation throughgcloud auth login --login-config=/path/to/config.json. - EXAMPLES
-
To create a login configuration by using the short-format audience, run:
gcloud beta iam workforce-pools create-login-config $WORKFORCE_POOL_ID/$PROVIDER_ID --output-file=login-config.jsonTo create a login configuration by using the full resource name audience, run:
gcloud beta iam workforce-pools create-login-config locations/global/workforcePools/$WORKFORCE_POOL_ID/providers/$PROVIDER_ID --output-file=login-config.json - POSITIONAL ARGUMENTS
-
AUDIENCE- The workforce pool provider resource name in the format "<pool>/<provider>" or "locations/<location>/workforcePools/<pool>/providers/<provider>".
- REQUIRED FLAGS
-
--output-file=OUTPUT_FILE- Location to store the generated login configuration file.
- OPTIONAL FLAGS
-
--activate-
Sets the property
auth/login_config_fileto the created login configuration file. Callinggcloud auth loginwill automatically use this login configuration unless it is explicitly unset.
- GCLOUD WIDE FLAGS
-
These flags are available to all commands:
--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run
$ gcloud helpfor details. - NOTES
-
This command is currently in beta and might change without notice. These
variants are also available:
gcloud iam workforce-pools create-login-configgcloud alpha iam workforce-pools create-login-config
gcloud beta iam workforce-pools create-login-config
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-08-18 UTC.