Search in sources :

Example 1 with OidcAuthenticationContextWebflowEventEventResolver

use of org.apereo.cas.oidc.web.flow.OidcAuthenticationContextWebflowEventEventResolver in project cas by apereo.

the class OidcConfiguration method oidcAuthenticationContextWebflowEventResolver.

@Autowired
@RefreshScope
@Bean
public CasWebflowEventResolver oidcAuthenticationContextWebflowEventResolver(@Qualifier("defaultAuthenticationSystemSupport") final AuthenticationSystemSupport authenticationSystemSupport) {
    final CasWebflowEventResolver r = new OidcAuthenticationContextWebflowEventEventResolver(authenticationSystemSupport, centralAuthenticationService, servicesManager, ticketRegistrySupport, warnCookieGenerator, authenticationRequestServiceSelectionStrategies, multifactorAuthenticationProviderSelector);
    this.initialAuthenticationAttemptWebflowEventResolver.addDelegate(r);
    return r;
}
Also used : CasWebflowEventResolver(org.apereo.cas.web.flow.resolver.CasWebflowEventResolver) OidcAuthenticationContextWebflowEventEventResolver(org.apereo.cas.oidc.web.flow.OidcAuthenticationContextWebflowEventEventResolver) RefreshScope(org.springframework.cloud.context.config.annotation.RefreshScope) Autowired(org.springframework.beans.factory.annotation.Autowired) ConditionalOnMissingBean(org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean) Bean(org.springframework.context.annotation.Bean)

Aggregations

OidcAuthenticationContextWebflowEventEventResolver (org.apereo.cas.oidc.web.flow.OidcAuthenticationContextWebflowEventEventResolver)1 CasWebflowEventResolver (org.apereo.cas.web.flow.resolver.CasWebflowEventResolver)1 Autowired (org.springframework.beans.factory.annotation.Autowired)1 ConditionalOnMissingBean (org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean)1 RefreshScope (org.springframework.cloud.context.config.annotation.RefreshScope)1 Bean (org.springframework.context.annotation.Bean)1