keycloak-backend
keycloak-backend copied to clipboard
Keycloak Node.js minimalist connector for backend services integration.
Newer versions of keycloak now have different hostnames for admin console and frontend endpoints (see https://www.keycloak.org/server/hostname), so auth path in url is now deprecated and shouldn't be hardcoded at package...
the urls into JWT.js and some other files in the Libs directory, aren't applicable to any path case for keycloak and realms paths. Can you make some methods using keycloak...
Exactly was I was thinking about building, Thank you!
When trying to get an access token from accessToken.get(), keycloak returns a 401. I've cloned down the repo and even used the example code and can't get anything different. I'm...