keycloak-token-validation
v1.0.2
Published
This Node.js application demonstrates how to perform Keycloak token validation using the `keycloak-token-validation` library.
Readme
Keycloak Token Validation in Node.js
This Node.js application demonstrates how to perform Keycloak token validation using the keycloak-token-validation library.
Prerequisites
Before running this application, make sure you have the following:
Node.js installed
Access to a Keycloak server with a configured realm and client
Make sure to replace placeholders like
http://your-keycloak-url/auth/realms/{{realmName}}/protocol/openid-connect/token/introspect,your-client-id, andyour-client-secretwith your actual information.
