Package org.keycloak.adapters.saml
Interface SamlConfigResolver
-
public interface SamlConfigResolverOn multi-tenant scenarios, Keycloak will defer the resolution of a SamlDeployment to the target application at the request-phase. A Request object is passed to the resolver and callers expect a complete SamlDeployment. Based on this SamlDeployment, Keycloak will resume authenticating and authorizing the request. The easiest way to build a SamlDeployment is to use DeploymentBuilder , passing the InputStream of an existing keycloak-saml.xml to the build() method.- Author:
- Juraci Paixão Kröhling
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SamlDeploymentresolve(HttpFacade.Request facade)
-
-
-
Method Detail
-
resolve
SamlDeployment resolve(HttpFacade.Request facade)
-
-