cannot create user in the keycloak. Getting 403 status

后端 未结 3 1732
野性不改
野性不改 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 19:54

    I faced the same issue. This is how i fixed it.

    1. Create a role that has at least a realm-management role of manage-users

    UI update for server 9.0.2

    1. Go to your client's Scope tab and add the role to your Realm Roles

提交回复
热议问题