Marco Descher
Marco Descher
Uncommenting lines 91 to 108 makes it work for me ;)
@julien-nc stupid question, in https://github.com/nextcloud/user_oidc/issues/856#issuecomment-2288204104 you refer to the IDToken - but why is an ID Token even sent to an API endpoint? Shouldn't you always use an Access Token...
The same holds for the option `--bearer-provisioning` which should just work like the others!
Would be really cool - but seems to be stale ... ;)
Seeing this on 2025-03 in a Quarkus project.
This is the closest I could find to report a related problem: Please have a look at https://www.eclipse.org/forums/index.php/m/1864776/#msg_1864776 - is this problem due to this "Viewer limits" feature? If not...
Can confirm with v1.114.0 - I see the following request ``` synapse-1 | 2024-09-18T09:01:34.971629845Z 2024-09-18 09:01:34,971 - synapse.access.http.8008 - 473 - INFO - POST-276 - 192.168.65.1 - 8008 - {None}...
We have a Keycloak Realm with multiple users. Now I only want a subset of this users to be able to login to Redmine. Keyloak is an Authentication tool, while...
@picman thank you for your response, I added some comments to https://github.com/kontron/redmine_oauth/commit/e1f6a6808e5366e5f84c05c20e94388270c94b27
Validate user roles = `resource_access.mis.roles` If none of the roles is mapped, then this happens: ``` mis-echo-1 | OAuth2::AccessToken.from_hash: `hash` contained more than one 'token' key (["access_token", "id_token"]); using "access_token"....