基础设施相关接口/联邦与 SSO
POSTFederation起始版本 1.0同步需要认证
测试单点登录连接
SSO动作测试连通性校验指定SSO配置针对IdP。
调试可用性
在线调试
使用当前认证信息和示例参数提交 Mock 请求。
路径参数
请求参数
路径参数
idString必填资源ID。
请求体字段
tenantUuidString必填租户UUID。
示例: deprecated-tenant-uuid
响应状态
请求地址
POST/api/v1/sso/configurations/{id}/test
/api/v1/sso/configurations/{id}/test
请求示例
curl -X POST '{host}/api/v1/sso/configurations/{id}/test' -H 'Authorization: Bearer {token}' -H 'Content-Type: application/json' -d '{"tenantUuid":"deprecated-tenant-uuid"}'
响应示例
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"
}变更历史
此 API 暂无变更历史记录。
