service provider¶
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.
service provider create¶
Create new service provider
openstack service provider create
--auth-url <auth-url>
[--description <description>]
--service-provider-url <sp-url>
[--enable | --disable]
<name>
-
--auth-url
<auth-url>
¶ Authentication URL of remote federated service provider (required)
-
--description
<description>
¶ New service provider description
-
--service-provider-url
<sp-url>
¶ A service URL where SAML assertions are being sent (required)
-
--enable
¶
Enable the service provider (default)
-
--disable
¶
Disable the service provider
-
name
¶
New service provider name (must be unique)
This command is provided by the python-openstackclient plugin.
service provider delete¶
Delete service provider(s)
openstack service provider delete
<service-provider>
[<service-provider> ...]
-
service-provider
¶
Service provider(s) to delete
This command is provided by the python-openstackclient plugin.
service provider list¶
List service providers
openstack service provider list [--sort-column SORT_COLUMN]
-
--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
This command is provided by the python-openstackclient plugin.
service provider set¶
Set service provider properties
openstack service provider set
[--auth-url <auth-url>]
[--description <description>]
[--service-provider-url <sp-url>]
[--enable | --disable]
<service-provider>
-
--auth-url
<auth-url>
¶ New Authentication URL of remote federated service provider
-
--description
<description>
¶ New service provider description
-
--service-provider-url
<sp-url>
¶ New service provider URL, where SAML assertions are sent
-
--enable
¶
Enable the service provider
-
--disable
¶
Disable the service provider
-
service-provider
¶
Service provider to modify
This command is provided by the python-openstackclient plugin.