[keycloak-dev] Which part of keycloak code is responsible for processing standalone.xml ?

Marek Posolda mposolda at redhat.com
Wed Oct 10 08:46:24 EDT 2018


https://github.com/keycloak/keycloak contains all relevant sources. I suggest to look at wildfly susbystem in the codebase (Directory wildfly/server-subsystem ). Also it may help if you try the quickstarts for providers. This may give you some hint what could be wrong on your side.

Good luck,
Marek


On 10/10/18 11:16, Lukasz Lech wrote:
> Hello,
>
> Could you please point me in the right direction?
>
> I'm trying to find out, why the providers map in DefaultKeycloakSessionFactory doesn't contain value for a provider, after I provide my own implementation? I have a configuration that works as expected in standalone desktop version, but doesn't work inside Docker.
>
> My researches lead me to org.keycloak.Config.getProvider(), so I've checked out the whole keycloak source, to find out, who is calling init() (I expect that there lands the parsed standalone.xml), but I've found out only org.keycloak.services.resources.KeycloakApplication, which is, I guess, not used in standalone mode?
>
> Where should I start my research? Do https://github.com/keycloak/keycloak contains all relevant sources, or I need to checkout more?
>
> Best regards,
> Lukasz Lech
> _______________________________________________
> keycloak-dev mailing list
> keycloak-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/keycloak-dev




More information about the keycloak-dev mailing list