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"
}