identity provider¶
An identity provider is used by the Identity service’s OS-FEDERATION extension. It is used by federation protocols and mappings. Applicable to Identity v3.
identity provider create¶
Create new identity provider
openstack identity provider create
[--remote-id <remote-id> | --remote-id-file <file-name>]
[--description <description>]
[--domain <domain>]
[--enable | --disable]
<name>
-
--remote-id
<remote-id>
¶ Remote IDs to associate with the Identity Provider (repeat option to provide multiple values)
-
--remote-id-file
<file-name>
¶ Name of a file that contains many remote IDs to associate with the identity provider, one per line
-
--description
<description>
¶ New identity provider description
-
--domain
<domain>
¶ Domain to associate with the identity provider. If not specified, a domain will be created automatically. (Name or ID)
-
--enable
¶
Enable identity provider (default)
-
--disable
¶
Disable the identity provider
-
name
¶
New identity provider name (must be unique)
This command is provided by the python-openstackclient plugin.
identity provider delete¶
Delete identity provider(s)
openstack identity provider delete
<identity-provider>
[<identity-provider> ...]
-
identity-provider
¶
Identity provider(s) to delete
This command is provided by the python-openstackclient plugin.
identity provider list¶
List identity providers
openstack identity provider list [--sort-column SORT_COLUMN]
-
--sort-column
SORT_COLUMN
¶ specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
This command is provided by the python-openstackclient plugin.
identity provider set¶
Set identity provider properties
openstack identity provider set
[--description <description>]
[--remote-id <remote-id> | --remote-id-file <file-name>]
[--enable | --disable]
<identity-provider>
-
--description
<description>
¶ Set identity provider description
-
--remote-id
<remote-id>
¶ Remote IDs to associate with the Identity Provider (repeat option to provide multiple values)
-
--remote-id-file
<file-name>
¶ Name of a file that contains many remote IDs to associate with the identity provider, one per line
-
--enable
¶
Enable the identity provider
-
--disable
¶
Disable the identity provider
-
identity-provider
¶
Identity provider to modify
This command is provided by the python-openstackclient plugin.