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.
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 IDs to associate with the Identity Provider (repeat option to provide multiple values)
Name of a file that contains many remote IDs to associate with the identity provider, one per line
New identity provider description
Domain to associate with the identity provider. If not specified, a domain will be created automatically. (Name or ID)
Enable identity provider (default)
Disable the identity provider
New identity provider name (must be unique)
Delete identity provider(s)
openstack identity provider delete
<identity-provider>
[<identity-provider> ...]
Identity provider(s) to delete
List identity providers
openstack identity provider list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
[--id <id>]
[--enabled]
Config file for the dict-to-csv formatter
specify the column(s) to sort the data (columns specified first have a priority, non-existing columns are ignored), can be repeated
sort the column(s) in ascending order
sort the column(s) in descending order
The Identity Providers’ ID attribute
The Identity Providers that are enabled will be returned
Set identity provider properties
openstack identity provider set
[--description <description>]
[--remote-id <remote-id> | --remote-id-file <file-name>]
[--enable | --disable]
<identity-provider>
Set identity provider description
Remote IDs to associate with the Identity Provider (repeat option to provide multiple values)
Name of a file that contains many remote IDs to associate with the identity provider, one per line
Enable the identity provider
Disable the identity provider
Identity provider to modify
Display identity provider details
openstack identity provider show <identity-provider>
Identity provider to display
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.