<div dir="ltr">I am very interested in importing the whole database. It seems to be the cleanest way to do what we want to do here, and migrate to keycloak completely.<div><br></div><div>Are there any guidelines on how to do this? Nonetheless I will look into the SPI you mentioned, might come in handy sometime.</div>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 15, 2014 at 5:13 AM, Stian Thorgersen <span dir="ltr">&lt;<a href="mailto:stian@redhat.com" target="_blank">stian@redhat.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">At the moment we have an Authentication SPI that will let you easily authenticate users with your existing database of users. The first time a new user logs in using this approach a user will be pulled in to the Keycloak database. There&#39;s no documentation for this feature yet, but look at the SPI at <a href="https://github.com/keycloak/keycloak/tree/master/authentication/authentication-api" target="_blank">https://github.com/keycloak/keycloak/tree/master/authentication/authentication-api</a> and the implementation that uses the Keycloak model itself to authenticate at <a href="https://github.com/keycloak/keycloak/tree/master/authentication/authentication-model" target="_blank">https://github.com/keycloak/keycloak/tree/master/authentication/authentication-model</a>.<br>

<br>
In the future we plan to provide a Sync SPI that will take this one step further and let you sync users (and roles) to/from an existing database.<br>
<br>
However, if you plan to completely replace your current authentication system the cleanest solution may be to import your current user database into Keycloak once and for all. If you&#39;re interested in this approach let me know.<br>

<div><div class="h5"><br>
----- Original Message -----<br>
&gt; From: &quot;Rodrigo Sasaki&quot; &lt;<a href="mailto:rodrigopsasaki@gmail.com">rodrigopsasaki@gmail.com</a>&gt;<br>
&gt; To: <a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a><br>
&gt; Sent: Wednesday, 14 May, 2014 8:52:07 PM<br>
&gt; Subject: [keycloak-user] Migrating Users Database<br>
&gt;<br>
&gt; Hi,<br>
&gt;<br>
&gt; I&#39;m trying to replace my current authentication system with Keycloak, but I<br>
&gt; have one problem. I already have a database of users, populated with<br>
&gt; millions of records, and I wanted to make it work with Keycloak.<br>
&gt;<br>
&gt; What would be the best approach on this scenario? Should I migrate everything<br>
&gt; to the Keycloak tables, or try to make Keycloak understand my current<br>
&gt; database?<br>
&gt;<br>
&gt; Is there any recommendation on this matter? And if there is, some explanation<br>
&gt; or documentation?<br>
&gt;<br>
&gt; Thanks!<br>
&gt;<br>
&gt; --<br>
&gt; Rodrigo Sasaki<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; keycloak-user mailing list<br>
&gt; <a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/keycloak-user" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><font face="Times New Roman">Rodrigo Sasaki</font><div></div></div>
</div>