- 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-config
AUDIENCE
--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 for your project, 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
- Workforce pool provider resource name.
- REQUIRED FLAGS
-
--output-file
=OUTPUT_FILE
- Location to store the generated login configuration file.
- OPTIONAL FLAGS
-
--activate
-
Sets the property
auth/login_config_file
to the created login configuration file. Callinggcloud auth login
will 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 help
for details. - NOTES
-
This command is currently in beta and might change without notice. These
variants are also available:
gcloud iam workforce-pools create-login-config
gcloud alpha 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 2024-10-01 UTC.