Allows management of user tokens and logout sessions.
Resource URL | Authorization | Description |
/v1/api/authentication/token (POST) | System Admin | Performs a login for the specified user and returns an authentication token. |
/v1/api/authentication/token/revoke (POST) | System Admin, Admin, Policy Admin, Analyst | Invalidates a JSON web token in a request. |
/v1/api/authentication/logout (POST) | System Admin, Admin, Policy Admin, Analyst | Invalidates all JSON web tokens assigned to a user. |