osc identity federation service-provider create
Create a service provider.
PUT /OS-FEDERATION/service_providers/{service_provider_id}
Usage: osc identity federation service-provider create [OPTIONS] --auth-url <AUTH_URL> --sp-url <SP_URL> <ID>
Arguments:
<ID>— service_provider_id parameter for /v3/OS-FEDERATION/service_providers/{service_provider_id} API
Options:
- 
--auth-url <AUTH_URL>— The URL to authenticate against - 
--description <DESCRIPTION>— The description of the service provider - 
--no-description— Set explicit NULL for the description - 
--enabled <ENABLED>— Whether the service provider is enabled or notPossible values:
true,false - 
--relay-state-prefix <RELAY_STATE_PREFIX>— The prefix of the RelayState SAML attribute - 
--no-relay-state-prefix— Set explicit NULL for the relay_state_prefix - 
--sp-url <SP_URL>— The service provider's URL