A federation protocol is used by the Identity service’s OS-FEDERATION extension. It is used by identity providers and mappings. Applicable to Identity v3.
Create new federation protocol
openstack federation protocol create
    --identity-provider <identity-provider>
    --mapping <mapping>
    <name>
--identity-provider <identity-provider>¶Identity provider that will support the new federation protocol (name or ID) (required)
--mapping <mapping>¶Mapping that is to be used (name or ID) (required)
nameNew federation protocol name (must be unique per identity provider)
This command is provided by the python-openstackclient plugin.
Delete federation protocol(s)
openstack federation protocol delete
    --identity-provider <identity-provider>
    <federation-protocol>
    [<federation-protocol> ...]
--identity-provider <identity-provider>¶Identity provider that supports <federation-protocol> (name or ID) (required)
federation-protocolFederation protocol(s) to delete (name or ID)
This command is provided by the python-openstackclient plugin.
List federation protocols
openstack federation protocol list
    [--sort-column SORT_COLUMN]
    --identity-provider <identity-provider>
--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
--identity-provider <identity-provider>¶Identity provider to list (name or ID) (required)
This command is provided by the python-openstackclient plugin.
Set federation protocol properties
openstack federation protocol set
    --identity-provider <identity-provider>
    [--mapping <mapping>]
    <name>
--identity-provider <identity-provider>¶Identity provider that supports <federation-protocol> (name or ID) (required)
--mapping <mapping>¶Mapping that is to be used (name or ID)
nameFederation protocol to modify (name or ID)
This command is provided by the python-openstackclient plugin.
Display federation protocol details
openstack federation protocol show
    --identity-provider <identity-provider>
    <federation-protocol>
--identity-provider <identity-provider>¶Identity provider that supports <federation-protocol> (name or ID) (required)
federation-protocolFederation protocol to display (name or ID)
This command is provided by the python-openstackclient plugin.
 
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.