Replies: 1 comment
-
|
@shayanarm You should create an component model record to your provider on postInit hook. You need to create one for each realm you want to Enable it. |
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.
-
I have created a custom
GroupStorageProviderFactoryand an accompanyingGroupStorageProviderfor Keycloak's Docker image (quay.io/keycloak/keycloak:18.0.0) version18.0.0as below:I even went overboard to set
enabledproperties for it, but it should not have been necessary as I have a few other custom providers which are all enabled and work by default. This particular provider does show up on the Keycloak'sproviderspage on the admin panel:However, the factory's
createmethod never gets invoked. And my custom group storage provider never comes into play. How can I enable this custom provider?Update:
I also updated my Dockerfile's
entrypointto enable and use the extension. But I'm not sure I am feeding the correct information to thekc.sh buildcommand.Beta Was this translation helpful? Give feedback.
All reactions