Class SecurityConfiguration

java.lang.Object
com.arms.config.security.SecurityConfiguration

@Configuration @EnableWebFluxSecurity @EnableGlobalMethodSecurity(jsr250Enabled=true) @RefreshScope public class SecurityConfiguration extends Object
  • Constructor Details

  • Method Details

    • securityWebFilterChain

      @Bean public org.springframework.security.web.server.SecurityWebFilterChain securityWebFilterChain(org.springframework.security.config.web.server.ServerHttpSecurity http)
    • oidcUserService

      @Bean public org.springframework.security.oauth2.client.userinfo.ReactiveOAuth2UserService<org.springframework.security.oauth2.client.oidc.userinfo.OidcUserRequest,org.springframework.security.oauth2.core.oidc.user.OidcUser> oidcUserService()