Keycloak doesn't load custom providers #11713
s-apanasionak
started this conversation in
Archive
Replies: 1 comment 1 reply
-
|
I haven't tried running keycloak in an IDE, but with the providers I've been writing, I've needed to run |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I use IDELauncher to start keycloak from IDE.
I use custom UserStorageProvider (jar file). I put it in directory /home/svyatoslav/IdeaProjects/keycloak/home/providers
And specify next vm option -Dkc.home.dir=/home/svyatoslav/IdeaProjects/keycloak/home
After keycloak started I do not see my custom provider in list on user federation tab.
How can I make keycloak to see my custom provider?
Beta Was this translation helpful? Give feedback.
All reactions