We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Isn't this call
nest-keycloak-connect/src/guards/role.guard.ts
Line 107 in 5b9a642
I'd expect that application's access token is checked for presence of requested roles, especially if TokenValidation mode i set to OFFLINE.
TokenValidation
The text was updated successfully, but these errors were encountered:
I checked just now and indeed it was an oversight on my part. It could be just a simple call to wrap in a Token class which already exists in keycloak-js: https://github.com/keycloak/keycloak-nodejs-connect/blob/cee3608b35273d9e37f70fa9b5f24d8465bb9870/middleware/auth-utils/token.js#L30-L47
keycloak-js
When wrapped in that class, it should be the same as extracting the token class from a grant.
Sorry, something went wrong.
No branches or pull requests
Hi,
Isn't this call
nest-keycloak-connect/src/guards/role.guard.ts
Line 107 in 5b9a642
I'd expect that application's access token is checked for presence of requested roles, especially if
TokenValidation
mode i set to OFFLINE.The text was updated successfully, but these errors were encountered: