<div dir="ltr">I believe that your issue is related to CORS, take a look at the examples <a href="https://github.com/keycloak/keycloak/tree/master/examples/cors">https://github.com/keycloak/keycloak/tree/master/examples/cors</a> and the documentation as well <a href="http://keycloak.github.io/docs/userguide/keycloak-server/html/cors.html">http://keycloak.github.io/docs/userguide/keycloak-server/html/cors.html</a>.<div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Feb 16, 2016 at 9:44 AM LEONARDO NUNES &lt;<a href="mailto:leo.nunes@gjccorp.com.br">leo.nunes@gjccorp.com.br</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">



<div style="word-wrap:break-word;color:rgb(0,0,0);font-size:16px;font-family:Calibri,sans-serif">
<div>Hi, I&#39;m having a problem when using the Javascript Adapter with an application deployed on Tomcat 7 at localhost:8088 and using Keycloak 1.8.0.CR3 on localhost:8080.</div>
<div><br>
</div>
<div>I get the following error at the browser console when trying to call the keycloak.loadUserProfile() method.</div>
<div>XMLHttpRequest cannot load <a href="http://localhost:8080/auth/realms/demo/account" target="_blank">http://localhost:8080/auth/realms/demo/account</a>. No &#39;Access-Control-Allow-Origin&#39; header is present on the requested resource. Origin &#39;<a href="http://localhost:8088" target="_blank">http://localhost:8088</a>&#39; is therefore not allowed access. The response had HTTP status code 403.</div>
<div><br>
</div>
<div>And this when I try to call keycloak.loadUserProfile() method.</div>
<div>XMLHttpRequest cannot load <a href="http://localhost:8080/auth/realms/demo/protocol/openid-connect/userinfo" target="_blank">http://localhost:8080/auth/realms/demo/protocol/openid-connect/userinfo</a>. No &#39;Access-Control-Allow-Origin&#39; header is present on the requested resource. Origin &#39;<a href="http://localhost:8088" target="_blank">http://localhost:8088</a>&#39; is therefore not allowed access. The response
 had HTTP status code 403.</div>
<div><br>
</div>
<div>Details:</div>
<div><br>
</div>
<div>- If I don&#39;t login using keycloak.login() and just navigate to a restricted page configured at the web.xml and login, after i&#39;m redirected to the restricted page if I try to call keycloak.loadUserProfile() I get the same error.</div>
<div>- If I login using keycloak.login() and then call keycloak.loadUserProfile() or keycloak.loadUserProfile() it works.</div>
<div>- If I navigate to another page and try to call keycloak.loadUserProfile() or keycloak.loadUserProfile() I get the same error.</div>
<div>- It only works right after I login, if I navigate to another page it won&#39;t work anymore.</div>
<div><br>
</div>
<div>This is my keycloak.json file</div>
<div>
<div>{</div>
<div>  &quot;realm&quot;: &quot;demo&quot;,</div>
<div>  &quot;realm-public-key&quot;: &quot;MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCrVrCuTtArbgaZzL1hvh0xtL5mc7o0NqPVnYXkLvgcwiC3BjLGw1tGEGoJaXDuSaRllobm53JBhjx33UNv+5z/UMG4kytBWxheNVKnL6GgqlNabMaFfPLPCF8kAgKnsi79NMo+n6KnSY8YeUmec/p2vjO2NjsSAVcWEQMVhJ31LwIDAQAB&quot;,</div>
<div>  &quot;auth-server-url&quot;: &quot;<a href="http://localhost:8080/auth" target="_blank">http://localhost:8080/auth</a>&quot;,</div>
<div>  &quot;ssl-required&quot;: &quot;external&quot;,</div>
<div>  &quot;resource&quot;: &quot;accounts-teste&quot;,</div>
<div>  &quot;public-client&quot;: true,</div>
<div>  &quot;enable-cors&quot;: true</div>
<div>}</div>
</div>
<div><br>
</div>
<div><br>
</div>
<div>
<div>
<div>-- </div>
<div>Leonardo Nunes</div>
</div>
</div>
<hr style="min-height:1px;color:#c4c4c4">
<div style="font-family:Arial;color:#848484;font-size:11px"><i>Esta mensagem pode conter informação confidencial e/ou privilegiada. Se você não for o destinatário ou a pessoa autorizada a receber esta mensagem, não poderá usar, copiar ou divulgar as informações
 nela contidas ou tomar qualquer ação baseada nessas informações. Se você recebeu esta mensagem por engano, por favor avise imediatamente o remetente, respondendo o e-mail e em seguida apague-o. Agradecemos sua cooperação.
<br>
<br>
This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose or take any action based on this message or any information herein. If you have
 received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation<i></i></i></div>

</div>

_______________________________________________<br>
keycloak-user mailing list<br>
<a href="mailto:keycloak-user@lists.jboss.org" target="_blank">keycloak-user@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/keycloak-user" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a></blockquote></div>