Revoke SSO Session
Revoke an SSO session.
Endpoint
DELETE /api/v1/sso/sessions/{session_id}
Headers
| Header | Required | Description |
|---|---|---|
Authorization | Yes | Bearer <access_token> |
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
session_id | integer | Yes | SSO Session ID |
Response
Success (200)
{
"success": true,
"data": {
"message": "SSO session revoked successfully"
},
"message": "SSO session revoked successfully"
}
Features
- Session revocation
- User notification
- Audit logging
Status
[WARNING] TODO: Not Implemented
This endpoint is defined in the router but the implementation logic is not yet complete.