Test Azure AD connection
Tests the connection to Azure AD by fetching the OIDC discovery document. Admin only.
Tests the connection to Azure AD by fetching the OIDC discovery document. Admin only.
AuthorizationBearer <token>
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://loading/api/v1/config/azure-ad/test" \ -H "Content-Type: application/json" \ -d '{ "azure_tenant_id": "stringstringstringstringstringstring", "client_id": "stringstringstringstringstringstring" }'{
"details": {},
"message": "string",
"success": true
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string"
}
]
}