<p dir="ltr">Hi bill,</p>
<p dir="ltr">Keycloack will be merged with picketlink as one product/module in eap 7?</p>
<div class="gmail_quote">On Mar 10, 2015 7:44 PM, &quot;Bill Burke&quot; &lt;<a href="mailto:bburke@redhat.com">bburke@redhat.com</a>&gt; wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Plan is to productize about the same time as EAP7.<br>
<br>
On 3/10/2015 5:27 AM, Chen Keong Yap wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
hi bill,<br>
<br>
thanks for the update. btw, can you advise when redhat will put keycloak<br>
into jboss eap roadmap?<br>
<br>
On Tue, Mar 10, 2015 at 2:02 AM, Bill Burke &lt;<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a><br>
&lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;&gt; wrote:<br>
<br>
    I fixed some bugs around logout in 1.2, master git, but we&#39;re not<br>
    releasing this for a few weeks.   I don&#39;t know if that is your<br>
    problem or not.  I have not yet been able to take the time to<br>
    reproduce your problems on 1.1 yet.<br>
<br>
    On 3/8/2015 9:53 PM, Chen Keong Yap wrote:<br>
<br>
        hi bill,<br>
<br>
        can you advise regarding the global sign out issue?<br>
<br>
        On Thu, Mar 5, 2015 at 9:29 AM, Chen Keong Yap<br>
        &lt;<a href="mailto:chenkeong.yap@izeno.com" target="_blank">chenkeong.yap@izeno.com</a> &lt;mailto:<a href="mailto:chenkeong.yap@izeno.com" target="_blank">chenkeong.yap@izeno.<u></u>com</a>&gt;<br>
        &lt;mailto:<a href="mailto:chenkeong.yap@izeno." target="_blank">chenkeong.yap@izeno.</a>__<u></u>com<br>
        &lt;mailto:<a href="mailto:chenkeong.yap@izeno.com" target="_blank">chenkeong.yap@izeno.<u></u>com</a>&gt;&gt;&gt; wrote:<br>
<br>
             hi bill,<br>
<br>
             Thanks for the solution given and it has resolved the first<br>
        issue<br>
             ( login to the app via pl sp filter but the login session<br>
        cannot be<br>
             seen in keycloak admin console)<br>
<br>
             However now there are few more issues with single sign out.<br>
<br>
             a) When i click on the global logout link<br>
             (<a href="http://localhost:8080/__employee/?GLO=true" target="_blank">http://localhost:8080/__<u></u>employee/?GLO=true</a><br>
        &lt;<a href="http://localhost:8080/employee/?GLO=true" target="_blank">http://localhost:8080/<u></u>employee/?GLO=true</a>&gt;), the page just did a<br>
        self<br>
             refresh and it&#39;s not redirected to keycloak login page. I<br>
        can see<br>
             the keycloak session was gone from the keycloak admin<br>
        console but<br>
             the sample employee session still there.<br>
<br>
             b)  When i click on the local logout link<br>
             (<a href="http://localhost:8080/__employee/?LLO=true" target="_blank">http://localhost:8080/__<u></u>employee/?LLO=true</a><br>
        &lt;<a href="http://localhost:8080/employee/?LLO=true" target="_blank">http://localhost:8080/<u></u>employee/?LLO=true</a>&gt;), the page just did a<br>
        self<br>
             refresh and it&#39;s not redirected to keycloak login page. I<br>
        can see<br>
             the keycloak session still in the keycloak admin console<br>
        but the<br>
             sample employee session still there.<br>
<br>
             c) When i click on the logout link<br>
             (<a href="http://localhost:8080/__employee/logout.jsp" target="_blank">http://localhost:8080/__<u></u>employee/logout.jsp</a><br>
        &lt;<a href="http://localhost:8080/employee/logout.jsp" target="_blank">http://localhost:8080/<u></u>employee/logout.jsp</a>&gt;), the page just did a<br>
             self refresh and it&#39;s not redirected to keycloak login page. I<br>
             noticed the keycloak session still in the keycloak admin<br>
        console but<br>
             the sample employee session still there. Just wondering do<br>
        i need to<br>
             implement session.invalidate() in the logout,jsp but how to<br>
             invalidate the keycloak session?<br>
<br>
<br>
             On Wed, Mar 4, 2015 at 11:12 PM, Bill Burke<br>
        &lt;<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a> &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;<br>
             &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a> &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;&gt;&gt; wrote:<br>
<br>
                 Ok, I may have diagnosed the problem.  Go to the admin<br>
        console.<br>
                 Go to the definition of your application.  Look at the<br>
        Admin<br>
                 Url.  Does it have a &quot;/&quot; at the end of the URL?  If<br>
        not, add a<br>
                 &#39;/&#39; at the end of this.<br>
<br>
                 i.e.<br>
<br>
        <a href="http://somhere.com/app/" target="_blank">http://somhere.com/app/</a><br>
<br>
                 If that solves the issue, let me know and I&#39;ll explain<br>
        what is<br>
                 going on.  FYI, I ran into the same problem running the<br>
        SAML<br>
                 example in the distro and this fixed the problem.<br>
<br>
<br>
<br>
<br>
                 On 3/4/2015 9:07 AM, Chen Keong Yap wrote:<br>
<br>
                     Hi bill,<br>
<br>
                     If i understand from you correctly,<br>
                     PL SAML SP and keycloak adapters are the same and<br>
        referring<br>
                     to below items.<br>
<br>
                     Tomcat 6, 7, 8<br>
                     Jetty 8, 9<br>
                     EAP 6.x<br>
                     Wildfly<br>
                     Node.js<br>
                     Browser Javascript adapter.<br>
<br>
                     So far i have tested PL SAML SP filter using the<br>
        following<br>
                     libs and it<br>
                     got the same 2 issues that was mentioned in the<br>
        previous email.<br>
<br>
                     Picketlink lib : Picketlink 2.70 cr2, picketlink 2.5.3<br>
                     (commercial)<br>
<br>
                     keycloak lib : keycloak 1.1.0 final, keycloak 1.1.0<br>
        beta 2<br>
<br>
                     On Mar 4, 2015 9:44 PM, &quot;Bill Burke&quot;<br>
        &lt;<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a> &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;<br>
                     &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a> &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;&gt;<br>
                     &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a><br>
        &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt; &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a><br>
        &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;&gt;&gt;&gt; wrote:<br>
<br>
                          Our testsuite uses PL SAML SP, not the filter<br>
        though,<br>
                     and it works<br>
                          fine.  I&#39;d have to recreate the problem using<br>
        the PL<br>
                     SAML SP filter.<br>
<br>
                          On 3/4/2015 8:04 AM, Chen Keong Yap wrote:<br>
<br>
                              Hi bill,<br>
<br>
                              Yup. I have configured the app in keycloak<br>
        admin<br>
                     console. However i<br>
                              encountered 2 issues.<br>
<br>
                              First issue is that i was able to login to<br>
        the app<br>
                     via pl sp<br>
                              filter but<br>
                              the login session cannot be seen in<br>
        keycloak admin<br>
                     console<br>
<br>
                              Second issue is that global logout was not<br>
        working<br>
                     and the<br>
                              landing page<br>
                              just did a self refresh.<br>
<br>
                              On Mar 4, 2015 8:55 PM, &quot;Bill Burke&quot;<br>
                     &lt;<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a> &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;<br>
        &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a> &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;&gt;<br>
                              &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a><br>
        &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt; &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a><br>
        &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;&gt;&gt;<br>
                              &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a><br>
        &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;<br>
                     &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a><br>
        &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;&gt; &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a><br>
        &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;<br>
                     &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a><br>
        &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;&gt;&gt;&gt;&gt; wrote:<br>
<br>
                                   You can still use the PL Filter SP.  Just<br>
                     configure the<br>
                              application<br>
                                   in the admin console to use SAML.<br>
<br>
                                   On 3/3/2015 11:36 PM, Chen Keong Yap<br>
        wrote:<br>
<br>
                                       Hi bill,<br>
<br>
                                       the existing adapters cannot<br>
        support jboss<br>
                     eap 5.0.2 and<br>
                                       websphere 8.5<br>
                                       and we are not allowed to use<br>
        keycloak proxy.<br>
<br>
                                       can you suggest any other alternative<br>
                     similar to<br>
                              picketlink sp<br>
                                       filter?<br>
<br>
                                       On Tue, Mar 3, 2015 at 11:45 PM,<br>
        Bill Burke<br>
                              &lt;<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a><br>
        &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt; &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a><br>
        &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;&gt;<br>
                     &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a><br>
        &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt; &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a><br>
        &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;&gt;&gt;<br>
                                       &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a><br>
        &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;<br>
                     &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a><br>
        &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;&gt; &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a><br>
        &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;<br>
                     &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a> &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;&gt;&gt;&gt;<br>
                                       &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a><br>
        &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;<br>
                     &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a><br>
        &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;&gt; &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a><br>
        &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;<br>
                     &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a> &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;&gt;&gt;<br>
                              &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a><br>
        &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;<br>
                     &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a><br>
        &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;&gt; &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a><br>
        &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;<br>
                     &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a><br>
        &lt;mailto:<a href="mailto:bburke@redhat.com" target="_blank">bburke@redhat.com</a>&gt;&gt;&gt;&gt;&gt;<u></u>&gt; wrote:<br>
<br>
                                            There is no Keycloak SP<br>
        filter.  We<br>
                     have various<br>
                              adapters<br>
                                       for different<br>
                                            platforms that hook into servlet<br>
                     security to make<br>
                                       integration seamless:<br>
<br>
                                            Tomcat 6, 7, 8<br>
                                            Jetty 8, 9<br>
                                            EAP 6.x<br>
                                            Wildfly<br>
                                            Node.js<br>
                                            Browser Javascript adapter.<br>
<br>
                                            On 3/2/2015 10:22 PM, Chen<br>
        Keong Yap<br>
                     wrote:<br>
                                             &gt; Hi,<br>
                                             &gt;<br>
                                             &gt; Please share some lights for<br>
                     implementing<br>
                              Keycloak sp<br>
                                       filter which is<br>
                                             &gt; similar to picketlink sp<br>
        filter.<br>
                                             &gt;<br>
                                             &gt;<br>
<br>
<br>
        org.picketlink.identity.______<u></u>__federation.web.filters._____<u></u>___SPFilter<br>
                                             &gt;<br>
                                             &gt;<br>
                                             &gt;<br>
                     ______________________________<u></u>_________________________<br>
                                             &gt; keycloak-user mailing list<br>
                                             &gt;<br>
        <a href="mailto:keycloak-user@lists.jboss.org" target="_blank">keycloak-user@lists.jboss.org</a> &lt;mailto:<a href="mailto:keycloak-user@lists.jboss.org" target="_blank">keycloak-user@lists.<u></u>jboss.org</a>&gt;<br>
                     &lt;mailto:<a href="mailto:keycloak-user@lists." target="_blank">keycloak-user@lists.</a>__<a href="http://jboss.org" target="_blank"><u></u>jboss.org</a><br>
        &lt;mailto:<a href="mailto:keycloak-user@lists.jboss.org" target="_blank">keycloak-user@lists.<u></u>jboss.org</a>&gt;&gt;<br>
                              &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>.<br>
        &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>.&gt;_<u></u>___<a href="http://jboss.org" target="_blank">jboss.org</a> &lt;<a href="http://jboss.org" target="_blank">http://jboss.org</a>&gt;<br>
                     &lt;mailto:<a href="mailto:keycloak-user@lists." target="_blank">keycloak-user@lists.</a>__<a href="http://jboss.org" target="_blank"><u></u>jboss.org</a><br>
        &lt;mailto:<a href="mailto:keycloak-user@lists.jboss.org" target="_blank">keycloak-user@lists.<u></u>jboss.org</a>&gt;&gt;&gt;<br>
                                       &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a><br>
        &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>&gt;.<br>
                     &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a><br>
        &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>&gt;.&gt;<u></u>______<a href="http://jboss.org" target="_blank">jboss.org</a> &lt;<a href="http://jboss.org" target="_blank">http://jboss.org</a>&gt;<br>
        &lt;<a href="http://jboss.org" target="_blank">http://jboss.org</a>&gt;<br>
                              &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>.<br>
        &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>.&gt;_<u></u>___<a href="http://jboss.org" target="_blank">jboss.org</a> &lt;<a href="http://jboss.org" target="_blank">http://jboss.org</a>&gt;<br>
                     &lt;mailto:<a href="mailto:keycloak-user@lists." target="_blank">keycloak-user@lists.</a>__<a href="http://jboss.org" target="_blank"><u></u>jboss.org</a><br>
        &lt;mailto:<a href="mailto:keycloak-user@lists.jboss.org" target="_blank">keycloak-user@lists.<u></u>jboss.org</a>&gt;&gt;&gt;&gt;<br>
                                       &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a><br>
        &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>&gt;<br>
                     &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a><br>
        &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>&gt;&gt;.<br>
                              &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a><br>
        &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>&gt;<br>
                     &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a><br>
        &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>&gt;&gt;.<u></u>&gt;________<a href="http://jboss.org" target="_blank">jboss.org</a> &lt;<a href="http://jboss.org" target="_blank">http://jboss.org</a>&gt;<br>
                     &lt;<a href="http://jboss.org" target="_blank">http://jboss.org</a>&gt; &lt;<a href="http://jboss.org" target="_blank">http://jboss.org</a>&gt;<br>
                                       &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a><br>
        &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>&gt;.<br>
                     &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a><br>
        &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>&gt;.&gt;<u></u>______<a href="http://jboss.org" target="_blank">jboss.org</a> &lt;<a href="http://jboss.org" target="_blank">http://jboss.org</a>&gt;<br>
        &lt;<a href="http://jboss.org" target="_blank">http://jboss.org</a>&gt;<br>
                              &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>.<br>
        &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>.&gt;_<u></u>___<a href="http://jboss.org" target="_blank">jboss.org</a> &lt;<a href="http://jboss.org" target="_blank">http://jboss.org</a>&gt;<br>
                     &lt;mailto:<a href="mailto:keycloak-user@lists." target="_blank">keycloak-user@lists.</a>__<a href="http://jboss.org" target="_blank"><u></u>jboss.org</a><br>
        &lt;mailto:<a href="mailto:keycloak-user@lists.jboss.org" target="_blank">keycloak-user@lists.<u></u>jboss.org</a>&gt;&gt;&gt;&gt;&gt;<br>
                                             &gt;<br>
        <a href="https://lists.jboss.org/________mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/______<u></u>__mailman/listinfo/keycloak-<u></u>user</a><br>
        &lt;<a href="https://lists.jboss.org/______mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/_____<u></u>_mailman/listinfo/keycloak-<u></u>user</a>&gt;<br>
<br>
        &lt;<a href="https://lists.jboss.org/______mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/_____<u></u>_mailman/listinfo/keycloak-<u></u>user</a><br>
        &lt;<a href="https://lists.jboss.org/____mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/____<u></u>mailman/listinfo/keycloak-user</a><u></u>&gt;__&gt;<br>
<br>
<br>
        &lt;<a href="https://lists.jboss.org/______mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/_____<u></u>_mailman/listinfo/keycloak-<u></u>user</a><br>
        &lt;<a href="https://lists.jboss.org/____mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/____<u></u>mailman/listinfo/keycloak-user</a><u></u>&gt;<br>
<br>
        &lt;<a href="https://lists.jboss.org/____mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/____<u></u>mailman/listinfo/keycloak-user</a><br>
        &lt;<a href="https://lists.jboss.org/__mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/__<u></u>mailman/listinfo/keycloak-user</a><u></u>&gt;__&gt;__&gt;<br>
<br>
<br>
<br>
        &lt;<a href="https://lists.jboss.org/______mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/_____<u></u>_mailman/listinfo/keycloak-<u></u>user</a><br>
        &lt;<a href="https://lists.jboss.org/____mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/____<u></u>mailman/listinfo/keycloak-user</a><u></u>&gt;<br>
<br>
        &lt;<a href="https://lists.jboss.org/____mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/____<u></u>mailman/listinfo/keycloak-user</a><br>
        &lt;<a href="https://lists.jboss.org/__mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/__<u></u>mailman/listinfo/keycloak-user</a><u></u>&gt;__&gt;<br>
<br>
<br>
        &lt;<a href="https://lists.jboss.org/____mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/____<u></u>mailman/listinfo/keycloak-user</a><br>
        &lt;<a href="https://lists.jboss.org/__mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/__<u></u>mailman/listinfo/keycloak-user</a><u></u>&gt;<br>
<br>
        &lt;<a href="https://lists.jboss.org/__mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/__<u></u>mailman/listinfo/keycloak-user</a><br>
        &lt;<a href="https://lists.jboss.org/mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/<u></u>mailman/listinfo/keycloak-user</a><u></u>&gt;__&gt;__&gt;__&gt;<br>
                                             &gt;<br>
<br>
                                            --<br>
                                            Bill Burke<br>
                                            JBoss, a division of Red Hat<br>
        <a href="http://bill.burkecentral.com" target="_blank">http://bill.burkecentral.com</a><br>
<br>
                     ______________________________<u></u>_________________________<br>
                                            keycloak-user mailing list<br>
        <a href="mailto:keycloak-user@lists.jboss.org" target="_blank">keycloak-user@lists.jboss.org</a> &lt;mailto:<a href="mailto:keycloak-user@lists.jboss.org" target="_blank">keycloak-user@lists.<u></u>jboss.org</a>&gt;<br>
                     &lt;mailto:<a href="mailto:keycloak-user@lists." target="_blank">keycloak-user@lists.</a>__<a href="http://jboss.org" target="_blank"><u></u>jboss.org</a><br>
        &lt;mailto:<a href="mailto:keycloak-user@lists.jboss.org" target="_blank">keycloak-user@lists.<u></u>jboss.org</a>&gt;&gt;<br>
                     &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>.<br>
        &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>.&gt;_<u></u>___<a href="http://jboss.org" target="_blank">jboss.org</a> &lt;<a href="http://jboss.org" target="_blank">http://jboss.org</a>&gt;<br>
                     &lt;mailto:<a href="mailto:keycloak-user@lists." target="_blank">keycloak-user@lists.</a>__<a href="http://jboss.org" target="_blank"><u></u>jboss.org</a><br>
        &lt;mailto:<a href="mailto:keycloak-user@lists.jboss.org" target="_blank">keycloak-user@lists.<u></u>jboss.org</a>&gt;&gt;&gt;<br>
                                       &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a><br>
        &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>&gt;.<br>
                     &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a><br>
        &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>&gt;.&gt;<u></u>______<a href="http://jboss.org" target="_blank">jboss.org</a> &lt;<a href="http://jboss.org" target="_blank">http://jboss.org</a>&gt;<br>
        &lt;<a href="http://jboss.org" target="_blank">http://jboss.org</a>&gt;<br>
                              &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>.<br>
        &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>.&gt;_<u></u>___<a href="http://jboss.org" target="_blank">jboss.org</a> &lt;<a href="http://jboss.org" target="_blank">http://jboss.org</a>&gt;<br>
                     &lt;mailto:<a href="mailto:keycloak-user@lists." target="_blank">keycloak-user@lists.</a>__<a href="http://jboss.org" target="_blank"><u></u>jboss.org</a><br>
        &lt;mailto:<a href="mailto:keycloak-user@lists.jboss.org" target="_blank">keycloak-user@lists.<u></u>jboss.org</a>&gt;&gt;&gt;&gt;<br>
                                       &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a><br>
        &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>&gt;<br>
                     &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a><br>
        &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>&gt;&gt;.<br>
                              &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a><br>
        &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>&gt;<br>
                     &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a><br>
        &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>&gt;&gt;.<u></u>&gt;________<a href="http://jboss.org" target="_blank">jboss.org</a> &lt;<a href="http://jboss.org" target="_blank">http://jboss.org</a>&gt;<br>
                     &lt;<a href="http://jboss.org" target="_blank">http://jboss.org</a>&gt; &lt;<a href="http://jboss.org" target="_blank">http://jboss.org</a>&gt;<br>
                                       &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a><br>
        &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>&gt;.<br>
                     &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a><br>
        &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>&gt;.&gt;<u></u>______<a href="http://jboss.org" target="_blank">jboss.org</a> &lt;<a href="http://jboss.org" target="_blank">http://jboss.org</a>&gt;<br>
        &lt;<a href="http://jboss.org" target="_blank">http://jboss.org</a>&gt;<br>
                              &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>.<br>
        &lt;mailto:<a href="mailto:keycloak-user@lists" target="_blank">keycloak-user@lists</a>.&gt;_<u></u>___<a href="http://jboss.org" target="_blank">jboss.org</a> &lt;<a href="http://jboss.org" target="_blank">http://jboss.org</a>&gt;<br>
                     &lt;mailto:<a href="mailto:keycloak-user@lists." target="_blank">keycloak-user@lists.</a>__<a href="http://jboss.org" target="_blank"><u></u>jboss.org</a><br>
        &lt;mailto:<a href="mailto:keycloak-user@lists.jboss.org" target="_blank">keycloak-user@lists.<u></u>jboss.org</a>&gt;&gt;&gt;&gt;&gt;<br>
        <a href="https://lists.jboss.org/________mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/______<u></u>__mailman/listinfo/keycloak-<u></u>user</a><br>
        &lt;<a href="https://lists.jboss.org/______mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/_____<u></u>_mailman/listinfo/keycloak-<u></u>user</a>&gt;<br>
<br>
        &lt;<a href="https://lists.jboss.org/______mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/_____<u></u>_mailman/listinfo/keycloak-<u></u>user</a><br>
        &lt;<a href="https://lists.jboss.org/____mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/____<u></u>mailman/listinfo/keycloak-user</a><u></u>&gt;__&gt;<br>
<br>
<br>
        &lt;<a href="https://lists.jboss.org/______mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/_____<u></u>_mailman/listinfo/keycloak-<u></u>user</a><br>
        &lt;<a href="https://lists.jboss.org/____mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/____<u></u>mailman/listinfo/keycloak-user</a><u></u>&gt;<br>
<br>
        &lt;<a href="https://lists.jboss.org/____mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/____<u></u>mailman/listinfo/keycloak-user</a><br>
        &lt;<a href="https://lists.jboss.org/__mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/__<u></u>mailman/listinfo/keycloak-user</a><u></u>&gt;__&gt;__&gt;<br>
<br>
<br>
<br>
        &lt;<a href="https://lists.jboss.org/______mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/_____<u></u>_mailman/listinfo/keycloak-<u></u>user</a><br>
        &lt;<a href="https://lists.jboss.org/____mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/____<u></u>mailman/listinfo/keycloak-user</a><u></u>&gt;<br>
<br>
        &lt;<a href="https://lists.jboss.org/____mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/____<u></u>mailman/listinfo/keycloak-user</a><br>
        &lt;<a href="https://lists.jboss.org/__mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/__<u></u>mailman/listinfo/keycloak-user</a><u></u>&gt;__&gt;<br>
<br>
<br>
        &lt;<a href="https://lists.jboss.org/____mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/____<u></u>mailman/listinfo/keycloak-user</a><br>
        &lt;<a href="https://lists.jboss.org/__mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/__<u></u>mailman/listinfo/keycloak-user</a><u></u>&gt;<br>
<br>
        &lt;<a href="https://lists.jboss.org/__mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/__<u></u>mailman/listinfo/keycloak-user</a><br>
        &lt;<a href="https://lists.jboss.org/mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/<u></u>mailman/listinfo/keycloak-user</a><u></u>&gt;__&gt;__&gt;__&gt;<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
                                   --<br>
                                   Bill Burke<br>
                                   JBoss, a division of Red Hat<br>
        <a href="http://bill.burkecentral.com" target="_blank">http://bill.burkecentral.com</a><br>
<br>
<br>
                          --<br>
                          Bill Burke<br>
                          JBoss, a division of Red Hat<br>
        <a href="http://bill.burkecentral.com" target="_blank">http://bill.burkecentral.com</a><br>
<br>
<br>
                 --<br>
                 Bill Burke<br>
                 JBoss, a division of Red Hat<br>
        <a href="http://bill.burkecentral.com" target="_blank">http://bill.burkecentral.com</a><br>
<br>
<br>
<br>
</blockquote>
<br>
-- <br>
Bill Burke<br>
JBoss, a division of Red Hat<br>
<a href="http://bill.burkecentral.com" target="_blank">http://bill.burkecentral.com</a><br>
</blockquote></div>