A service provider is used by the Identity service’s OS-FEDERATION extension. It is used by to register another OpenStack Identity service. Applicable to Identity v3.
Create new service provider
openstack service provider create
--auth-url <auth-url>
[--description <description>]
--service-provider-url <sp-url>
[--enable | --disable]
<name>
Authentication URL of remote federated service provider (required)
New service provider description
A service URL where SAML assertions are being sent (required)
Enable the service provider (default)
Disable the service provider
New service provider name (must be unique)
Delete service provider(s)
openstack service provider delete
<service-provider>
[<service-provider> ...]
Service provider(s) to delete
List service providers
openstack service provider list
[--format-config-file FORMAT_CONFIG]
[--sort-column SORT_COLUMN]
[--sort-ascending | --sort-descending]
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
Set service provider properties
openstack service provider set
[--auth-url <auth-url>]
[--description <description>]
[--service-provider-url <sp-url>]
[--enable | --disable]
<service-provider>
New Authentication URL of remote federated service provider
New service provider description
New service provider URL, where SAML assertions are sent
Enable the service provider
Disable the service provider
Service provider to modify
Display service provider details
openstack service provider show <service-provider>
Service provider to display
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.