Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The first field is the actual access token which should be kept on the server and never passed to the end user's browser. The token_type will always be "Bearer" in this implementation. The number of seconds that the token is valid is given in expires_in. refresh_token field is only returned if the access_type in step A is set to "offline".

Error response

In case of an error condition Keycloak responds with a HTTP 400 status code with the error message included in the body of the response as a JSON object, e.g.:

...