[keycloak-dev] What code in Keycloak IDP is responsible to return the configuration to Java adapters?

Stian Thorgersen sthorger at redhat.com
Mon Jan 2 02:42:15 EST 2017


Our OIDC adapters only support Keycloak and hence do not need to invoke the
well known endpoint to know the endpoints. The URLs are simply derived from
the auth-server-url and realm name.

On 23 December 2016 at 14:22, Michael Furman <michael_furman at hotmail.com>
wrote:

> Dear Keycloak people,
> I need our help.
> What code in Keycloak IDP is responsible to return the configuration to
> Java adapters (Spring Security Adapter) ?
> I mean all URLs in the org.keycloak.adapters.KeycloakDeployment class
> (authServerBaseUrl, tokenUrl etc.).
> I have modified org.keycloak.protocol.oidc.OIDCWellKnownProvider but this
> code is not executed during OIDC protocol with java adapters.
> Thanks in advance for your help,
> Michael
>
> _______________________________________________
> 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