<div dir="ltr">I was thinking of opening another thread for this, and I will if you prefer it, but I think it is still relevant to the topic.<div><br></div><div>The user was correctly created on keycloak, but I had to assign the roles on the admin console, is there a way for me to automatically assign a role to the newly created user?</div>
<div><br></div><div>I know I can do this in many forms, but I was wondering if you thought of any way to do this, so that I could do this according to what you have engineered.</div></div><div class="gmail_extra"><br><br>
<div class="gmail_quote">On Fri, May 23, 2014 at 11:41 AM, Stian Thorgersen <span dir="ltr"><<a href="mailto:stian@redhat.com" target="_blank">stian@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class=""><br>
<br>
----- Original Message -----<br>
> From: "Rodrigo Sasaki" <<a href="mailto:rodrigopsasaki@gmail.com">rodrigopsasaki@gmail.com</a>><br>
</div><div class="">> To: "Stian Thorgersen" <<a href="mailto:stian@redhat.com">stian@redhat.com</a>><br>
> Cc: "Marek Posolda" <<a href="mailto:mposolda@redhat.com">mposolda@redhat.com</a>>, <a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a><br>
> Sent: Friday, 23 May, 2014 3:37:40 PM<br>
> Subject: Re: [keycloak-user] Migrating Users Database<br>
><br>
</div><div class="">> Jeeze, I feel stupid now, that was it.. I corrected the return and it all<br>
> worked, I knew it was something subtle.<br>
><br>
> Thanks you guys, and sorry for the lack of attention<br>
><br>
> So now when I login with a user from my custom database, it will be saved<br>
> in the keycloak tables automatically?<br>
<br>
</div>Yes, there will be a user created in Keycloak. It will continue to use your custom database for authentication, as it doesn't import the password.<br>
<div class="HOEnZb"><div class="h5"><br>
><br>
><br>
> On Fri, May 23, 2014 at 11:17 AM, Stian Thorgersen <<a href="mailto:stian@redhat.com">stian@redhat.com</a>> wrote:<br>
><br>
> > Did you change the "id" returned from<br>
> > TestAuthenticationProviderFactory.getId?<br>
> ><br>
> > ----- Original Message -----<br>
> > > From: "Rodrigo Sasaki" <<a href="mailto:rodrigopsasaki@gmail.com">rodrigopsasaki@gmail.com</a>><br>
> > > To: "Marek Posolda" <<a href="mailto:mposolda@redhat.com">mposolda@redhat.com</a>><br>
> > > Cc: "Stian Thorgersen" <<a href="mailto:stian@redhat.com">stian@redhat.com</a>>, <a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a><br>
> > > Sent: Friday, 23 May, 2014 2:28:28 PM<br>
> > > Subject: Re: [keycloak-user] Migrating Users Database<br>
> > ><br>
> > > OK, I think I messed something up, I did some debugging, and I went down<br>
> > to<br>
> > > the *getAllProviders(Class<T> clazz) *method inside the*<br>
> > > DefaultProviderSession<br>
> > > *class.<br>
> > ><br>
> > > when it is invoked with AuthenticationProvider.class as parameter, it<br>
> > > returns 3 providers<br>
> > ><br>
> > > *org.keycloak.authentication.picketlink.PicketlinkAuthenticationProvider*<br>
> > > *org.keycloak.authentication.model.ExternalModelAuthenticationProvider*<br>
> > > *org.keycloak.authentication.test.TestAuthenticationProvider*<br>
> > ><br>
> > > The weird thing is when *getProvider(Class<T> clazz, String id)* is<br>
> > > invoked, it's invoked with the following parameters<br>
> > ><br>
> > > *getProvider(AuthenticationProvider.class, "model")*<br>
> > ><br>
> > > Which I assumed should return me a model provider implementation, but<br>
> > when<br>
> > > it tries to get the provider factory from the<br>
> > > *factory.getProviderFactory(clazz,<br>
> > > id)* it returns my TestAuthenticationProviderFactory.<br>
> > ><br>
> > > I couldn't manage to find out how that factory is populated, but I think<br>
> > > this may help pinpoint the problem, I don't know where I messed up the<br>
> > > configuration, but this doesn't seem right<br>
> > ><br>
> > ><br>
> > > On Fri, May 23, 2014 at 9:55 AM, Rodrigo Sasaki<br>
> > > <<a href="mailto:rodrigopsasaki@gmail.com">rodrigopsasaki@gmail.com</a>>wrote:<br>
> > ><br>
> > > > It actually exists, I unzipped the war in the target directory, which<br>
> > is<br>
> > > > the one I'm deploying, and I found all the authentication jars:<br>
> > > ><br>
> > > > *keycloak-authentication-api-1.0-beta-1-SNAPSHOT.jar*<br>
> > > > *keycloak-authentication-test-1.0-beta-1-SNAPSHOT.jar*<br>
> > > > *keycloak-authentication-model-1.0-beta-1-SNAPSHOT.jar*<br>
> > > > *keycloak-authentication-picketlink-1.0-beta-1-SNAPSHOT.jar*<br>
> > > ><br>
> > > > Maybe I messed up the pom somehow, although I don't see how I could<br>
> > have<br>
> > > > done it, seeing that I only added the new module<br>
> > > ><br>
> > > ><br>
> > > > On Fri, May 23, 2014 at 9:50 AM, Marek Posolda <<a href="mailto:mposolda@redhat.com">mposolda@redhat.com</a><br>
> > >wrote:<br>
> > > ><br>
> > > >> There is this important message in the log:<br>
> > > >> 08:19:59,110 WARN<br>
> > > >> [org.keycloak.authentication.AuthenticationProviderManager]<br>
> > > >> (http--127.0.0.1-8080-4) Provider 'model' not available on classpath<br>
> > > >><br>
> > > >> This is an issue because provider "model" is configured by default for<br>
> > > >> newly created realms and also for keycloak-admin realm. This is<br>
> > provider,<br>
> > > >> which uses standard keycloak database to verify usernames/passwords<br>
> > > >> against. Try check again if you have<br>
> > > >> "keycloak-authentication-model-<VERSION>.jar" available inside<br>
> > > >> auth-server.war/WEB-INF/lib/ . I assume that no, which is likely the<br>
> > root<br>
> > > >> cause of the issue.<br>
> > > >><br>
> > > >> Marek<br>
> > > >><br>
> > > >><br>
> > > >> On 23.5.2014 13:29, Rodrigo Sasaki wrote:<br>
> > > >><br>
> > > >> Oh, and I did try deleting the folders you mentioned, still had no<br>
> > change.<br>
> > > >><br>
> > > >><br>
> > > >> On Fri, May 23, 2014 at 8:21 AM, Rodrigo Sasaki <<br>
> > <a href="mailto:rodrigopsasaki@gmail.com">rodrigopsasaki@gmail.com</a><br>
> > > >> > wrote:<br>
> > > >><br>
> > > >>> I'm sorry I failed to mention this, but it is as you suspected.<br>
> > > >>><br>
> > > >>> The page is displayed normally, but it doesn't allow me to login,<br>
> > > >>> saying that my credentials are incorrect, even though I'm typing the<br>
> > > >>> correct password.<br>
> > > >>><br>
> > > >>> When I try to login, this is printed in the console<br>
> > > >>><br>
> > > >>> 08:19:59,083 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>> (http--127.0.0.1-8080-4) Field providers of subresource<br>
> > > >>> org.keycloak.services.resources.TokenService will not be injected<br>
> > > >>> according<br>
> > > >>> to spec<br>
> > > >>> 08:19:59,084 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>> (http--127.0.0.1-8080-4) Field securityContext of subresource<br>
> > > >>> org.keycloak.services.resources.TokenService will not be injected<br>
> > > >>> according<br>
> > > >>> to spec<br>
> > > >>> 08:19:59,084 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>> (http--127.0.0.1-8080-4) Field uriInfo of subresource<br>
> > > >>> org.keycloak.services.resources.TokenService will not be injected<br>
> > > >>> according<br>
> > > >>> to spec<br>
> > > >>> 08:19:59,084 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>> (http--127.0.0.1-8080-4) Field headers of subresource<br>
> > > >>> org.keycloak.services.resources.TokenService will not be injected<br>
> > > >>> according<br>
> > > >>> to spec<br>
> > > >>> 08:19:59,085 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>> (http--127.0.0.1-8080-4) Field request of subresource<br>
> > > >>> org.keycloak.services.resources.TokenService will not be injected<br>
> > > >>> according<br>
> > > >>> to spec<br>
> > > >>> 08:19:59,086 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>> (http--127.0.0.1-8080-4) Field response of subresource<br>
> > > >>> org.keycloak.services.resources.TokenService will not be injected<br>
> > > >>> according<br>
> > > >>> to spec<br>
> > > >>> 08:19:59,087 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>> (http--127.0.0.1-8080-4) Field session of subresource<br>
> > > >>> org.keycloak.services.resources.TokenService will not be injected<br>
> > > >>> according<br>
> > > >>> to spec<br>
> > > >>> 08:19:59,088 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>> (http--127.0.0.1-8080-4) Field transaction of subresource<br>
> > > >>> org.keycloak.services.resources.TokenService will not be injected<br>
> > > >>> according<br>
> > > >>> to spec<br>
> > > >>> 08:19:59,088 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>> (http--127.0.0.1-8080-4) Field clientConnection of subresource<br>
> > > >>> org.keycloak.services.resources.TokenService will not be injected<br>
> > > >>> according<br>
> > > >>> to spec<br>
> > > >>> 08:19:59,089 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>> (http--127.0.0.1-8080-4) Field providerSession of subresource<br>
> > > >>> org.keycloak.services.resources.TokenService will not be injected<br>
> > > >>> according<br>
> > > >>> to spec<br>
> > > >>> 08:19:59,110 WARN<br>
> > > >>> [org.keycloak.authentication.AuthenticationProviderManager]<br>
> > > >>> (http--127.0.0.1-8080-4) Provider 'model' not available on classpath<br>
> > > >>> 08:19:59,113 WARN [org.keycloak.audit] (http--127.0.0.1-8080-4)<br>
> > > >>> event=LOGIN_ERROR, realmId=keycloak-admin,<br>
> > > >>> clientId=security-admin-console,<br>
> > > >>> userId=6a45446a-e788-4e94-99ee-ee3e1855ba6b, ipAddress=127.0.0.1,<br>
> > > >>> error=invalid_user_credentials, username=admin, response_type=code,<br>
> > > >>> redirect_uri=<br>
> > <a href="http://localhost:8080/auth/admin/keycloak-admin/console/" target="_blank">http://localhost:8080/auth/admin/keycloak-admin/console/</a>,<br>
> > > >>> auth_method=form<br>
> > > >>><br>
> > > >>> There's a message saying that provider 'model' isn't available on<br>
> > the<br>
> > > >>> classpath, but I didn't change anything on the model provider, the<br>
> > only<br>
> > > >>> alterations I made are the ones I stated earlier<br>
> > > >>><br>
> > > >>><br>
> > > >>> On Fri, May 23, 2014 at 5:25 AM, Marek Posolda<br>
> > > >>> <<a href="mailto:mposolda@redhat.com">mposolda@redhat.com</a>>wrote:<br>
> > > >>><br>
> > > >>>> I can't see any obvious thing you missed. Btv. is the only problem<br>
> > > >>>> those warnings in the log, or are you not able to login and access<br>
> > admin<br>
> > > >>>> console? From the log, it seems that login page is displayed?<br>
> > > >>>><br>
> > > >>>> Maybe try to delete your SERVER_HOME/standalone/data ,<br>
> > > >>>> SERVER_HOME/standalone/tmp and SERVER_HOME/standalone/log and<br>
> > restart<br>
> > > >>>> the<br>
> > > >>>> server. After login to admin console and displaying page like<br>
> > > >>>><br>
> > <a href="http://localhost:8081/auth/admin/keycloak-admin/console/#/realms/keycloak-admin/auth-settingsand" target="_blank">http://localhost:8081/auth/admin/keycloak-admin/console/#/realms/keycloak-admin/auth-settingsand</a><br>
> > > >>>> click "Add provider", you should be able to see your new<br>
> > > >>>> AuthenticationProvider in the list of available providers.<br>
> > > >>>><br>
> > > >>>> Marek<br>
> > > >>>><br>
> > > >>>><br>
> > > >>>><br>
> > > >>>> On 22.5.2014 21:26, Rodrigo Sasaki wrote:<br>
> > > >>>><br>
> > > >>>> I just tried implementing my AuthenticationProvider, and here's<br>
> > what I<br>
> > > >>>> did<br>
> > > >>>><br>
> > > >>>> I copied the *authentication-model *and renamed it to<br>
> > > >>>> *authentication-test* which is the directory where I will implement<br>
> > my<br>
> > > >>>> provider. (I renamed all references so there wouldn't be<br>
> > duplicates, I<br>
> > > >>>> just<br>
> > > >>>> wanted to use the same file structure)<br>
> > > >>>><br>
> > > >>>> I deleted the Java files and created<br>
> > > >>>> *TestAuthenticationProvider.java*and<br>
> > > >>>> *TestAuthenticationProviderFactory.java*<br>
> > > >>>><br>
> > > >>>> In both of them I implemented the correct interfaces, and passed on<br>
> > > >>>> the EntityManager from the Factory to the Provider via the *create*<br>
> > > >>>> method<br>
> > > >>>> on the constructor.<br>
> > > >>>><br>
> > > >>>> I altered the *pom.xml* in *keycloak/authentication* adding my new<br>
> > > >>>> module like this<br>
> > > >>>><br>
> > > >>>> <modules><br>
> > > >>>> <module>authentication-api</module><br>
> > > >>>> <module>authentication-model</module><br>
> > > >>>> <module>authentication-picketlink</module><br>
> > > >>>> <module>authentication-test</module><br>
> > > >>>> </modules><br>
> > > >>>><br>
> > > >>>> I altered the *pom.xml* in *keycloak/server* adding a new<br>
> > dependency<br>
> > > >>>> like this:<br>
> > > >>>><br>
> > > >>>> <dependency><br>
> > > >>>> <groupId>org.keycloak</groupId><br>
> > > >>>> <artifactId>keycloak-authentication-model</artifactId><br>
> > > >>>> <version>${project.version}</version><br>
> > > >>>> </dependency><br>
> > > >>>> <dependency><br>
> > > >>>> <groupId>org.keycloak</groupId><br>
> > > >>>> <artifactId>keycloak-authentication-test</artifactId><br>
> > > >>>> <version>${project.version}</version><br>
> > > >>>> </dependency><br>
> > > >>>> <dependency><br>
> > > >>>> <groupId>org.keycloak</groupId><br>
> > > >>>> <artifactId>keycloak-authentication-picketlink</artifactId><br>
> > > >>>> <version>${project.version}</version><br>
> > > >>>> </dependency><br>
> > > >>>><br>
> > > >>>> which is the correct artifactId that I defined in the<br>
> > > >>>> *keycloak/authentication/authentication-test/pom.xml*<br>
> > > >>>><br>
> > > >>>> I also created a<br>
> > > >>>><br>
> > *keycloak/authentication/authentication-test/src/main/resources/META-INF/services/org.keycloak.authentication.AuthenticationProviderFactory*<br>
> > > >>>> with<br>
> > > >>>> the following content:<br>
> > > >>>><br>
> > > >>>> org.keycloak.authentication.test.TestAuthenticationProviderFactory<br>
> > > >>>><br>
> > > >>>> the package and folder names are all correct.<br>
> > > >>>><br>
> > > >>>> Now I can deploy it all just fine, but when I access the admin<br>
> > login<br>
> > > >>>> page, I get this output on my console:<br>
> > > >>>><br>
> > > >>>> 16:12:33,964 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:33,965 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:33,966 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:33,966 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:33,966 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:33,967 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:33,967 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,015 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,016 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,017 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,018 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,019 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,020 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,021 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,037 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-4) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,037 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,037 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-4) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,037 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,038 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-4) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,038 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,038 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,039 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-4) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,039 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,039 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,040 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,040 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-4) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,041 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,041 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,041 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,042 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-4) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,042 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,042 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,043 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,043 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-4) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,044 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,050 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,050 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,051 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,051 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,052 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,052 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,053 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,054 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,055 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,056 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,057 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,058 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,058 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,059 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,059 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,060 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,060 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,065 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,066 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,066 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,068 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,085 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,086 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,086 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,086 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,087 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,090 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,091 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,093 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,093 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,094 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,095 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,095 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,096 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,097 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,142 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,142 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,143 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,143 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,143 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,143 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,144 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,144 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,144 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,145 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,145 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,146 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,146 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,147 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,153 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,154 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,155 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,156 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,156 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,157 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,157 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,165 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,166 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,166 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,167 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,167 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,168 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,168 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,175 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,175 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,176 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,177 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,178 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,178 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,179 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,181 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,181 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,182 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,182 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,183 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,183 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,184 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,195 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,195 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,196 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,196 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,197 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,197 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,198 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,198 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,208 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,208 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,210 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,211 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,211 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,212 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-3) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,212 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,213 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,213 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,213 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,214 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,215 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,215 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,216 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,216 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,217 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,217 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,218 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,219 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,219 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,220 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,221 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,222 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,222 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,222 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,223 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,223 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,236 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,236 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,237 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,238 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,238 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,239 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,239 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-1) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,253 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,254 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,254 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,255 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,255 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,255 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,256 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,256 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,256 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,257 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,257 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,258 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,258 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,259 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,259 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-2) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,260 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,260 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,261 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-6) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,262 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,263 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,264 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-5) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,370 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-4) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,371 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-4) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,371 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-4) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,372 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-4) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,372 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-4) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,373 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-4) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,373 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-4) Field keycloak of subresource<br>
> > > >>>> org.keycloak.services.resources.admin.AdminConsole will not be<br>
> > injected<br>
> > > >>>> according to spec<br>
> > > >>>> 16:12:34,448 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-4) Field providers of subresource<br>
> > > >>>> org.keycloak.services.resources.TokenService will not be injected<br>
> > > >>>> according<br>
> > > >>>> to spec<br>
> > > >>>> 16:12:34,449 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-4) Field securityContext of subresource<br>
> > > >>>> org.keycloak.services.resources.TokenService will not be injected<br>
> > > >>>> according<br>
> > > >>>> to spec<br>
> > > >>>> 16:12:34,449 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-4) Field uriInfo of subresource<br>
> > > >>>> org.keycloak.services.resources.TokenService will not be injected<br>
> > > >>>> according<br>
> > > >>>> to spec<br>
> > > >>>> 16:12:34,450 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-4) Field headers of subresource<br>
> > > >>>> org.keycloak.services.resources.TokenService will not be injected<br>
> > > >>>> according<br>
> > > >>>> to spec<br>
> > > >>>> 16:12:34,450 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-4) Field request of subresource<br>
> > > >>>> org.keycloak.services.resources.TokenService will not be injected<br>
> > > >>>> according<br>
> > > >>>> to spec<br>
> > > >>>> 16:12:34,451 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-4) Field response of subresource<br>
> > > >>>> org.keycloak.services.resources.TokenService will not be injected<br>
> > > >>>> according<br>
> > > >>>> to spec<br>
> > > >>>> 16:12:34,451 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-4) Field session of subresource<br>
> > > >>>> org.keycloak.services.resources.TokenService will not be injected<br>
> > > >>>> according<br>
> > > >>>> to spec<br>
> > > >>>> 16:12:34,452 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-4) Field transaction of subresource<br>
> > > >>>> org.keycloak.services.resources.TokenService will not be injected<br>
> > > >>>> according<br>
> > > >>>> to spec<br>
> > > >>>> 16:12:34,452 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-4) Field clientConnection of subresource<br>
> > > >>>> org.keycloak.services.resources.TokenService will not be injected<br>
> > > >>>> according<br>
> > > >>>> to spec<br>
> > > >>>> 16:12:34,453 WARNING [org.jboss.resteasy.core.ResourceLocator]<br>
> > > >>>> (http--127.0.0.1-8080-4) Field providerSession of subresource<br>
> > > >>>> org.keycloak.services.resources.TokenService will not be injected<br>
> > > >>>> according<br>
> > > >>>> to spec<br>
> > > >>>> 16:12:34,460 INFO [org.keycloak.services.resources.TokenService]<br>
> > > >>>> (http--127.0.0.1-8080-4) TokenService.loginPage<br>
> > > >>>> 16:12:34,474 INFO [org.keycloak.services.resources.TokenService]<br>
> > > >>>> (http--127.0.0.1-8080-4) Checking cookie...<br>
> > > >>>> 16:12:34,474 INFO<br>
> > > >>>> [org.keycloak.services.managers.AuthenticationManager]<br>
> > > >>>> (http--127.0.0.1-8080-4) authenticateIdentityCookie<br>
> > > >>>> 16:12:34,474 INFO<br>
> > > >>>> [org.keycloak.services.managers.AuthenticationManager]<br>
> > > >>>> (http--127.0.0.1-8080-4) authenticateCookie could not find cookie:<br>
> > > >>>> KEYCLOAK_IDENTITY<br>
> > > >>>> 16:12:34,475 INFO [org.keycloak.services.resources.TokenService]<br>
> > > >>>> (http--127.0.0.1-8080-4) createLogin() now...<br>
> > > >>>><br>
> > > >>>> I seem to have messed up something on the ResourceLocator, but I<br>
> > > >>>> don't know what I did wrong, I followed the instructions to the<br>
> > letter.<br>
> > > >>>> I<br>
> > > >>>> also checked the war and I see that the new jar is created correctly<br>
> > > >>>><br>
> > > >>>><br>
> > > >>>><br>
> > > >>>> On Thu, May 22, 2014 at 10:39 AM, Rodrigo Sasaki <<br>
> > > >>>> <a href="mailto:rodrigopsasaki@gmail.com">rodrigopsasaki@gmail.com</a>> wrote:<br>
> > > >>>><br>
> > > >>>>> Alright then.<br>
> > > >>>>><br>
> > > >>>>> I guess I should alter the dependencies in pom.xml then, I just<br>
> > > >>>>> thought that there was another way defined, perhaps on a different<br>
> > > >>>>> layer,<br>
> > > >>>>> and that not having access to Persistence in this layer was<br>
> > because it<br>
> > > >>>>> was<br>
> > > >>>>> defined this way.<br>
> > > >>>>><br>
> > > >>>>> But that sounds simple enough, thank you for your help!<br>
> > > >>>>><br>
> > > >>>>><br>
> > > >>>>> On Thu, May 22, 2014 at 10:30 AM, Stian Thorgersen<br>
> > > >>>>> <<a href="mailto:stian@redhat.com">stian@redhat.com</a>>wrote:<br>
> > > >>>>><br>
> > > >>>>>> Add a persistence-unit for it to:<br>
> > > >>>>>><br>
> > > >>>>>> *<br>
> > > >>>>>><br>
> > standalone/deployments/auth-server.war/WEB-INF/classes/META-INF/persistence.xml<br>
> > > >>>>>><br>
> > > >>>>>> Then use Persistence.createEntityManagerFactory(name) in<br>
> > > >>>>>> AuthenticationProviderFactory.init, and create a new<br>
> > EntityManager in<br>
> > > >>>>>> AuthenticationProviderFactory.init and pass into<br>
> > > >>>>>> AuthenticationProvider.<br>
> > > >>>>>><br>
> > > >>>>>> ----- Original Message -----<br>
> > > >>>>>> > From: "Rodrigo Sasaki" <<a href="mailto:rodrigopsasaki@gmail.com">rodrigopsasaki@gmail.com</a>><br>
> > > >>>>>> > To: "Marek Posolda" <<a href="mailto:mposolda@redhat.com">mposolda@redhat.com</a>><br>
> > > >>>>>> > Cc: <a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a><br>
> > > >>>>>> > Sent: Thursday, 22 May, 2014 2:20:39 PM<br>
> > > >>>>>> > Subject: Re: [keycloak-user] Migrating Users Database<br>
> > > >>>>>> ><br>
> > > >>>>>> > Hmm, I see..<br>
> > > >>>>>> ><br>
> > > >>>>>> > In that case, since I'm using JPA, what would be the best way<br>
> > for<br>
> > > >>>>>> me to get<br>
> > > >>>>>> > access to an EntityManager on my implementation of the<br>
> > > >>>>>> > AuthenticationProvider?<br>
> > > >>>>>> ><br>
> > > >>>>>> ><br>
> > > >>>>>> > On Mon, May 19, 2014 at 5:20 PM, Marek Posolda <<br>
> > > >>>>>> <a href="mailto:mposolda@redhat.com">mposolda@redhat.com</a> > wrote:<br>
> > > >>>>>> ><br>
> > > >>>>>> ><br>
> > > >>>>>> ><br>
> > > >>>>>> > Hi Rodrigo,<br>
> > > >>>>>> ><br>
> > > >>>>>> > it's not "Settings and Authentication", but it's tab "Settings"<br>
> > and<br>
> > > >>>>>> then top<br>
> > > >>>>>> > bar called "Authentication" inside it. It will be opened if you<br>
> > > >>>>>> login to<br>
> > > >>>>>> > admin console and then open URL:<br>
> > > >>>>>> > <a href="http://localhost:8081/auth/admin/#/realms/keycloak-admin(Replace" target="_blank">http://localhost:8081/auth/admin/#/realms/keycloak-admin(Replace</a><br>
> > > >>>>>> > 'keycloak-admin' with name of your realm, for example 'test').<br>
> > Once<br>
> > > >>>>>> you open<br>
> > > >>>>>> > it, you can click to button "Add provider" and your provider<br>
> > should<br>
> > > >>>>>> be<br>
> > > >>>>>> > available in the list of available authentication providers.<br>
> > > >>>>>> ><br>
> > > >>>>>> > For the inspiration, you can take a look at the existing<br>
> > > >>>>>> implementations, for<br>
> > > >>>>>> > example this one:<br>
> > > >>>>>> ><br>
> > > >>>>>><br>
> > <a href="https://github.com/keycloak/keycloak/tree/master/authentication/authentication-picketlink" target="_blank">https://github.com/keycloak/keycloak/tree/master/authentication/authentication-picketlink</a><br>
> > > >>>>>> > and it's configuration in file:<br>
> > > >>>>>> ><br>
> > > >>>>>><br>
> > <a href="https://github.com/keycloak/keycloak/blob/master/authentication/authentication-picketlink/src/main/resources/META-INF/services/org.keycloak.authentication.AuthenticationProviderFactory" target="_blank">https://github.com/keycloak/keycloak/blob/master/authentication/authentication-picketlink/src/main/resources/META-INF/services/org.keycloak.authentication.AuthenticationProviderFactory</a><br>
> > > >>>>>> > . Note that it's using standard java ServiceLoader mechanism<br>
> > > >>>>>> described here<br>
> > > >>>>>> > -<br>
> > > >>>>>><br>
> > <a href="http://docs.oracle.com/javase/6/docs/api/java/util/ServiceLoader.html" target="_blank">http://docs.oracle.com/javase/6/docs/api/java/util/ServiceLoader.html</a><br>
> > > >>>>>> ><br>
> > > >>>>>> > You don't need implement RealmAdapter . RealmAdapter is not<br>
> > related<br>
> > > >>>>>> to<br>
> > > >>>>>> > authentication SPI. It's implementation of interface RealmModel,<br>
> > > >>>>>> which is<br>
> > > >>>>>> > part of model-api. You need to implement model-api just in case<br>
> > > >>>>>> that you<br>
> > > >>>>>> > want to create your own storage for all keycloak data, but<br>
> > > >>>>>> implementing<br>
> > > >>>>>> > whole model-api is much more complicated and challenging than<br>
> > > >>>>>> implementation<br>
> > > >>>>>> > of authentication-api.<br>
> > > >>>>>> ><br>
> > > >>>>>> > So in shortcut, you need to implement AuthenticationProvider<br>
> > > >>>>>> interface, which<br>
> > > >>>>>> > will be able to read data from your internal database.<br>
> > > >>>>>> ><br>
> > > >>>>>> > Marek<br>
> > > >>>>>> ><br>
> > > >>>>>> ><br>
> > > >>>>>> > On 19.5.2014 18:05, Rodrigo Sasaki wrote:<br>
> > > >>>>>> ><br>
> > > >>>>>> ><br>
> > > >>>>>> ><br>
> > > >>>>>> > I have done most of what you mentioned, although I didn't find<br>
> > the<br>
> > > >>>>>> "Settings<br>
> > > >>>>>> > and Authentication" part on the Realm Settings. I couldn't add<br>
> > the<br>
> > > >>>>>> new<br>
> > > >>>>>> > provider to it like you said, and the version I'm using is the<br>
> > one<br>
> > > >>>>>> available<br>
> > > >>>>>> > on the github repo.<br>
> > > >>>>>> ><br>
> > > >>>>>> > Also I saw that I should probably implement a RealmAdapter<br>
> > aswell,<br>
> > > >>>>>> to provide<br>
> > > >>>>>> > access to my table structure, is that correct? If so, how<br>
> > should I<br>
> > > >>>>>> configure<br>
> > > >>>>>> > Keycloak to use my adapter to find users, and not it's default<br>
> > one?<br>
> > > >>>>>> Or at<br>
> > > >>>>>> > least not only it's default one<br>
> > > >>>>>> ><br>
> > > >>>>>> ><br>
> > > >>>>>> > On Fri, May 16, 2014 at 4:50 AM, Stian Thorgersen <<br>
> > > >>>>>> <a href="mailto:stian@redhat.com">stian@redhat.com</a> > wrote:<br>
> > > >>>>>> ><br>
> > > >>>>>> ><br>
> > > >>>>>> ><br>
> > > >>>>>> > We will add some documentation to this soon, but you basically<br>
> > need<br>
> > > >>>>>> to:<br>
> > > >>>>>> ><br>
> > > >>>>>> > - Implement<br>
> > > >>>>>> ><br>
> > > >>>>>><br>
> > <a href="https://github.com/keycloak/keycloak/blob/master/authentication/authentication-api/src/main/java/org/keycloak/authentication/AuthenticationProviderFactory.java" target="_blank">https://github.com/keycloak/keycloak/blob/master/authentication/authentication-api/src/main/java/org/keycloak/authentication/AuthenticationProviderFactory.java</a><br>
> > > >>>>>> > - Implement<br>
> > > >>>>>> ><br>
> > > >>>>>><br>
> > <a href="https://github.com/keycloak/keycloak/blob/master/authentication/authentication-api/src/main/java/org/keycloak/authentication/AuthenticationProvider.java" target="_blank">https://github.com/keycloak/keycloak/blob/master/authentication/authentication-api/src/main/java/org/keycloak/authentication/AuthenticationProvider.java</a><br>
> > > >>>>>> > - Add a<br>
> > > >>>>>> ><br>
> > > >>>>>><br>
> > 'META-INF/services/org.keycloak.authentication.AuthenticationProviderFactory'<br>
> > > >>>>>> > that contains the fully qualified name of your<br>
> > > >>>>>> AuthenticationProviderFactory<br>
> > > >>>>>> > implementation<br>
> > > >>>>>> ><br>
> > > >>>>>> > Build as a JAR and drop into<br>
> > > >>>>>> > keycloak/standalone/deployments/auth-server.war/WEB-INF/lib.<br>
> > > >>>>>> ><br>
> > > >>>>>> > Start the server, open the admin console, navigate to realm<br>
> > > >>>>>> settings and<br>
> > > >>>>>> > authentication. Click Add Provider and it should now have your<br>
> > new<br>
> > > >>>>>> provider.<br>
> > > >>>>>> > Add it to the realm.<br>
> > > >>>>>> ><br>
> > > >>>>>> > It will now use your provider to authenticate users.<br>
> > > >>>>>> ><br>
> > > >>>>>> > ----- Original Message -----<br>
> > > >>>>>> > > From: "Rodrigo Sasaki" < <a href="mailto:rodrigopsasaki@gmail.com">rodrigopsasaki@gmail.com</a> ><br>
> > > >>>>>> > > To: "Bill Burke" < <a href="mailto:bburke@redhat.com">bburke@redhat.com</a> ><br>
> > > >>>>>> > > Cc: <a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a><br>
> > > >>>>>> > > Sent: Thursday, 15 May, 2014 7:30:00 PM<br>
> > > >>>>>> > > Subject: Re: [keycloak-user] Migrating Users Database<br>
> > > >>>>>> > ><br>
> > > >>>>>> > > By the way, do you have further information regarding that<br>
> > SPI you<br>
> > > >>>>>> > > mentioned?<br>
> > > >>>>>> > ><br>
> > > >>>>>> > > I was looking at the source code but I couldn't derive much<br>
> > from<br>
> > > >>>>>> it, I<br>
> > > >>>>>> > > don't<br>
> > > >>>>>> > > know exactly how I should implement my own provider, and how<br>
> > do I<br>
> > > >>>>>> tell<br>
> > > >>>>>> > > keycloak to use mine instead of its own.<br>
> > > >>>>>> > ><br>
> > > >>>>>> > ><br>
> > > >>>>>> > > On Thu, May 15, 2014 at 11:05 AM, Rodrigo Sasaki <<br>
> > > >>>>>> <a href="mailto:rodrigopsasaki@gmail.com">rodrigopsasaki@gmail.com</a><br>
> > > >>>>>> > > ><br>
> > > >>>>>> > > wrote:<br>
> > > >>>>>> > ><br>
> > > >>>>>> > ><br>
> > > >>>>>> > ><br>
> > > >>>>>> > > That's quite alright at the moment.<br>
> > > >>>>>> > ><br>
> > > >>>>>> > > We have seen the roadmap and if it stays around the announced<br>
> > > >>>>>> dates, there<br>
> > > >>>>>> > > shouldn't be a problem for us here.<br>
> > > >>>>>> > ><br>
> > > >>>>>> > ><br>
> > > >>>>>> > > On Thu, May 15, 2014 at 11:03 AM, Bill Burke <<br>
> > <a href="mailto:bburke@redhat.com">bburke@redhat.com</a>><br>
> > > >>>>>> > > wrote:<br>
> > > >>>>>> > ><br>
> > > >>>>>> > ><br>
> > > >>>>>> > > FYI, Keycloak will be very slow until we start our performance<br>
> > > >>>>>> work<br>
> > > >>>>>> > > (scheduled for Beta-2). Right now, every login/logout/token<br>
> > > >>>>>> action is<br>
> > > >>>>>> > > all DB hits. We don't cache anything at the moment!<br>
> > > >>>>>> > ><br>
> > > >>>>>> > > On 5/15/2014 7:02 AM, Rodrigo Sasaki wrote:<br>
> > > >>>>>> > > > I am very interested in importing the whole database. It<br>
> > seems<br>
> > > >>>>>> to be the<br>
> > > >>>>>> > > > cleanest way to do what we want to do here, and migrate to<br>
> > > >>>>>> keycloak<br>
> > > >>>>>> > > > completely.<br>
> > > >>>>>> > > ><br>
> > > >>>>>> > > > Are there any guidelines on how to do this? Nonetheless I<br>
> > will<br>
> > > >>>>>> look into<br>
> > > >>>>>> > > > the SPI you mentioned, might come in handy sometime.<br>
> > > >>>>>> > > ><br>
> > > >>>>>> > > ><br>
> > > >>>>>> > > > On Thu, May 15, 2014 at 5:13 AM, Stian Thorgersen <<br>
> > > >>>>>> <a href="mailto:stian@redhat.com">stian@redhat.com</a><br>
> > > >>>>>> > > > <mailto: <a href="mailto:stian@redhat.com">stian@redhat.com</a> >> wrote:<br>
> > > >>>>>> > > ><br>
> > > >>>>>> > > > At the moment we have an Authentication SPI that will let<br>
> > you<br>
> > > >>>>>> easily<br>
> > > >>>>>> > > > authenticate users with your existing database of users. The<br>
> > > >>>>>> first<br>
> > > >>>>>> > > > time a new user logs in using this approach a user will be<br>
> > > >>>>>> pulled in<br>
> > > >>>>>> > > > to the Keycloak database. There's no documentation for this<br>
> > > >>>>>> feature<br>
> > > >>>>>> > > > yet, but look at the SPI at<br>
> > > >>>>>> > > ><br>
> > > >>>>>><br>
> > <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><br>
> > > >>>>>> > > > and the implementation that uses the Keycloak model itself<br>
> > to<br>
> > > >>>>>> > > > authenticate at<br>
> > > >>>>>> > > ><br>
> > > >>>>>><br>
> > <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>
> > > >>>>>> > > ><br>
> > > >>>>>> > > > In the future we plan to provide a Sync SPI that will take<br>
> > this<br>
> > > >>>>>> one<br>
> > > >>>>>> > > > step further and let you sync users (and roles) to/from an<br>
> > > >>>>>> existing<br>
> > > >>>>>> > > > database.<br>
> > > >>>>>> > > ><br>
> > > >>>>>> > > > However, if you plan to completely replace your current<br>
> > > >>>>>> > > > authentication system the cleanest solution may be to import<br>
> > > >>>>>> your<br>
> > > >>>>>> > > > current user database into Keycloak once and for all. If<br>
> > you're<br>
> > > >>>>>> > > > interested in this approach let me know.<br>
> > > >>>>>> > > ><br>
> > > >>>>>> > > > ----- Original Message -----<br>
> > > >>>>>> > > > > From: "Rodrigo Sasaki" < <a href="mailto:rodrigopsasaki@gmail.com">rodrigopsasaki@gmail.com</a><br>
> > > >>>>>> > > > <mailto: <a href="mailto:rodrigopsasaki@gmail.com">rodrigopsasaki@gmail.com</a> >><br>
> > > >>>>>> > > > > To: <a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a><br>
> > > >>>>>> > > > <mailto: <a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a> ><br>
> > > >>>>>> > > > > Sent: Wednesday, 14 May, 2014 8:52:07 PM<br>
> > > >>>>>> > > > > Subject: [keycloak-user] Migrating Users Database<br>
> > > >>>>>> > > > ><br>
> > > >>>>>> > > > > Hi,<br>
> > > >>>>>> > > > ><br>
> > > >>>>>> > > > > I'm trying to replace my current authentication system<br>
> > with<br>
> > > >>>>>> > > > Keycloak, but I<br>
> > > >>>>>> > > > > have one problem. I already have a database of users,<br>
> > > >>>>>> populated with<br>
> > > >>>>>> > > > > millions of records, and I wanted to make it work with<br>
> > > >>>>>> Keycloak.<br>
> > > >>>>>> > > > ><br>
> > > >>>>>> > > > > What would be the best approach on this scenario? Should I<br>
> > > >>>>>> > > > migrate everything<br>
> > > >>>>>> > > > > to the Keycloak tables, or try to make Keycloak<br>
> > understand my<br>
> > > >>>>>> current<br>
> > > >>>>>> > > > > database?<br>
> > > >>>>>> > > > ><br>
> > > >>>>>> > > > > Is there any recommendation on this matter? And if there<br>
> > is,<br>
> > > >>>>>> some<br>
> > > >>>>>> > > > explanation<br>
> > > >>>>>> > > > > or documentation?<br>
> > > >>>>>> > > > ><br>
> > > >>>>>> > > > > Thanks!<br>
> > > >>>>>> > > > ><br>
> > > >>>>>> > > > > --<br>
> > > >>>>>> > > > > Rodrigo Sasaki<br>
> > > >>>>>> > > > ><br>
> > > >>>>>> > > > > _______________________________________________<br>
> > > >>>>>> > > > > keycloak-user mailing list<br>
> > > >>>>>> > > > > <a href="mailto:keycloak-user@lists.jboss.org">keycloak-user@lists.jboss.org</a> <mailto:<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" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a><br>
> > > >>>>>> > > ><br>
> > > >>>>>> > > ><br>
> > > >>>>>> > > ><br>
> > > >>>>>> > > ><br>
> > > >>>>>> > > > --<br>
> > > >>>>>> > > > Rodrigo Sasaki<br>
> > > >>>>>> > > ><br>
> > > >>>>>> > > ><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" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</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>
> > > >>>>>> > > 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" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a><br>
> > > >>>>>> > ><br>
> > > >>>>>> > >admin<br>
> > > >>>>>> ><br>
> > > >>>>>> > ><br>
> > > >>>>>> > > --<br>
> > > >>>>>> > > Rodrigo Sasaki<br>
> > > >>>>>> > ><br>
> > > >>>>>> > ><br>
> > > >>>>>> > ><br>
> > > >>>>>> > > --<br>
> > > >>>>>> > > Rodrigo Sasaki<br>
> > > >>>>>> > ><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" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a><br>
> > > >>>>>> ><br>
> > > >>>>>> ><br>
> > > >>>>>> ><br>
> > > >>>>>> > --<br>
> > > >>>>>> > Rodrigo Sasaki<br>
> > > >>>>>> ><br>
> > > >>>>>> ><br>
> > > >>>>>> > _______________________________________________<br>
> > > >>>>>> > keycloak-user mailing list <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" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a><br>
> > > >>>>>> ><br>
> > > >>>>>> ><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" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a><br>
> > > >>>>>> ><br>
> > > >>>>>> ><br>
> > > >>>>>> ><br>
> > > >>>>>> > --<br>
> > > >>>>>> > Rodrigo Sasaki<br>
> > > >>>>>> ><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" target="_blank">https://lists.jboss.org/mailman/listinfo/keycloak-user</a><br>
> > > >>>>>><br>
> > > >>>>><br>
> > > >>>>><br>
> > > >>>>><br>
> > > >>>>> --<br>
> > > >>>>> Rodrigo Sasaki<br>
> > > >>>>><br>
> > > >>>><br>
> > > >>>><br>
> > > >>>><br>
> > > >>>> --<br>
> > > >>>> Rodrigo Sasaki<br>
> > > >>>><br>
> > > >>>><br>
> > > >>>><br>
> > > >>><br>
> > > >>><br>
> > > >>> --<br>
> > > >>> Rodrigo Sasaki<br>
> > > >>><br>
> > > >><br>
> > > >><br>
> > > >><br>
> > > >> --<br>
> > > >> Rodrigo Sasaki<br>
> > > >><br>
> > > >><br>
> > > >><br>
> > > ><br>
> > > ><br>
> > > > --<br>
> > > > Rodrigo Sasaki<br>
> > > ><br>
> > ><br>
> > ><br>
> > ><br>
> > > --<br>
> > > Rodrigo Sasaki<br>
> > ><br>
> ><br>
><br>
><br>
><br>
</div></div><span class="HOEnZb"><font color="#888888">> --<br>
> Rodrigo Sasaki<br>
><br>
</font></span></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>