Infrastructure/Federation & SSO
POSTFederationSince 1.0SynchronousAuth Required
TestSSOConnection
SSO Actions Test connectivity and validate the specified SSO configuration against its IDP.
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 test.
Body Fields
tenantUuidStringRequiredDeprecated and ignored. SSO configurations are global.
Example: deprecated-tenant-uuid
Responses
Endpoint
POST/api/v1/sso/configurations/{id}/test
/api/v1/sso/configurations/{id}/test
Request Example
curl -X POST '{host}/api/v1/sso/configurations/{id}/test' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"tenantUuid":"deprecated-tenant-uuid"}'
Response Example
200{
"success": true,
"issuer": "https://idp.example.com",
"authorizationEndpoint": "https://idp.example.com/oauth2/authorize",
"tokenEndpoint": "https://idp.example.com/oauth2/token",
"errorMessage": "authentication failed"
}Change History
This API has no change history records yet.
