<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Apr 20, 2016 at 5:20 AM, Emanuel Couto <span dir="ltr">&lt;<a href="mailto:emanuel.amaral.couto@gmail.com" target="_blank">emanuel.amaral.couto@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Does that mean I should send the bearer token if I want to logout a specific user? If that&#39;s it how do I do it?</div></blockquote><div><br></div><div>OAuth2 (which is what the AG Authz lib implements) doesn&#39;t specify a logoff procedure so it isn&#39;t supported directly in the library.</div><div><br></div><div>Your best out of the box option is to delete the account using the <span style="color:rgb(121,93,163);font-family:Consolas,&#39;Liberation Mono&#39;,Menlo,Courier,monospace;font-size:12px;line-height:16.8px;white-space:pre">deleteAccount </span>method on your module.  This will remove the local access to the account and eventually your tokens will expire on the server.</div><div><br></div><div>As a note : delete account does NOT guarantee to delete session cookies for the third party sign in.  IE if you use Chrome to sign into your google account to sign into keycloak, delete your account, and then log in again you will not be prompted for your google credentials because that sign in is part of Chrome&#39;s session and not the app&#39;s.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>The customer and products demos are here:</div><div><a href="https://github.com/keycloak/keycloak/tree/master/examples/demo-template/customer-app" target="_blank">https://github.com/keycloak/keycloak/tree/master/examples/demo-template/customer-app</a></div><div><a href="https://github.com/keycloak/keycloak/tree/master/examples/demo-template/product-app" target="_blank">https://github.com/keycloak/keycloak/tree/master/examples/demo-template/product-app</a></div><div><br></div><div>In the documentation page there is a 3 part tutorial (The Basics) explaining how to install these apps:</div><div><a href="http://keycloak.jboss.org/docs" target="_blank">http://keycloak.jboss.org/docs</a></div><div><br></div><div>Everything is web based.</div><div><br></div><div>Thanks.</div><div><div class="h5"><div><br><div class="gmail_quote"><div dir="ltr">On Tue, Apr 19, 2016 at 6:31 PM Summers Pittman &lt;<a href="mailto:supittma@redhat.com" target="_blank">supittma@redhat.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Tue, Apr 19, 2016 at 1:01 PM, Emanuel Couto <span dir="ltr">&lt;<a href="mailto:emanuel.amaral.couto@gmail.com" target="_blank">emanuel.amaral.couto@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Hello.<div><br></div><div>I&#39;m trying to login and logout to KeyCloak through an Android application. So far I was able to login using AeroGear Authz. What happens is that a web view is created every time login is required. However I don&#39;t understand how logout works. In the documentation it states that you should point to &#39;auth/realms/.../logout&#39;. How does it figure out which client am I? Through a session or maybe cookies?</div></div></blockquote><div><br></div></div></div></div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>It has been a while since I looked at the code, but IIRC AeroGear authz stores the bearer token that has been exchanged with the webview.</div></div></div></div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr"><div></div><div>The other question is how would customer-portal and product-portal be implemented in android, theoretically?</div></div></blockquote></div></div></div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>I&#39;m not familiar with those, could you link me? </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>_______________________________________________<br>
keycloak-user mailing list<br>
<a href="mailto:keycloak-user@lists.jboss.org" target="_blank">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></div>
</blockquote></div></div></div></div></div>
</blockquote></div><br></div></div>