OIDC changes in Quarkus upgrade from 2.16.5.Final to 3.2.10.Final #39087
Unanswered
kirankolli-addepar
asked this question in
Q&A
Replies: 2 comments 6 replies
-
/cc @pedroigor (oidc), @sberyozkin (oidc) |
Beta Was this translation helpful? Give feedback.
0 replies
-
@kirankolli-addepar Can you please create a reproducer ? Sounds like it is something related to the way Swagger UI controls the authentication |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am noticing some changes in the way authentication with keycloak is behaving b/w my current version and the version I would like to upgrade to.
with 2.16.5.Final when I used to hit 'Authorize' on my Swagger-UI it used to authenticate me with keycloak but never used to prompt me for selecting the roles the client needs to inherit. I am guessing the client automatically inherited all the roles that the user had.
Now post upgrade to 3.2.10.Final its prompting me to also select the roles to inherit. Is there a way to revert to defaulting to earlier behaviour i.e. inherit all roles available to the user without having to select which roles to inherit ?
Beta Was this translation helpful? Give feedback.
All reactions