Replies: 1 comment
-
|
I would suggest starting with one of our quickstarts. Take a look at https://github.com/keycloak/keycloak-quickstarts/tree/latest/user-storage-jpa for example. |
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.
-
I have an issue on creating an spi to extend keycloak and create a new entity.
I followed the zonaut example(https://github.com/zonaut/keycloak-extensions/tree/master/provider-domain), and it works to add a new entity.
But when I try to get or save entities from the keycloak database using a keycloak provider as the keycloak example I have an issue. The provider is null.
For this case I followed the keycloak example:
https://github.com/keycloak/keycloak/tree/master/examples/providers/domain-extension
Here is my repo if you want to look at the source code:
https://github.com/Naouf3l/kc-extension
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions