Skip to main content

Test SSO Provider

Test SSO provider configuration.

Outline

Endpoint

POST /api/v1/sso/providers/{provider_id}/test

Headers

HeaderRequiredDescription
AuthorizationYesBearer <access_token>

Path Parameters

ParameterTypeRequiredDescription
provider_idintegerYesSSO 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.