<div dir="ltr"><div>Once you&#39;ve authenticated with Keycloak the application can setup its own HTTP session that contains the token details. Keycloak uses its own session cookie to maintain the SSO session. Keycloak won&#39;t authenticate with a application cookie though.<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 13 December 2015 at 20:30, sabir <span dir="ltr">&lt;<a href="mailto:sss2174@columbia.edu" target="_blank">sss2174@columbia.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div>Hello,</div><div><br></div><div>I am working on integration keycloak authentication and setting up authorization on endpoints in Dropwizard application.</div><div><br></div><div>I&#39;ve looked into existing project here: <a href="https://github.com/ahus1/keycloak-dropwizard-integration/" target="_blank">https://github.com/ahus1/keycloak-dropwizard-integration/</a></div><div>Also, I looked into <a href="https://github.com/keycloak/keycloak/blob/c9e0a7a97dd98b31836195df167684a42dae4d3c/services/src/main/java/org/keycloak/authentication/authenticators/browser/CookieAuthenticator.java" target="_blank">https://github.com/keycloak/keycloak/blob/c9e0a7a97dd98b31836195df167684a42dae4d3c/services/src/main/java/org/keycloak/authentication/authenticators/browser/CookieAuthenticator.java</a></div><div><br></div><div>I am able to authenticate by username/password or passing keycloak token.  It is crucial for us to authenticate existing session without credentials or keycloak token. </div><div><br></div><div>Does keycloak expose endpoints to authenticate via Cookie like:<br><br>KEYCLOAK_SESSION, KEYCLOAK_IDENTITY and/or KEYCLOAK_STATE_CHECKER</div><div><br></div><div>I&#39;m not sure if this is the correct place for questions like these. Please direct me otherwise.</div><div><br></div><div>Thanks,</div><div><br></div></div>
<br>_______________________________________________<br>
keycloak-dev mailing list<br>
<a href="mailto:keycloak-dev@lists.jboss.org">keycloak-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/keycloak-dev" rel="noreferrer" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-dev</a><br></blockquote></div><br></div>