[wildfly-dev] Keycloak SSO in WildFly 9
Stan Silvert
ssilvert at redhat.com
Tue Jun 3 16:43:48 EDT 2014
On 6/3/2014 4:27 PM, Bill Burke wrote:
>
> On 6/3/2014 2:25 PM, Darran Lofthouse wrote:
>>> Both the auth server and admin console are served from the same WAR. It
>>> should be possible to deploy this without using a WAR or servlets, but
>>> that is not planned for the initial WildFly integration. Because of
>>> this current limitation, the auth server and admin console will not be
>>> present in a domain controller.
>> This is going against the current design of AS7/WildFly exposing
>> management related operations over the management interface and leaving
>> the web container to be purely about a users deployments.
> Keycloak uses Resteasy. We could write an adapter for whatever HTTP
> engine the mgmt interface is using. Unfortunately, we also need a
> storage mechanism JPA or Mongo. We could write a file-based back-end
> if needed.
Most of the config data could be stored in the management model. You
would still need a general storage mechanism for user data, but that
doesn't go against the current design because that is what we have
currently.
I'm interested in opinions about how important it would be to do all that.
More information about the wildfly-dev
mailing list