Quarkus Keycloak Custome Autherization for WS in Vert.x #33818
Unanswered
kavishkamk
asked this question in
Q&A
Replies: 2 comments
-
/cc @pedroigor (keycloak), @sberyozkin (keycloak) |
Beta Was this translation helpful? Give feedback.
0 replies
-
/cc @pedroigor (keycloak), @sberyozkin (keycloak) |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi. I am stuck with the WS authentication with the keycloak. I posted this question in the stack overflow also. Quarkus Keycloak Custome Autherization, https://stackoverflow.com/questions/76412662/quarkus-keycloack-authorization-using-oidcidentityprovider. Still I am unable to solve this problem. can some one help me to solve this problem ?
Also, when i try to go through the code i found that for the REST end points OidcIdentityProvider implements IdentityProvider This class is responsible for the authentication process. I am thinking about i can use this authenticate(.....) methods. But, I don't have clear idea about how to do this. Because there are some parameters available in the method. Or is there any way to implements this IdentityProvider create custom class. Or is there are another way to solve this? Can any one help me with this?
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions