<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div><span>Well, without support for external authentication, I am wondering how big organizations that have already invested in Kerberos/SecurID etc, would use this product? Typically, the Federation products like Ping,OpenAM etc provide hooks for multiple stores to:</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;"><span>1) Support Kerberos or SecureID or other authentication and retrieve the user principal&nbsp;</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;"><span>2) Retrieve user
 meta data from LDAP using that principal and&nbsp;</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;"><span>3) Use the user meta data to customize the claims or userinfo.</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;"><br></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;"><span>I was hoping to see the above features in this product, given that Keycloak already supports OpenID Connect &nbsp;(along with support for CORS, javascript and future support for mobile devices) and it can act as an
 Identity provider (OP). Perhaps Keycloak can synchronize all the user information from stores like LDAP but it would still need a hook to plug in external authentication</span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;"><span><br></span></div><div style="color: rgb(0, 0, 0); font-size: 16px; font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;"><span>BTW I suggested realm to authetication mapping because different applications in an organization have different authentication requirements (some apps require SecuriID,some Kerberos etc) and those applications can be mapped to the realm that uses an authentication mechanism that they require.</span></div><div style="color: rgb(0, 0, 0); font-size: 16px;
 font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-style: normal; background-color: transparent;"><span><br></span></div><div class="qtdSeparateBR"><br><br></div><div class="yahoo_quoted" style="display: block;"> <div style="font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"> <div style="font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 16px;"> <div dir="ltr"> <font size="2" face="Arial"> On Saturday, October 11, 2014 10:29 AM, Bill Burke &lt;bburke@redhat.com&gt; wrote:<br> </font> </div>  <br><br> <div class="y_msg_container">What you describe would work only if you treat Keycloak solely as an <br>identity store and wrote a login module that uses Keycloak admin <br>interface to obtain principal and role mapping information.&nbsp; Then there <br>is the issue of getting the Kerberos server and
 Keycloak using the same <br>user database.&nbsp; Then for this particular idea, you start to wonder if <br>using Keycloak is any benefit.<br><br>On 10/11/2014 9:54 AM, prab rrrr wrote:<br>&gt; Wildfly makes a number of login modules available as a part of the<br>&gt; Security sub system that include SPNEGO (see the link below). Since<br>&gt; Keycloak supports defining new Realms, if you can provide some hooks to<br>&gt; map the newly defined Realms to the Security sub system, I think it<br>&gt; would address the issue.&nbsp; Picketlink examples shed some light on how it<br>&gt; can be done.<br>&gt;<br>&gt; <a href="https://docs.jboss.org/author/display/WFLY8/Security+subsystem+configuration" target="_blank">https://docs.jboss.org/author/display/WFLY8/Security+subsystem+configuration</a><br>&gt;<br>&gt;<br>&gt; On Saturday, October 11, 2014 8:53 AM, Bill Burke &lt;<a ymailto="mailto:bburke@redhat.com"
 href="mailto:bburke@redhat.com">bburke@redhat.com</a>&gt; wrote:<br>&gt;<br>&gt;<br>&gt; Kerberos is on our roadmap as there's some other Red Hat kerberos<br>&gt; products we need to integrate wit.&nbsp; I don't understand Kerberos deep<br>&gt; enough yet to know exactly what or how we would do it.&nbsp; My current<br>&gt; thought that the Keycloak auth server would be a secured Kerberos<br>&gt; service and become a bridge between kerberos and SAML or OpenID Connect.<br>&gt;<br>&gt; On 10/10/2014 5:24 PM, Raghuram wrote:<br>&gt;&nbsp; &gt; Can I put in an enhancement request for at least some hooks as I am<br>&gt; not sure how a custom federation provider could be written for SPNEGO<br>&gt; negotiation. This feature will be useful for all organizations that<br>&gt; invested in Kerberos infrastructure.<br>&gt;&nbsp; &gt;<br>&gt;&nbsp; &gt;&gt; On Oct 10, 2014, at 5:11 PM, Bill Burke &lt;<a ymailto="mailto:bburke@redhat.com"
 href="mailto:bburke@redhat.com">bburke@redhat.com</a><br>&gt; &lt;mailto:<a ymailto="mailto:bburke@redhat.com" href="mailto:bburke@redhat.com">bburke@redhat.com</a>&gt;&gt; wrote:<br>&gt;&nbsp; &gt;&gt;<br>&gt;&nbsp; &gt;&gt; we don't support kerberos.<br>&gt;&nbsp; &gt;&gt;<br>&gt;&nbsp; &gt;&gt;&gt; On 10/10/2014 5:06 PM, Raghuram wrote:<br>&gt;&nbsp; &gt;&gt;&gt;<br>&gt;&nbsp; &gt;&gt;&gt;&gt; Has anyone tried out SPNEGO (Kerberos) authentication with key cloak<br>&gt;&nbsp; &gt;&gt;&gt;&gt; 1.0.2? If so, appreciate any input on how it can be achieved?<br>&gt;&nbsp; &gt;&gt;&gt;<br>&gt;&nbsp; &gt;&gt;&gt; Sent from my iPhone<br>&gt;&nbsp; &gt;&gt;&gt;<br>&gt;&nbsp; &gt;&gt;&gt;<br>&gt;&nbsp; &gt;&gt;&gt; _______________________________________________<br>&gt;&nbsp; &gt;&gt;&gt; keycloak-user mailing list<br>&gt;&nbsp; &gt;&gt;&gt; <a ymailto="mailto:keycloak-user@lists.jboss.org"
 href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a> &lt;mailto:<a ymailto="mailto:keycloak-user@lists.jboss.org" href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a>&gt;<br>&gt;&nbsp; &gt;&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a><br>&gt;&nbsp; &gt;&gt;<br>&gt;&nbsp; &gt;&gt; --<br>&gt;&nbsp; &gt;&gt; Bill Burke<br>&gt;&nbsp; &gt;&gt; JBoss, a division of Red Hat<br>&gt;&nbsp; &gt;&gt; <a href="http://bill.burkecentral.com/" target="_blank">http://bill.burkecentral.com/</a><br>&gt;<br>&gt;&nbsp; &gt;&gt; _______________________________________________<br>&gt;&nbsp; &gt;&gt; keycloak-user mailing list<br>&gt;&nbsp; &gt;&gt; <a ymailto="mailto:keycloak-user@lists.jboss.org" href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a> &lt;mailto:<a
 ymailto="mailto:keycloak-user@lists.jboss.org" href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a>&gt;<br>&gt;&nbsp; &gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a><br>&gt;<br>&gt; --<br>&gt; Bill Burke<br>&gt; JBoss, a division of Red Hat<br>&gt; <a href="http://bill.burkecentral.com/" target="_blank">http://bill.burkecentral.com/</a><br>&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><br></div>  </div> </div>  </div> </div></body></html>