<p dir="ltr"><br>
On Mar 15, 2016 16:57, &quot;Martijn Claus&quot; &lt;<a href="mailto:m.claus@smile.nl">m.claus@smile.nl</a>&gt; wrote:<br>
&gt; I’ve been setting up Keycloak and liking it thus far. We are using it in an angular / Spring / REST context. For development there are cases where I don’t want to run the Keycloak application (war) but only my own application. I assume this is a valid usecase. But if I turn the Keycloak off, the angular frontend will redirect me to an offline url and the application fails. I will not have a token and the backend will rightfully throw back some AccessDeniedExceptions. Is there a way to use some kind of (magic/permanent/development) token that will be accepted by the backend  and the Keycloak application will never have to be contacted? Or is there some other feature that my backend spring keycloak adapter will accept anything and work with a default user?<br>
&gt;</p>
<p dir="ltr">I&#39;m not sure what you suspect is possible, but here&#39;s what we do: </p>
<p dir="ltr">In development mode we use Keycloak configuration which connects to a shared Keycloak instance where we have configured a specific realm and client allowing the use of localhost as redirect URL. This works for every developer and we don&#39;t need to &quot;turn off&quot; authentication.</p>
<p dir="ltr">The downside is that you need to be online. If this is a problem you could always use Vagrant or Docker to run Keycloak on localhost. But I guess you were trying to avoid this.</p>
<p dir="ltr">In production we naturally use another Keycloak configuration which we can enable through Spring profiles or Tomcat context.xml or whatever method best fits the situation.</p>
<p dir="ltr">Hope this helps!</p>
<p dir="ltr">Best regards,<br>
Thomas<br>
</p>