Test SSO provider connectivity
curl --request POST \
--url https://pria.praxislxp.com/api/admin/ssoProvider/test/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"reachable": true,
"status": 123,
"message": "<string>"
}Admin - SSO Providers
Test SSO provider connectivity
Attempts to reach the token endpoint to verify configuration.
POST
/
api
/
admin
/
ssoProvider
/
test
/
{id}
Test SSO provider connectivity
curl --request POST \
--url https://pria.praxislxp.com/api/admin/ssoProvider/test/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"reachable": true,
"status": 123,
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.praxis-ai.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
⌘I