Identity v3
Requires: OS-FEDERATION extension
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
¶New identity provider description
--domain
¶Name or ID of the domain to associate with the identity provider. If not specified, one will be created automatically
--enable
¶Enable the identity provider (default)
--disable
¶Disable the identity provider
<name>
New identity provider name (must be unique)
Delete identity provider(s)
openstack identity provider delete
<identity-provider> [<identity-provider> ...]
<identity-provider>
Identity provider(s) to delete
Set identity provider properties
openstack identity provider set
[--remote-id <remote-id> [...] | --remote-id-file <file-name>]
[--description <description>]
[--enable | --disable]
<identity-provider>
--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
¶Set identity provider description
--enable
¶Enable the identity provider
--disable
¶Disable the identity provider
<identity-provider>
Identity provider to modify
Display identity provider details
openstack identity provider show
<identity-provider>
<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.