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
--descriptionNew identity provider description
--domainName or ID of the domain to associate with the identity provider. If not specified, one will be created automatically
--enableEnable the identity provider (default)
--disableDisable 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
--descriptionSet identity provider description
--enableEnable the identity provider
--disableDisable 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.