<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Hi,<br>
      <br>
      it failed on the adapter (application) side and error 404 means
      "Not found". So adapter can't find the keycloak server to turn
      code into token. Make sure to configure "auth-server-url" in
      keycloak.json for your application properly. If relative uri
      doesn't work for some reason, you can rather try to use absolute
      uri for auth-server-url like <a class="moz-txt-link-rfc2396E" href="https://localhost:8443/auth">"https://localhost:8443/auth"</a> .<br>
      <br>
      Marek<br>
      <br>
      On 14.11.2014 01:31, Fabián Silva wrote:<br>
    </div>
    <blockquote
cite="mid:CAFEWA+3dJ2+Gw2TkvuPqhB6nxAp7z3HKHhqo_qO3A8rbvMvyfg@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>I have a keycloak installed on wildfly standalone. I'm
          trying to deploy an application, that use this keycloak, on a
          separate server with wilflly running on domain mode. I tried
          first to deploy on a domain out of the box on my local
          machine, setting the
          keycloak-wildfly-adapter-dist-1.0.4.Final. It deploys fine and
          does the authentication without any issues. When I try to
          migrate it to the server running my wilfly (also in domain
          mode and the keycloak adapter set), it deploys fine and shows
          the keycloak login once you enter the application. But the
          problem is that when you login it displays a "403 - Forbidden"
          and on the log I'm seeing </div>
        <div>ERROR [org.keycloak.adapters.OAuthRequestAuthenticator]
          (default task-6) failed to turn code into token</div>
        <div>ERROR [org.keycloak.adapters.OAuthRequestAuthenticator]
          (default task-6) status from server: 404</div>
        <div>The only difference between those two wildfly domain mode
          is that in the local I don't have the the SSL/HTTPS enabled.</div>
        <div><br>
        </div>
        <div>Have anyone seen this error? or have an idea of what this
          could be?</div>
        <div><br>
        </div>
        <div>Regards</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
keycloak-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/keycloak-user">https://lists.jboss.org/mailman/listinfo/keycloak-user</a></pre>
    </blockquote>
    <br>
  </body>
</html>