Replies: 1 comment 10 replies
-
Beta Was this translation helpful? Give feedback.
10 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.
-
In the server development docs at https://www.keycloak.org/docs/latest/server_development/index.html#leveraging-jakarta-ee it is mentioned how Jakarta EE resources can be used in a User Storage Provider. There‘s also the quickstart-example https://github.com/keycloak/keycloak-quickstarts/tree/latest/user-storage-jpa
With the Quarkus-based distribution of Keycloak, usage of Jakarta EE APIs like session/stateless beans is no longer possible, like also mentioned here: https://www.keycloak.org/migration/migrating-to-quarkus (end of the document).
With Quarkus it is possible to configure multiple database connections.
Will this also be the case for Keycloak itself with Keycloak config params?
And how can/will these database connections be used in a User Storage Provider? Or will this no more be possible in current Keycloak versions? What about the documentation and quickstart-examples?
If this won‘t be possible anymore, it would mean to break many custom User Storage Provider implementations. Users/customers are already starting to complain in other forums:
Can you please give us an update to this?
Beta Was this translation helpful? Give feedback.
All reactions