-
-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
auth-require-role-extension stopped working on Keycloak 18.0.2 (Quarkus) #48
Comments
Actually this is the error trace I am getting. The other one I pasted was from an older version of the extension. I compiled the latest version of the code and this is the error:
|
Ended up migrating to https://github.com/sventorben/keycloak-restrict-client-auth |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
First, thanks @thomasdarimont for this work, I have been using a few of your extensions for quite some time and they always worked great.
I upgraded my test Keycloak instance to v18.0.2 and realized the auth-require-role-extension stopped working. On 16.1.1, same code, same jar, same config, worked great.
This the error I am getting on Keycloak 18 (Quarkus):
And this is the extension configuration (same I used to have on Keycloak 16 and prior):
And the authentication flow I am using for testing, cloned from Browser (again same it used to work on Keycloak 16 and prior):
I've also tried building the latest version of the code against 18.0.2 but it did not work either.
Any ideas how to fix this? Is someone else experiencing the same issue?
Thanks.
The text was updated successfully, but these errors were encountered: