Karel Pičman

Results 135 comments of Karel Pičman

Could you test _roles_ branch with your Keycloak configuration?

1. How does look the token if "none of the roles is mapped"? 2. What do you mean with "the same happens for the access token"?

Fixed. (The error "contained more than one 'token' key" comes from an external library. I can't change it in my code.)

I've added some debug log messages. Could you switch your log level to _debug_ and post your output? (`config.log_level` = :debug in _config/additional_environment.rb_) In my case I see: 1) Validate...

After studying documentation and source codes I came to a conclusion that the roles information are a part of _id_token_ not _access_token_. Despite your option **Add to access token**. Problem...

I've added a new option into the plugin's settings. You can now chose a preferable token type. Please give it a try.

Here seems to be a problem: my environment: `DEBUG -- : Setting.validate_user_roles = 'user_roles'` your environment: `DEBUG -- : Setting.validate_user_roles = '"user_roles"'` Notice the double quotation marks around _user_roles_. Do...

I've added a debug message with _user_info_ content. git pull roles branch and post your log again, please.