Marco Descher

Results 128 comments of Marco Descher

* Keycloak seems to deliver both tokens. I think you should focus for the `id_token` currently it seems to select the `access_token` * With no role granted at all, the...

If I set `resource_access.mis.roles` then it won't let me login at all. Both with and without the role set, I will see ``` mis-echo-1 | OAuth2::AccessToken.from_hash: `hash` contained more than...

I don't get it - on the left hand side you see the Evaluate Client Scope entry for access token, which clearly states that the resp. `resource_access` entry is part...

Thats the client mapper setting for client roles ![grafik](https://github.com/user-attachments/assets/605529f1-77d6-4cb5-8273-41677206769f)

Maybe the problem is located in this line ``` mis-echo-1 | OAuth2::AccessToken.from_hash: `hash` contained more than one 'token' key (["access_token", "id_token"]); using "access_token". ``` the info I transport is either...

After checking your calls, I don't seem there is a way for me to intervene in the response. Lets fix the calls that happen (from my live debugging) 1. Redirected...

I added the following line `Rails.logger.debug { "Decoded token: #{user_info.to_json}" }` after https://github.com/kontron/redmine_oauth/blob/bc7e4e40c85680943b8761dae95f50cbd74f1ab7/app/controllers/redmine_oauth_controller.rb#L103 which now leads to the following ouput ``` -echo-1 | I, [2024-09-13T10:54:43.718583 #1] INFO -- : Current...

you are right, I removed the quotation marks, yet the problem persists: ``` is-echo-1 | I, [2024-09-13T11:52:36.748956 #1] INFO -- : Current user: anonymous mis-echo-1 | OAuth2::AccessToken.from_hash: `hash` contained more...