Class DelegatedAuthenticationConfiguration

java.lang.Object
org.alfresco.rest.sdk.feign.config.DelegatedAuthenticationConfiguration

@Configuration @ConditionalOnProperty("content.service.security.delegated") public class DelegatedAuthenticationConfiguration extends Object
Configuration for external delegated authentication mechanism. This must be provided by the integrator of the SDK in the form of a bean that implements the interface DelegatedAuthenticationRequestInterceptor. This authentication method is enabled via the property content.service.security.delegated.