Api
Logout
Logout and invalidate the current JWT. The token is added to a Redis blacklist with TTL matching the remaining token lifetime. Optionally returns the Azure AD logout URL for full SSO logout.
Logout and invalidate the current JWT.
The token is added to a Redis blacklist with TTL matching the remaining token lifetime.
Optionally returns the Azure AD logout URL for full SSO logout.
AuthorizationBearer <token>
In: header
Response Body
application/json
curl -X POST "https://loading/api/v1/auth/logout"{
"azure_logout_url": "string",
"message": "Successfully logged out"
}Login POST
Authenticate with an Azure AD ID token. The Azure AD token is validated, and if the user exists in the system and is active, an application JWT is returned. On first login, the user's Azure AD identity (tid + oid) is bound to their app user record. Rate limited: 10 requests per minute per IP.
Onboarding Reminders POST
Next Page