cannot create user in the keycloak. Getting 403 status

后端 未结 3 1789
野性不改
野性不改 2021-02-08 19:41

I am trying to access the create a user in the keycloak programmatically. But I am getting 403 as a status code. I am following the below link.

https://technology.first8

3条回答
  •  广开言路
    2021-02-08 20:21

    If you are not using admin user from master realm.

    You need to assign proper roles like manage-users role from realm-management client for the user which you are using to get instance the instance of Keycloak.

提交回复
热议问题