Keycloak SPI using Quarkus #41056
Closed
akil-rails
started this conversation in
Community
Replies: 1 comment 8 replies
-
Plugin are meant to only use what's offered by bindings in the main application, which in Keycloak's case are SPIs, since those plugins will be bundled with Keycloak itself. Hence, I'm not sure I understand your question. This discussion might help: keycloak/keycloak#29243 |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We've to write a couple of KeyCloak SPI's - Authentication and UserStorage - is this something that can we can do with quarkus or should it be a standard java project?
Beta Was this translation helpful? Give feedback.
All reactions