34dd18c2c2
Change I2423030bd0849c051d22f63bf60b6a5f41f72574 migrated Federation api-ref docs into keystone repository. Moving Service Provider API to its own file is one of the TODO comments left there, which is being addressed in this change. Change-Id: Iabe3d443f01b173024620aae629558d228c2cd10
13 lines
482 B
JSON
13 lines
482 B
JSON
{
|
|
"service_provider": {
|
|
"auth_url": "https://example.com/identity/v3/OS-FEDERATION/identity_providers/acme/protocols/saml2/auth",
|
|
"description": "Remote Service Provider",
|
|
"enabled": true,
|
|
"id": "ACME",
|
|
"links": {
|
|
"self": "https://example.com/identity/v3/OS-FEDERATION/service_providers/ACME"
|
|
},
|
|
"relay_state_prefix": "ss:mem:",
|
|
"sp_url": "https://example.com/identity/Shibboleth.sso/SAML2/ECP"
|
|
}
|
|
} |