Test SSO Provider
Test SSO provider configuration.
Endpoint
POST /api/v1/sso/providers/{provider_id}/test
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <access_token> |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
provider_id | integer | Yes | SSO Provider ID |
Response
Success (200)
{
"success": true,
"data": {
"test_results": {
"connection": "success",
"authentication_flow": "success",
"errors": []
},
"message": "SSO provider test completed successfully"
},
"message": "SSO provider test completed successfully"
}
Features
- Connection testing
- Authentication flow validation
- Error reporting
Status
[WARNING] TODO: Not Implemented
This endpoint is defined in the router but the implementation logic is not yet complete.