Skip to content

Can i use the quarkus-devservices-keycloak as a standalone devservice with quarkus-smallrye-jwt? #46654

Answered by sberyozkin
agreedSkiing asked this question in Q&A
Discussion options

You must be logged in to vote

@agreedSkiing It will not work because quarkus-smallrye-jwt would require the key location and the issuer properties, as shown here which can be set by adding some integration between quarkus-devservices-keycloak.

But the lightweight option for smallrye-jwt should be available soon: #44272.

However, I think having a Dev UI experience related to either live or lightweight Keycloak devservice for smallrye-jwt users, similar to what they have for quarkus-oidc makes sense, for example, users would login to Keycloak from the DevUI SPA and then send these tokens to the Quarkus endpoint and smallrye-jwt would verify them...

I think I'll create an enhancement request to track it and discuss with …

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
6 replies
@agreedSkiing
Comment options

@sberyozkin
Comment options

@agreedSkiing
Comment options

@sberyozkin
Comment options

@agreedSkiing
Comment options

Answer selected by agreedSkiing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment