Open ampabsa opened 2 years ago
I can confirm this issue happens in my setup as well. I don't have a workaround yet.
Thanks, good to know that you can reproduce. Please keep me posted about any positive outcome.
I have the same issue when trying to configure Spring Boot with Keycloak and this helped me to solve it: https://forum.camunda.io/t/camunda-keycloak-configuration-error/29418/8
The dependencyManagement part which Jonathan posted
Hi, right I did quite the same and this addresses the problem. I would like though an "official" solution preferably taking care of all side-effects. Upgrading more components around would also be a nice outcome. I used oauth2-oidc-sdk-9.22.2 but I didn't dare to go farther. Is an update planned?
Hello, I'm integrating Hawkbit with Keycloak but I encounter the following issue:
2022-05-18 12:46:43 Caused by: com.nimbusds.oauth2.sdk.ParseException: Unexpected type of JSON object member with key "mtls_endpoint_aliases" (at com.nimbusds.oauth2.sdk.util.JSONObjectUtils.getGeneric(JSONObjectUtils.java:133)) ...
This seems to be a known issue related to Spring Security and/or Nimbus, I believe "recently" fixed. Cf.
The problem seems to happen since Keycloak 15 (tbc). I encounter the problem myself with Keycloak 16.1.1. I'm using the latest Docker image https://hub.docker.com/r/hawkbit/hawkbit-update-server on AWS ECS. For the moment my only custom settings are those related to oauth2 integration set with this environment variable:
Are you aware of this issue and/or any workaround?
Many thanks Bruno