Class SamlSecureClientUrisExecutorFactory

java.lang.Object
org.keycloak.services.clientpolicy.executor.SamlSecureClientUrisExecutorFactory
All Implemented Interfaces:
ConfiguredProvider, EnvironmentDependentProviderFactory, ProviderFactory<ClientPolicyExecutorProvider>, ClientPolicyExecutorProviderFactory

public class SamlSecureClientUrisExecutorFactory extends Object implements ClientPolicyExecutorProviderFactory

Executor factory that enforces that all URLs configured in a SAML client are secure (https). It also enforces that no wildcard valid redirect URIs are configured on update/creation (wildcards can be allowed via allow-wildcard-redirects configuration property).

Author:
rmartinc