Identity v3
Requires: OS-FEDERATION extension
Create new federation protocol
os federation protocol create
--identity-provider <identity-provider>
--mapping <mapping>
<name>
Identity provider that will support the new federation protocol (name or ID) (required)
Mapping that is to be used (name or ID) (required)
New federation protocol name (must be unique per identity provider)
Delete federation protocol(s)
os federation protocol delete
--identity-provider <identity-provider>
<federation-protocol> [<federation-protocol> ...]
Identity provider that supports <federation-protocol> (name or ID) (required)
Federation protocol(s) to delete (name or ID)
List federation protocols
os federation protocol list
--identity-provider <identity-provider>
Identity provider to list (name or ID) (required)
Set federation protocol properties
os federation protocol set
--identity-provider <identity-provider>
[--mapping <mapping>]
<federation-protocol>
Identity provider that supports <federation-protocol> (name or ID) (required)
Mapping that is to be used (name or ID)
Federation protocol to modify (name or ID)
Display federation protocol details
os federation protocol show
--identity-provider <identity-provider>
<federation-protocol>
Identity provider that supports <federation-protocol> (name or ID) (required)
Federation protocol to display (name or ID)