<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hey, <br>
    <br>
    having 2 issues using the keycloak.js correct. <br>
    <br>
    As for now i deployed my keycloak.json in the WEB-INF folder, but
    keycloak.js needs it accessible so i have to put it outside of
    WEB-INF. This forces me to have it two times, is this correct?<br>
    <br>
    If I login to my test site which is essentially the view.html of the
    demo-template/customer-app-js example I'm forced to relogin. <br>
    This is as far as I can tell due to the keycloak.init({ onLoad:
    'login-required' }) "login-required" if i just call keycloak.init(),
    keycloak doesnt retrieve a token at all. <br>
    How do i use this api correctly?<br>
    <br>
    Bonus Question: the "myapp/k_query_bearer_token
    <meta http-equiv="content-type" content="text/html;
      charset=windows-1252">
    " return an HTTP 200 but no token. i thought this one could have
    been an alternative to keycloak.js<br>
    <br>
    Thanks <br>
    <meta http-equiv="content-type" content="text/html;
      charset=windows-1252">
  </body>
</html>