Auth
Login
This endpoint is used to authenticate a user and obtain access_token and refresh_token.
Playground
POST
/
realms/{REALM_ID}/clients/{CLIENT_ID}/auth/loginLogin
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
application/x-www-form-urlencodedOptionalusernamestring
passwordinteger
Header Parameters
api-keystring
Path Parameters
REALM_IDRequiredstring
CLIENT_IDRequiredstring
Successful response
Edit on GitHub
Last updated on