Adam Mróz
Adam Mróz
I've encountered a similar issue. I figured out that private fields can be annotated and it works if you have a `public` getter created manually. It doesn't work with Lombok-generated...
I'm not sure how javadoc is used here, but it's highly possible. What's surprising me more is that it doesn't work with package-private getters either.
I verified the situation with the plain `openid-client` library and the problem persists. Hence, it seems to be an issue with the Keyrock implementation, after all. I'm not sure why...
The issue seems to be missing entries in the `role_assignment` table – when added, my tokens started having organizations and roles. I don't know what UI/API is responsible for creating...
The issue seems to be in here: https://github.com/ging/node-oauth2-server/blob/b6891e6b524fedae9c99b8a661f4ae9d87eea224/lib/utils/token-util.js#L39
> Single quotes ('CKAN_DB_PASSWORD') are used for string literals. I think only this is relevant here. The script I mentioned are bash scripts, and strings will be evaluated in bash,...