--
You received this message because you are subscribed to the Google Groups "Keycloak User" group.
To unsubscribe from this group and stop receiving emails from it, send an email to keycloak-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/keycloak-user/497e503b-46d3-47ce-bda9-4a762fa1b74en%40googlegroups.com.
| Pagination offset | integer(int32) |
max | Maximum results size (defaults to 100) | integer(int32) |
What if I use KeyCloak webhooks in this case and also Keycloak Rest API? I can subscribe to the webhook events in BackEnd, and whenever user data changes in KeyCloak admin panel, this webhook event will be fired and I can update the database.
To view this discussion on the web visit https://groups.google.com/d/msgid/keycloak-user/CALiZ_he7iE93dqifNBbk9nX6hUnNfyBdkVF1jHYxH2AGdbGmxg%40mail.gmail.com.
You don’t need an external database. That’s waisted infrastructure. That’s Keycloaks job. If you want to switch to Okta or something else in the future, migrate all your users – an external DB won’t make that any easier, particularly if you follow proper security practices as you should be doing. Your external web page – if you do really want to create one – should be a proxy to Keycloak and that’s it. It should rely on Keycloak for user management.
Sent from Mail for Windows
To view this discussion on the web visit https://groups.google.com/d/msgid/keycloak-user/CALiZ_hdSCoKMeMHk0p%2BANVfH6%3DZEuu-w-ovH-2V_G_Vv%3D6z6ug%40mail.gmail.com.