Check the validity of a token
POST/api/internal/v1/useradm/auth/verify
Besides the basic validity check, checks the token expiration time and user-initiated token revocation. Services which intend to use it should be correctly set up in the gateway's configuration.
Request
Responses
- 200
- 400
- 401
- 403
- 500
The token is valid.
Invalid Request.
Verification failed, authentication should not be granted.
Token has expired - apply for a new one.
Internal Server Error.