Infrastructure/Federation & SSO
POSTFederationSince 1.0SynchronousAuth Required
FederateSSO
Push an SSO configuration to one or more target platforms for federation.
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
idStringRequiredUnique identifier of the SSO configuration to push to target platforms.
Body Fields
tenantUuidStringRequiredDeprecated and ignored. SSO configurations are global.
Example: deprecated-tenant-uuid
platformUuidsListRequiredPlatform uuids
Example: item1,item2
Responses
Endpoint
POST/api/v1/sso/configurations/{id}/federate
/api/v1/sso/configurations/{id}/federate
Request Example
curl -X POST '{host}/api/v1/sso/configurations/{id}/federate' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"tenantUuid":"deprecated-tenant-uuid","platformUuids":"item1,item2"}'
Response Example
200{
"items": [
{}
]
}Change History
This API has no change history records yet.
