Authentication
Login with username and password
Authenticate user and obtain access tokens.
This endpoint authenticates a user with Keycloak and returns JWT access and refresh tokens for API access.
POST
Login with username and password
Authorizations
Enter your JWT token in the format: Bearer
Body
Previous
Logout and invalidate tokensLogout user with immediate token invalidation.
This performs a complete logout:
1. Adds access token to blacklist (immediate invalidation)
2. Revokes the refresh token (prevents getting new access tokens)
3. Terminates all Keycloak sessions for the user
After logout, the access token is immediately invalid on all subsequent requests.
Next
Login with username and password
