<div dir="ltr">As long as you use HTTPS and make sure you set redirect uris correctly it&#39;s secure. The authorization code has a short lifespan so there&#39;s very low chance that someone could retrieve it from the browser history. Further the redirect uris prevent other applications from sniffing it.<br><div><br></div><div>I don&#39;t see how what you are proposing would be any more secure. You still have to transfer the token to the HTML5 application. So you&#39;ve used moved the problem from the interaction between Keycloak to a custom implementation on your end.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On 19 February 2016 at 23:18, Bruce Shaw <span dir="ltr">&lt;<a href="mailto:battery4cid@gmail.com" target="_blank">battery4cid@gmail.com</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">







I have a AngularJs single page web-app that makes RESTful API calls to get secured data from our server (Play Framework).  I originally set it up to be a public client using the keycloak.js adapter but I’m wondering if there’s a more secure way.<br><br>Instead of having the redirect response (with the authorization code) come back to the keycloak.js followed by the request to get the access token, wouldn’t it be more secure to have the javascript post the returned authorization code to our server or just set the redirect url to an endpoint on our server to make the backchannel request (with client secret and id) for the access token?  Then we can redirect the user to the appropriate location with the access token in the response?<br><br>I guess I’m trying to make my RESTful api a confidential client, any input or direction would help.<br><br>thanks.<p><span><br></span></p></div>
<br>_______________________________________________<br>
keycloak-user mailing list<br>
<a href="mailto:keycloak-user@lists.jboss.org">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><br></blockquote></div><br></div>