Versions Compared

Key

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

...

The format of the access token and error response objects is as described above for the Authorization Code Grant.

Anchor
Validation_Keycloak
Validation_Keycloak
Validating the access token

Keycloack provides a mechanism for validating access token. There are two ways to approach it - using Introspection Endpoint and validating tokens locally. See Keycloack documentation for more details. 

...