Replies: 6 comments 6 replies
-
|
Please check the server developer guide |
Beta Was this translation helpful? Give feedback.
-
|
I saw: https://www.keycloak.org/server/containers, but there's no mention of PROVIDERS (jars using SPI to customize keycloak, like adding a user provider...) @stianst. Maybe you're referring to something hidden deeper in the docs that I didn't see? |
Beta Was this translation helpful? Give feedback.
-
|
Just copy the providers and third-party dependencies into the "providers" directory |
Beta Was this translation helpful? Give feedback.
-
|
No need for |
Beta Was this translation helpful? Give feedback.
-
|
Actually, it seems like it's needed here: https://www.keycloak.org/docs/latest/server_development/index.html#registering-provider-implementations, but then, do I need to include the jar in the providers folder, or does |
Beta Was this translation helpful? Give feedback.
-
|
Here is mine, works in 17.0.1 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In the samples and docs, there's no mention whether the providers need to have build run on them. So when building the dockerfile, do I need to include the custom providers during the build stage. And do I need to copy them to the final image, or does build cache all my code in
/opt/keycloak/lib/quarkus/, so then I would use the setup in https://www.keycloak.org/server/containers and just add a copy in the first section?Beta Was this translation helpful? Give feedback.
All reactions