You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand correctly you have an admin user in the master realm, you would like to create a user in another realm? If so this should work.
When initiating the KeycloakAdmin set the user_realm_name= 'master' or the appropriate realm where the admin user is defined, and set the realm_name to the realm where you want new user to be created.
You’re correct that adding a user from the master realm to another realm is the case here. However, along with the user details, I also need to add the IDP (Identity Provider) details of the user.
I needed to create a user to the realm with its IDP details.
is it some parameters i needed to have along with
python-keycloak/src/keycloak/keycloak_admin.py
Line 551 in 7cfad72
Thanks
Althaf
The text was updated successfully, but these errors were encountered: