Part 11.2 - Create and fetch users from spring boot 3 instead of keycloak

preview_player
Показать описание
#authenticationandauthorization #usercreation #keycloak #springboot3 #accessmanagement
Рекомендации по теме
Комментарии
Автор

Hey bro. Why client-id has to be "admin-cli". I wanna put my client "keycloak-backend". It's impossible?

dersobr
Автор

I have a question.
I'm trying to synchronize user data from Keycloak with a Users entity that implements in Spring Boot 3. Do I need to run a batch in Spring that requests the Keycloak API every time to achieve this?
Actually, I'm not sure if it's the right approach to manage user data in Spring Boot 3. What I want to do is to have user data in Spring Boot 3 as well, so that it would be easier to implement other functionalities.
In summary, to achieve (Keycloak -> Spring Boot 3) synchronization, is it necessary to use a Spring Batch to perform synchronization every time?

텟텟텟
Автор

in the keycloak get instance was that a singleton design pattern ??

Hamza_lachgar
Автор

Where can I check out the Github repository?

Carloshdv
Автор

Hi.
When you add the realm-admin role to the "admin" user, do you know why that role (and their children associated roles) aren't passed to the custom claim "roles" that we created in previous lessons?
Another question.
Why associate a single user to be able to access the Keycloak API instead of associating it to a role, so that e.g. "admin" role users can have access to the Keycloak api?
Thank you again, these are wonderful tutorials you've made!

AntonioCabralNumberOne
Автор

Thanks, I had been looking for hours after this, you made my day!

guillaumebailly
Автор

Hi sir,
how to configure spring boot 3.0 with keycloak (23.0 version) with SAML protocol ??

hemantyadav
Автор

Does service account fits this case better?

SultanZhumatayev
Автор

fetching the users from the sql data plss do a video

RameshDornala-bf
Автор

Great job!. Thanks for your time and share the knowledge.

AGAGARCIA
Автор

Great job Thank you for your time, can you provide us with the git repo ?

malekbenrabah
Автор

can u add custom storage provider . we use sql data for user authentication , can you make video plsss

RameshDornala-bf
Автор

Thanks for video!! Could you help me? When I call I receive users but the realm roles are always null.

Amragrum
Автор

Hey! can we create realms like we create users? or can we use realm.json sent as a payload to create realms through another api?

chitranshsaxena
Автор

Is there a way to create keycloak policies, permissions through Spring boot client as well? similar to the user management,

sakthinivas