Api
Get public Azure AD configuration
Returns the Azure AD configuration needed for frontend MSAL initialization. This endpoint is public and does not require authentication.
Returns the Azure AD configuration needed for frontend MSAL initialization. This endpoint is public and does not require authentication.
Response Body
application/json
curl -X GET "https://loading/api/v1/public/azure-ad-config"{
"client_id": "string",
"is_active": true,
"redirect_uri": "string",
"tenant_id": "string"
}