Hi guys,I apologize if i am not suppose to set communication to the whole group like
this.I am not able to start a thread in the key cloak forum so am trying this option.
I am new to Keycloak and trying to create a user via REST call and i am getting 401
Unauthorized error.So this what i am trying to do1. Start the Keycloak server 2. Create a
realm- test-realm and assigned manag-user role to it3. Create user
"test-realm-user01" and assigned all the roles i could to him.4. In my java
code, i get a token and then i am trying to create a user using that token and it throws
401
Attached is the code of what i am doing.
Please let me know if i am doing anything wrong here.
(I understand that we should UI from doing all the stuff..but here i am that i want to try
this out)