<div dir="ltr">Hi,<div><br></div><div>I have a realm with an application called : <a href="http://localhost:8080/auth/admin/master/console/#/realms/cv/applications/983779c1-3224-459f-8be9-5c2c443158a8" style="color:rgb(0,153,211);text-decoration:none;font-family:&#39;Open Sans&#39;,Helvetica,Arial,sans-serif;font-size:12px;line-height:20px;background:transparent" target="_blank">examples-admin-client</a> and would like to use it to manage my realm but i get an error : javax.ws.rs.ClientErrorException: HTTP 403 Forbidden every time i make the following call : </div><div><br></div><div>Keycloak keycloak = Keycloak.getInstance(authServer, &quot;realm-name&quot;, &quot;User1&quot;, &quot;password&quot;, &quot;examples-admin-client&quot;, &quot;a5890cdf-e1df-40c0-9d50-26ad2f7badde&quot;);<br></div><div><br></div><div>When i try to do the same thing with the example realm (i use the json example-realm.json provided by the keycloak project) this works nicely actually !</div><div><br></div><div>Btw, i can successfully login with the user : User1 with that password.</div><div><br></div><div>This is the json for my realm :</div><div><br></div><div><div>{</div><div>  &quot;realm&quot;: &quot;realm-name&quot;,</div><div>  &quot;realm-public-key&quot;: &quot;MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCxwUIE6W3BZYlSxDPpwkknb2ObnrEsGMUJGy3HfNEfkfu9rcY5bxkllLsW32KlR78++xtuI11IE2nuh6nJmUsIKMb55Ez9n7/E9kPmSF6lxavZlQY0HfBnR3ZWgzsoUUz4n7pOhmqHIAGXeuxnMDQ5/upwcolFIZRor1v7oT/H8QIDAQAB&quot;,</div><div>  &quot;auth-server-url&quot;: &quot;<a href="http://localhost:8080/auth">http://localhost:8080/auth</a>&quot;,</div><div>  &quot;ssl-required&quot;: &quot;none&quot;,</div><div>  &quot;resource&quot;: &quot;examples-admin-client&quot;,</div><div>  &quot;credentials&quot;: {</div><div>    &quot;secret&quot;: &quot;a5890cdf-e1df-40c0-9d50-26ad2f7badde&quot;</div><div>  }</div><div>}</div></div><div><br></div><div>Thanks for any help on this one !</div></div>