Skip to content

Instantly share code, notes, and snippets.

@stephlocke
Created October 23, 2019 14:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephlocke/7dc645e3f986a1fa3bcc060de42c841a to your computer and use it in GitHub Desktop.
Save stephlocke/7dc645e3f986a1fa3bcc060de42c841a to your computer and use it in GitHub Desktop.
shinyproxy.log
This file has been truncated, but you can view the full file.
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.0.0.RELEASE)
2019-10-23 13:45:25.218 INFO 1 --- [ main] e.o.c.ContainerProxyApplication : Starting ContainerProxyApplication v0.8.3 on shinyproxy-6598f887ff-dt2jb with PID 1 (/opt/shinyproxy/shinyproxy.jar started by root in /opt/shinyproxy)
2019-10-23 13:45:25.251 INFO 1 --- [ main] e.o.c.ContainerProxyApplication : No active profile set, falling back to default profiles: default
2019-10-23 13:45:25.499 INFO 1 --- [ main] ConfigServletWebServerApplicationContext : Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@6eebc39e: startup date [Wed Oct 23 13:45:25 UTC 2019]; root of context hierarchy
2019-10-23 13:45:27.065 INFO 1 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2019-10-23 13:45:28.068 INFO 1 --- [ main] org.xnio : XNIO version 3.3.8.Final
2019-10-23 13:45:28.085 INFO 1 --- [ main] org.xnio.nio : XNIO NIO Implementation Version 3.3.8.Final
2019-10-23 13:45:28.157 WARN 1 --- [ main] io.undertow.websockets.jsr : UT026009: XNIO worker was not set on WebSocketDeploymentInfo, the default worker will be used
2019-10-23 13:45:28.157 WARN 1 --- [ main] io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2019-10-23 13:45:28.182 INFO 1 --- [ main] io.undertow.servlet : Initializing Spring embedded WebApplicationContext
2019-10-23 13:45:28.182 INFO 1 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2683 ms
2019-10-23 13:45:28.369 INFO 1 --- [ main] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2019-10-23 13:45:28.370 INFO 1 --- [ main] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2019-10-23 13:45:28.370 INFO 1 --- [ main] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*]
2019-10-23 13:45:28.371 INFO 1 --- [ main] o.s.boot.web.servlet.RegistrationBean : Filter orderedHiddenHttpMethodFilter was not registered (disabled)
2019-10-23 13:45:28.371 INFO 1 --- [ main] o.s.boot.web.servlet.RegistrationBean : Filter orderedHttpPutFormContentFilter was not registered (disabled)
2019-10-23 13:45:28.371 INFO 1 --- [ main] o.s.b.w.servlet.ServletRegistrationBean : Servlet dispatcherServlet mapped to [/]
2019-10-23 13:45:28.770 INFO 1 --- [ main] e.o.c.stat.StatCollectorRegistry : Disabled. Usage statistics will not be processed.
2019-10-23 13:45:28.920 DEBUG 1 --- [ main] eGlobalAuthenticationAutowiredConfigurer : Eagerly initializing {webSecurityConfig=eu.openanalytics.containerproxy.security.WebSecurityConfig$$EnhancerBySpringCGLIB$$b40fde83@15bb5034}
2019-10-23 13:45:28.922 DEBUG 1 --- [ main] swordEncoderAuthenticationManagerBuilder : No authenticationProviders and no parentAuthenticationManager defined. Returning null.
2019-10-23 13:45:29.031 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/css/**'], []
2019-10-23 13:45:29.032 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/img/**'], []
2019-10-23 13:45:29.032 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/js/**'], []
2019-10-23 13:45:29.032 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/assets/**'], []
2019-10-23 13:45:29.032 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: Ant [pattern='/webjars/**'], []
2019-10-23 13:45:29.174 DEBUG 1 --- [ main] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'hasAnyRole('ROLE_')', for Ant [pattern='/admin']
2019-10-23 13:45:29.177 DEBUG 1 --- [ main] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'permitAll', for Ant [pattern='/login']
2019-10-23 13:45:29.177 DEBUG 1 --- [ main] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'permitAll', for Ant [pattern='/signin/**']
2019-10-23 13:45:29.178 DEBUG 1 --- [ main] edFilterInvocationSecurityMetadataSource : Adding web access control expression 'authenticated', for org.springframework.security.web.util.matcher.AnyRequestMatcher@1
2019-10-23 13:45:29.187 DEBUG 1 --- [ main] o.s.s.w.a.i.FilterSecurityInterceptor : Validated configuration attributes
2019-10-23 13:45:29.188 DEBUG 1 --- [ main] o.s.s.w.a.i.FilterSecurityInterceptor : Validated configuration attributes
2019-10-23 13:45:29.230 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4d1c005e, org.springframework.security.web.context.SecurityContextPersistenceFilter@2cb4893b, org.springframework.security.web.header.HeaderWriterFilter@8458f04, org.springframework.security.web.authentication.logout.LogoutFilter@273444fe, org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestRedirectFilter@183ec003, org.springframework.security.oauth2.client.web.OAuth2LoginAuthenticationFilter@2b40ff9c, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@5890e879, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@8462f31, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5b218417, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@413d1baf, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@24569dba, org.springframework.security.web.session.SessionManagementFilter@68c9133c, org.springframework.security.web.access.ExceptionTranslationFilter@72035809, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7ce69770]
2019-10-23 13:45:29.255 WARN 1 --- [ main] org.thymeleaf.templatemode.TemplateMode : [THYMELEAF][main] Template Mode 'HTML5' is deprecated. Using Template Mode 'HTML' instead.
2019-10-23 13:45:29.667 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@6eebc39e: startup date [Wed Oct 23 13:45:25 UTC 2019]; root of context hierarchy
2019-10-23 13:45:29.783 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/app/*],methods=[GET]}" onto public java.lang.String eu.openanalytics.shinyproxy.controllers.AppController.app(org.springframework.ui.ModelMap,javax.servlet.http.HttpServletRequest)
2019-10-23 13:45:29.785 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/app_direct/**]}" onto public void eu.openanalytics.shinyproxy.controllers.AppController.appDirect(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-10-23 13:45:29.786 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/app/*],methods=[POST]}" onto public java.util.Map<java.lang.String, java.lang.String> eu.openanalytics.shinyproxy.controllers.AppController.startApp(javax.servlet.http.HttpServletRequest)
2019-10-23 13:45:29.788 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/issue],methods=[POST]}" onto public java.lang.String eu.openanalytics.shinyproxy.controllers.IssueController.postIssue(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-10-23 13:45:29.790 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin]}" onto private java.lang.String eu.openanalytics.shinyproxy.controllers.AdminController.admin(org.springframework.ui.ModelMap,javax.servlet.http.HttpServletRequest)
2019-10-23 13:45:29.792 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/]}" onto private java.lang.Object eu.openanalytics.shinyproxy.controllers.IndexController.index(org.springframework.ui.ModelMap,javax.servlet.http.HttpServletRequest)
2019-10-23 13:45:29.795 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/proxyspec],methods=[GET],produces=[application/json]}" onto public java.util.List<eu.openanalytics.containerproxy.model.spec.ProxySpec> eu.openanalytics.containerproxy.api.ProxyController.listProxySpecs()
2019-10-23 13:45:29.796 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/proxy],methods=[GET],produces=[application/json]}" onto public java.util.List<eu.openanalytics.containerproxy.model.runtime.Proxy> eu.openanalytics.containerproxy.api.ProxyController.listProxies()
2019-10-23 13:45:29.797 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/proxyspec/{proxySpecId}],methods=[GET],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<eu.openanalytics.containerproxy.model.spec.ProxySpec> eu.openanalytics.containerproxy.api.ProxyController.getProxySpec(java.lang.String)
2019-10-23 13:45:29.797 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/proxy/{proxySpecId}],methods=[POST],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<eu.openanalytics.containerproxy.model.runtime.Proxy> eu.openanalytics.containerproxy.api.ProxyController.startProxy(java.lang.String,java.util.Set<eu.openanalytics.containerproxy.model.runtime.RuntimeSetting>)
2019-10-23 13:45:29.798 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/proxy],methods=[POST],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<eu.openanalytics.containerproxy.model.runtime.Proxy> eu.openanalytics.containerproxy.api.ProxyController.startProxy(eu.openanalytics.containerproxy.model.spec.ProxySpec)
2019-10-23 13:45:29.799 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/proxy/{proxyId}],methods=[DELETE],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.String> eu.openanalytics.containerproxy.api.ProxyController.stopProxy(java.lang.String)
2019-10-23 13:45:29.802 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/proxy/{proxyId}],methods=[GET],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<eu.openanalytics.containerproxy.model.runtime.Proxy> eu.openanalytics.containerproxy.api.ProxyController.getProxy(java.lang.String)
2019-10-23 13:45:29.805 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/login],methods=[GET]}" onto public java.lang.Object eu.openanalytics.containerproxy.ui.LoginController.getLoginPage(java.util.Optional<java.lang.String>,org.springframework.ui.ModelMap,javax.servlet.http.HttpServletRequest)
2019-10-23 13:45:29.808 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/route/**]}" onto public void eu.openanalytics.containerproxy.api.ProxyRouteController.route(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-10-23 13:45:29.814 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public java.lang.String eu.openanalytics.containerproxy.ui.ErrorController.handleError(org.springframework.ui.ModelMap,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-10-23 13:45:29.815 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],consumes=[application/json],produces=[application/json]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> eu.openanalytics.containerproxy.ui.ErrorController.error(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2019-10-23 13:45:29.903 INFO 1 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/assets/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-10-23 13:45:29.903 INFO 1 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-10-23 13:45:29.903 INFO 1 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-10-23 13:45:29.929 INFO 1 --- [ main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in baseController.RestErrorHandler
2019-10-23 13:45:30.006 INFO 1 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2019-10-23 13:45:30.307 INFO 1 --- [ main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page template: index
2019-10-23 13:45:30.445 INFO 1 --- [ main] o.s.l.c.support.AbstractContextSource : Property 'userDn' not set - anonymous context will be used for read-write operations
2019-10-23 13:45:30.732 INFO 1 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2019-10-23 13:45:30.734 INFO 1 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Bean with name 'dataSource' has been autodetected for JMX exposure
2019-10-23 13:45:30.748 INFO 1 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Located MBean 'dataSource': registering with JMX server as MBean [com.zaxxer.hikari:name=dataSource,type=HikariDataSource]
2019-10-23 13:45:30.813 INFO 1 --- [ main] o.s.b.w.e.u.UndertowServletWebServer : Undertow started on port(s) 8080 (http) with context path ''
2019-10-23 13:45:30.816 INFO 1 --- [ main] e.o.c.ContainerProxyApplication : Started ContainerProxyApplication in 7.086 seconds (JVM running for 8.008)
2019-10-23 13:45:48.996 INFO 1 --- [ XNIO-2 task-1] io.undertow.servlet : Initializing Spring FrameworkServlet 'dispatcherServlet'
2019-10-23 13:45:48.996 INFO 1 --- [ XNIO-2 task-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
2019-10-23 13:45:49.022 INFO 1 --- [ XNIO-2 task-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 26 ms
2019-10-23 13:45:49.032 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/css/**'
2019-10-23 13:45:49.032 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/img/**'
2019-10-23 13:45:49.032 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/js/**'
2019-10-23 13:45:49.032 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/assets/**'
2019-10-23 13:45:49.033 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/webjars/**'
2019-10-23 13:45:49.033 DEBUG 1 --- [ XNIO-2 task-1] o.s.security.web.FilterChainProxy : / at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
2019-10-23 13:45:49.034 DEBUG 1 --- [ XNIO-2 task-1] o.s.security.web.FilterChainProxy : / at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2019-10-23 13:45:49.035 DEBUG 1 --- [ XNIO-2 task-1] w.c.HttpSessionSecurityContextRepository : No HttpSession currently exists
2019-10-23 13:45:49.035 DEBUG 1 --- [ XNIO-2 task-1] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: null. A new one will be created.
2019-10-23 13:45:49.037 DEBUG 1 --- [ XNIO-2 task-1] o.s.security.web.FilterChainProxy : / at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
2019-10-23 13:45:49.037 DEBUG 1 --- [ XNIO-2 task-1] o.s.security.web.FilterChainProxy : / at position 4 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
2019-10-23 13:45:49.037 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/logout'
2019-10-23 13:45:49.037 DEBUG 1 --- [ XNIO-2 task-1] o.s.security.web.FilterChainProxy : / at position 5 of 14 in additional filter chain; firing Filter: 'OAuth2AuthorizationRequestRedirectFilter'
2019-10-23 13:45:49.038 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/oauth2/authorization/{registrationId}'
2019-10-23 13:45:49.038 DEBUG 1 --- [ XNIO-2 task-1] o.s.security.web.FilterChainProxy : / at position 6 of 14 in additional filter chain; firing Filter: 'OAuth2LoginAuthenticationFilter'
2019-10-23 13:45:49.046 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/login/oauth2/code/*'
2019-10-23 13:45:49.047 DEBUG 1 --- [ XNIO-2 task-1] o.s.security.web.FilterChainProxy : / at position 7 of 14 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
2019-10-23 13:45:49.047 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /' doesn't match 'POST /login
2019-10-23 13:45:49.047 DEBUG 1 --- [ XNIO-2 task-1] o.s.security.web.FilterChainProxy : / at position 8 of 14 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
2019-10-23 13:45:49.047 DEBUG 1 --- [ XNIO-2 task-1] o.s.security.web.FilterChainProxy : / at position 9 of 14 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
2019-10-23 13:45:49.047 DEBUG 1 --- [ XNIO-2 task-1] o.s.security.web.FilterChainProxy : / at position 10 of 14 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
2019-10-23 13:45:49.051 DEBUG 1 --- [ XNIO-2 task-1] o.s.security.web.FilterChainProxy : / at position 11 of 14 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
2019-10-23 13:45:49.052 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@14fb8f1: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff8868: RemoteIpAddress: 10.240.0.4; SessionId: null; Granted Authorities: ROLE_ANONYMOUS'
2019-10-23 13:45:49.052 DEBUG 1 --- [ XNIO-2 task-1] o.s.security.web.FilterChainProxy : / at position 12 of 14 in additional filter chain; firing Filter: 'SessionManagementFilter'
2019-10-23 13:45:49.052 DEBUG 1 --- [ XNIO-2 task-1] o.s.security.web.FilterChainProxy : / at position 13 of 14 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
2019-10-23 13:45:49.052 DEBUG 1 --- [ XNIO-2 task-1] o.s.security.web.FilterChainProxy : / at position 14 of 14 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
2019-10-23 13:45:49.053 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/admin'
2019-10-23 13:45:49.053 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/login'
2019-10-23 13:45:49.053 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/signin/**'
2019-10-23 13:45:49.054 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /; Attributes: [authenticated]
2019-10-23 13:45:49.054 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@14fb8f1: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff8868: RemoteIpAddress: 10.240.0.4; SessionId: null; Granted Authorities: ROLE_ANONYMOUS
2019-10-23 13:45:49.060 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@4a25d13e, returned: -1
2019-10-23 13:45:49.092 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.a.ExceptionTranslationFilter : Access is denied (user is anonymous); redirecting to authentication entry point
org.springframework.security.access.AccessDeniedException: Access is denied
at org.springframework.security.access.vote.AffirmativeBased.decide(AffirmativeBased.java:84) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.access.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:233) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:124) ~[spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91) ~[spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119) ~[spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:158) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestRedirectFilter.doFilterInternal(OAuth2AuthorizationRequestRedirectFilter.java:128) [spring-security-oauth2-client-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:64) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.handlers.PathHandler.handleRequest(PathHandler.java:94) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at eu.openanalytics.containerproxy.util.ProxyMappingManager$ProxyPathHandler.handleRequest(ProxyMappingManager.java:159) [containerproxy-0.8.3.jar!/:0.8.3]
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:336) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_232]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_232]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_232]
2019-10-23 13:45:49.097 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using NegatedRequestMatcher [requestMatcher=Ant [pattern='/**/favicon.ico']]
2019-10-23 13:45:49.097 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/**/favicon.ico'
2019-10-23 13:45:49.098 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.matcher.NegatedRequestMatcher : matches = true
2019-10-23 13:45:49.098 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using NegatedRequestMatcher [requestMatcher=MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@1c37617b, matchingMediaTypes=[application/json], useEquals=false, ignoredMediaTypes=[*/*]]]
2019-10-23 13:45:49.100 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.m.MediaTypeRequestMatcher : httpRequestMediaTypes=[text/html, application/xhtml+xml, image/webp, image/apng, application/signed-exchange;v=b3, application/xml;q=0.9, */*;q=0.8]
2019-10-23 13:45:49.100 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing text/html
2019-10-23 13:45:49.100 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith text/html = false
2019-10-23 13:45:49.100 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing application/xhtml+xml
2019-10-23 13:45:49.100 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith application/xhtml+xml = false
2019-10-23 13:45:49.100 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing image/webp
2019-10-23 13:45:49.101 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith image/webp = false
2019-10-23 13:45:49.101 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing image/apng
2019-10-23 13:45:49.101 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith image/apng = false
2019-10-23 13:45:49.101 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing application/signed-exchange;v=b3
2019-10-23 13:45:49.101 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith application/signed-exchange;v=b3 = false
2019-10-23 13:45:49.101 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing application/xml;q=0.9
2019-10-23 13:45:49.101 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith application/xml;q=0.9 = false
2019-10-23 13:45:49.101 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing */*;q=0.8
2019-10-23 13:45:49.101 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.m.MediaTypeRequestMatcher : Ignoring
2019-10-23 13:45:49.101 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.m.MediaTypeRequestMatcher : Did not match any media types
2019-10-23 13:45:49.101 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.matcher.NegatedRequestMatcher : matches = true
2019-10-23 13:45:49.101 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using NegatedRequestMatcher [requestMatcher=RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]]
2019-10-23 13:45:49.101 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.matcher.NegatedRequestMatcher : matches = true
2019-10-23 13:45:49.101 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.util.matcher.AndRequestMatcher : All requestMatchers returned true
2019-10-23 13:45:49.111 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.s.HttpSessionRequestCache : DefaultSavedRequest added to Session: DefaultSavedRequest[https://shinyserver.stephlocke.com/]
2019-10-23 13:45:49.111 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.a.ExceptionTranslationFilter : Calling Authentication entry point.
2019-10-23 13:45:49.112 DEBUG 1 --- [ XNIO-2 task-1] s.w.a.DelegatingAuthenticationEntryPoint : Trying to match using AndRequestMatcher [requestMatchers=[NegatedRequestMatcher [requestMatcher=RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]], MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@1c37617b, matchingMediaTypes=[application/xhtml+xml, image/*, text/html, text/plain], useEquals=false, ignoredMediaTypes=[*/*]]]]
2019-10-23 13:45:49.112 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using NegatedRequestMatcher [requestMatcher=RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]]
2019-10-23 13:45:49.116 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.matcher.NegatedRequestMatcher : matches = true
2019-10-23 13:45:49.117 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@1c37617b, matchingMediaTypes=[application/xhtml+xml, image/*, text/html, text/plain], useEquals=false, ignoredMediaTypes=[*/*]]
2019-10-23 13:45:49.121 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.m.MediaTypeRequestMatcher : httpRequestMediaTypes=[text/html, application/xhtml+xml, image/webp, image/apng, application/signed-exchange;v=b3, application/xml;q=0.9, */*;q=0.8]
2019-10-23 13:45:49.121 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing text/html
2019-10-23 13:45:49.121 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.m.MediaTypeRequestMatcher : application/xhtml+xml .isCompatibleWith text/html = false
2019-10-23 13:45:49.121 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.m.MediaTypeRequestMatcher : image/* .isCompatibleWith text/html = false
2019-10-23 13:45:49.121 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.u.m.MediaTypeRequestMatcher : text/html .isCompatibleWith text/html = true
2019-10-23 13:45:49.121 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.w.util.matcher.AndRequestMatcher : All requestMatchers returned true
2019-10-23 13:45:49.122 DEBUG 1 --- [ XNIO-2 task-1] s.w.a.DelegatingAuthenticationEntryPoint : Match found! Executing org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint@79e4c792
2019-10-23 13:45:49.122 DEBUG 1 --- [ XNIO-2 task-1] o.s.s.web.DefaultRedirectStrategy : Redirecting to 'https://shinyserver.stephlocke.com/login'
2019-10-23 13:45:49.123 DEBUG 1 --- [ XNIO-2 task-1] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
2019-10-23 13:45:49.137 DEBUG 1 --- [ XNIO-2 task-1] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
2019-10-23 13:45:49.157 DEBUG 1 --- [ XNIO-2 task-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/css/**'
2019-10-23 13:45:49.157 DEBUG 1 --- [ XNIO-2 task-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/img/**'
2019-10-23 13:45:49.157 DEBUG 1 --- [ XNIO-2 task-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/js/**'
2019-10-23 13:45:49.157 DEBUG 1 --- [ XNIO-2 task-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/assets/**'
2019-10-23 13:45:49.158 DEBUG 1 --- [ XNIO-2 task-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/webjars/**'
2019-10-23 13:45:49.158 DEBUG 1 --- [ XNIO-2 task-2] o.s.security.web.FilterChainProxy : /login at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
2019-10-23 13:45:49.158 DEBUG 1 --- [ XNIO-2 task-2] o.s.security.web.FilterChainProxy : /login at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2019-10-23 13:45:49.158 DEBUG 1 --- [ XNIO-2 task-2] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
2019-10-23 13:45:49.158 DEBUG 1 --- [ XNIO-2 task-2] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: io.undertow.servlet.spec.HttpSessionImpl@6e87f8cd. A new one will be created.
2019-10-23 13:45:49.159 DEBUG 1 --- [ XNIO-2 task-2] o.s.security.web.FilterChainProxy : /login at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
2019-10-23 13:45:49.159 DEBUG 1 --- [ XNIO-2 task-2] o.s.security.web.FilterChainProxy : /login at position 4 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
2019-10-23 13:45:49.159 DEBUG 1 --- [ XNIO-2 task-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/logout'
2019-10-23 13:45:49.159 DEBUG 1 --- [ XNIO-2 task-2] o.s.security.web.FilterChainProxy : /login at position 5 of 14 in additional filter chain; firing Filter: 'OAuth2AuthorizationRequestRedirectFilter'
2019-10-23 13:45:49.160 DEBUG 1 --- [ XNIO-2 task-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/oauth2/authorization/{registrationId}'
2019-10-23 13:45:49.160 DEBUG 1 --- [ XNIO-2 task-2] o.s.security.web.FilterChainProxy : /login at position 6 of 14 in additional filter chain; firing Filter: 'OAuth2LoginAuthenticationFilter'
2019-10-23 13:45:49.160 DEBUG 1 --- [ XNIO-2 task-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/login/oauth2/code/*'
2019-10-23 13:45:49.160 DEBUG 1 --- [ XNIO-2 task-2] o.s.security.web.FilterChainProxy : /login at position 7 of 14 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
2019-10-23 13:45:49.160 DEBUG 1 --- [ XNIO-2 task-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /login' doesn't match 'POST /login
2019-10-23 13:45:49.161 DEBUG 1 --- [ XNIO-2 task-2] o.s.security.web.FilterChainProxy : /login at position 8 of 14 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
2019-10-23 13:45:49.161 DEBUG 1 --- [ XNIO-2 task-2] o.s.security.web.FilterChainProxy : /login at position 9 of 14 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
2019-10-23 13:45:49.161 DEBUG 1 --- [ XNIO-2 task-2] o.s.s.w.s.DefaultSavedRequest : pathInfo: both null (property equals)
2019-10-23 13:45:49.161 DEBUG 1 --- [ XNIO-2 task-2] o.s.s.w.s.DefaultSavedRequest : queryString: both null (property equals)
2019-10-23 13:45:49.161 DEBUG 1 --- [ XNIO-2 task-2] o.s.s.w.s.DefaultSavedRequest : requestURI: arg1=/; arg2=/login (property not equals)
2019-10-23 13:45:49.162 DEBUG 1 --- [ XNIO-2 task-2] o.s.s.w.s.HttpSessionRequestCache : saved request doesn't match
2019-10-23 13:45:49.162 DEBUG 1 --- [ XNIO-2 task-2] o.s.security.web.FilterChainProxy : /login at position 10 of 14 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
2019-10-23 13:45:49.162 DEBUG 1 --- [ XNIO-2 task-2] o.s.security.web.FilterChainProxy : /login at position 11 of 14 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
2019-10-23 13:45:49.162 DEBUG 1 --- [ XNIO-2 task-2] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@13d3c99: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff10d0: RemoteIpAddress: 10.240.0.4; SessionId: rJm-yeViaV5XkuU5PQX2cOP43Ke2qp_QuSfRq5HM; Granted Authorities: ROLE_ANONYMOUS'
2019-10-23 13:45:49.162 DEBUG 1 --- [ XNIO-2 task-2] o.s.security.web.FilterChainProxy : /login at position 12 of 14 in additional filter chain; firing Filter: 'SessionManagementFilter'
2019-10-23 13:45:49.162 DEBUG 1 --- [ XNIO-2 task-2] o.s.security.web.FilterChainProxy : /login at position 13 of 14 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
2019-10-23 13:45:49.163 DEBUG 1 --- [ XNIO-2 task-2] o.s.security.web.FilterChainProxy : /login at position 14 of 14 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
2019-10-23 13:45:49.163 DEBUG 1 --- [ XNIO-2 task-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/admin'
2019-10-23 13:45:49.163 DEBUG 1 --- [ XNIO-2 task-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/login'
2019-10-23 13:45:49.163 DEBUG 1 --- [ XNIO-2 task-2] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /login; Attributes: [permitAll]
2019-10-23 13:45:49.163 DEBUG 1 --- [ XNIO-2 task-2] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@13d3c99: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff10d0: RemoteIpAddress: 10.240.0.4; SessionId: rJm-yeViaV5XkuU5PQX2cOP43Ke2qp_QuSfRq5HM; Granted Authorities: ROLE_ANONYMOUS
2019-10-23 13:45:49.165 DEBUG 1 --- [ XNIO-2 task-2] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@4a25d13e, returned: 1
2019-10-23 13:45:49.165 DEBUG 1 --- [ XNIO-2 task-2] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
2019-10-23 13:45:49.165 DEBUG 1 --- [ XNIO-2 task-2] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
2019-10-23 13:45:49.166 DEBUG 1 --- [ XNIO-2 task-2] o.s.security.web.FilterChainProxy : /login reached end of additional filter chain; proceeding with original chain
2019-10-23 13:45:49.194 DEBUG 1 --- [ XNIO-2 task-2] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
2019-10-23 13:45:49.195 DEBUG 1 --- [ XNIO-2 task-2] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
2019-10-23 13:45:49.195 DEBUG 1 --- [ XNIO-2 task-2] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
2019-10-23 13:45:49.213 DEBUG 1 --- [ XNIO-2 task-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/css/**'
2019-10-23 13:45:49.213 DEBUG 1 --- [ XNIO-2 task-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/img/**'
2019-10-23 13:45:49.214 DEBUG 1 --- [ XNIO-2 task-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/js/**'
2019-10-23 13:45:49.215 DEBUG 1 --- [ XNIO-2 task-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/assets/**'
2019-10-23 13:45:49.215 DEBUG 1 --- [ XNIO-2 task-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/webjars/**'
2019-10-23 13:45:49.215 DEBUG 1 --- [ XNIO-2 task-3] o.s.security.web.FilterChainProxy : /oauth2/authorization/shinyproxy at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
2019-10-23 13:45:49.216 DEBUG 1 --- [ XNIO-2 task-3] o.s.security.web.FilterChainProxy : /oauth2/authorization/shinyproxy at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2019-10-23 13:45:49.216 DEBUG 1 --- [ XNIO-2 task-3] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
2019-10-23 13:45:49.216 DEBUG 1 --- [ XNIO-2 task-3] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: io.undertow.servlet.spec.HttpSessionImpl@6e87f8cd. A new one will be created.
2019-10-23 13:45:49.216 DEBUG 1 --- [ XNIO-2 task-3] o.s.security.web.FilterChainProxy : /oauth2/authorization/shinyproxy at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
2019-10-23 13:45:49.216 DEBUG 1 --- [ XNIO-2 task-3] o.s.security.web.FilterChainProxy : /oauth2/authorization/shinyproxy at position 4 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
2019-10-23 13:45:49.216 DEBUG 1 --- [ XNIO-2 task-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/logout'
2019-10-23 13:45:49.216 DEBUG 1 --- [ XNIO-2 task-3] o.s.security.web.FilterChainProxy : /oauth2/authorization/shinyproxy at position 5 of 14 in additional filter chain; firing Filter: 'OAuth2AuthorizationRequestRedirectFilter'
2019-10-23 13:45:49.219 DEBUG 1 --- [ XNIO-2 task-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/oauth2/authorization/{registrationId}'
2019-10-23 13:45:49.219 DEBUG 1 --- [ XNIO-2 task-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/oauth2/authorization/{registrationId}'
2019-10-23 13:45:49.234 DEBUG 1 --- [ XNIO-2 task-3] o.s.s.web.DefaultRedirectStrategy : Redirecting to 'https://lduceademo.b2clogin.com/lduceademo.onmicrosoft.com/b2c_1_v1signinonly/oauth2/v2.0/authorize?response_type=code&client_id=a0cfc440-c766-43db-9ea8-40a1efbe22ac&scope=openid%20email&state=pfpu_mQ_tdeJecMDdR78Yl73Wg42vwT6OpA931-0D8A%3D&redirect_uri=https://shinyserver.stephlocke.com/login/oauth2/code/shinyproxy'
2019-10-23 13:45:49.234 DEBUG 1 --- [ XNIO-2 task-3] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
2019-10-23 13:45:49.235 DEBUG 1 --- [ XNIO-2 task-3] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
2019-10-23 13:45:50.031 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/css/**'
2019-10-23 13:45:50.031 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/img/**'
2019-10-23 13:45:50.031 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/js/**'
2019-10-23 13:45:50.031 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/assets/**'
2019-10-23 13:45:50.031 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/webjars/**'
2019-10-23 13:45:50.031 DEBUG 1 --- [ XNIO-2 task-4] o.s.security.web.FilterChainProxy : / at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
2019-10-23 13:45:50.032 DEBUG 1 --- [ XNIO-2 task-4] o.s.security.web.FilterChainProxy : / at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2019-10-23 13:45:50.032 DEBUG 1 --- [ XNIO-2 task-4] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
2019-10-23 13:45:50.032 DEBUG 1 --- [ XNIO-2 task-4] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: io.undertow.servlet.spec.HttpSessionImpl@6e87f8cd. A new one will be created.
2019-10-23 13:45:50.032 DEBUG 1 --- [ XNIO-2 task-4] o.s.security.web.FilterChainProxy : / at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
2019-10-23 13:45:50.032 DEBUG 1 --- [ XNIO-2 task-4] o.s.security.web.FilterChainProxy : / at position 4 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
2019-10-23 13:45:50.032 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/logout'
2019-10-23 13:45:50.032 DEBUG 1 --- [ XNIO-2 task-4] o.s.security.web.FilterChainProxy : / at position 5 of 14 in additional filter chain; firing Filter: 'OAuth2AuthorizationRequestRedirectFilter'
2019-10-23 13:45:50.032 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/oauth2/authorization/{registrationId}'
2019-10-23 13:45:50.032 DEBUG 1 --- [ XNIO-2 task-4] o.s.security.web.FilterChainProxy : / at position 6 of 14 in additional filter chain; firing Filter: 'OAuth2LoginAuthenticationFilter'
2019-10-23 13:45:50.032 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/login/oauth2/code/*'
2019-10-23 13:45:50.032 DEBUG 1 --- [ XNIO-2 task-4] o.s.security.web.FilterChainProxy : / at position 7 of 14 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
2019-10-23 13:45:50.032 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /' doesn't match 'POST /login
2019-10-23 13:45:50.033 DEBUG 1 --- [ XNIO-2 task-4] o.s.security.web.FilterChainProxy : / at position 8 of 14 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
2019-10-23 13:45:50.033 DEBUG 1 --- [ XNIO-2 task-4] o.s.security.web.FilterChainProxy : / at position 9 of 14 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
2019-10-23 13:45:50.033 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.s.DefaultSavedRequest : pathInfo: both null (property equals)
2019-10-23 13:45:50.033 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.s.DefaultSavedRequest : queryString: both null (property equals)
2019-10-23 13:45:50.033 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.s.DefaultSavedRequest : requestURI: arg1=/; arg2=/ (property equals)
2019-10-23 13:45:50.033 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.s.DefaultSavedRequest : serverPort: arg1=443; arg2=443 (property equals)
2019-10-23 13:45:50.033 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.s.DefaultSavedRequest : requestURL: arg1=https://shinyserver.stephlocke.com/; arg2=https://shinyserver.stephlocke.com/ (property equals)
2019-10-23 13:45:50.033 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.s.DefaultSavedRequest : scheme: arg1=https; arg2=https (property equals)
2019-10-23 13:45:50.033 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.s.DefaultSavedRequest : serverName: arg1=shinyserver.stephlocke.com; arg2=shinyserver.stephlocke.com (property equals)
2019-10-23 13:45:50.033 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.s.DefaultSavedRequest : contextPath: arg1=; arg2= (property equals)
2019-10-23 13:45:50.033 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.s.DefaultSavedRequest : servletPath: arg1=/; arg2=/ (property equals)
2019-10-23 13:45:50.033 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.s.HttpSessionRequestCache : Removing DefaultSavedRequest from session if present
2019-10-23 13:45:50.035 DEBUG 1 --- [ XNIO-2 task-4] o.s.security.web.FilterChainProxy : / at position 10 of 14 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
2019-10-23 13:45:50.035 DEBUG 1 --- [ XNIO-2 task-4] o.s.security.web.FilterChainProxy : / at position 11 of 14 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
2019-10-23 13:45:50.035 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@13d3c99: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff10d0: RemoteIpAddress: 10.240.0.4; SessionId: rJm-yeViaV5XkuU5PQX2cOP43Ke2qp_QuSfRq5HM; Granted Authorities: ROLE_ANONYMOUS'
2019-10-23 13:45:50.035 DEBUG 1 --- [ XNIO-2 task-4] o.s.security.web.FilterChainProxy : / at position 12 of 14 in additional filter chain; firing Filter: 'SessionManagementFilter'
2019-10-23 13:45:50.035 DEBUG 1 --- [ XNIO-2 task-4] o.s.security.web.FilterChainProxy : / at position 13 of 14 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
2019-10-23 13:45:50.035 DEBUG 1 --- [ XNIO-2 task-4] o.s.security.web.FilterChainProxy : / at position 14 of 14 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
2019-10-23 13:45:50.036 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/admin'
2019-10-23 13:45:50.036 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/login'
2019-10-23 13:45:50.036 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/signin/**'
2019-10-23 13:45:50.036 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /; Attributes: [authenticated]
2019-10-23 13:45:50.036 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@13d3c99: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff10d0: RemoteIpAddress: 10.240.0.4; SessionId: rJm-yeViaV5XkuU5PQX2cOP43Ke2qp_QuSfRq5HM; Granted Authorities: ROLE_ANONYMOUS
2019-10-23 13:45:50.036 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@4a25d13e, returned: -1
2019-10-23 13:45:50.038 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.a.ExceptionTranslationFilter : Access is denied (user is anonymous); redirecting to authentication entry point
org.springframework.security.access.AccessDeniedException: Access is denied
at org.springframework.security.access.vote.AffirmativeBased.decide(AffirmativeBased.java:84) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.access.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:233) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:124) ~[spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91) ~[spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119) ~[spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:158) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestRedirectFilter.doFilterInternal(OAuth2AuthorizationRequestRedirectFilter.java:128) [spring-security-oauth2-client-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:64) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.handlers.PathHandler.handleRequest(PathHandler.java:94) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at eu.openanalytics.containerproxy.util.ProxyMappingManager$ProxyPathHandler.handleRequest(ProxyMappingManager.java:159) [containerproxy-0.8.3.jar!/:0.8.3]
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:336) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_232]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_232]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_232]
2019-10-23 13:45:50.038 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using NegatedRequestMatcher [requestMatcher=Ant [pattern='/**/favicon.ico']]
2019-10-23 13:45:50.038 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/'; against '/**/favicon.ico'
2019-10-23 13:45:50.038 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.matcher.NegatedRequestMatcher : matches = true
2019-10-23 13:45:50.039 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using NegatedRequestMatcher [requestMatcher=MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@1c37617b, matchingMediaTypes=[application/json], useEquals=false, ignoredMediaTypes=[*/*]]]
2019-10-23 13:45:50.039 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.m.MediaTypeRequestMatcher : httpRequestMediaTypes=[text/html, application/xhtml+xml, image/webp, image/apng, application/signed-exchange;v=b3, application/xml;q=0.9, */*;q=0.8]
2019-10-23 13:45:50.040 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing text/html
2019-10-23 13:45:50.040 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith text/html = false
2019-10-23 13:45:50.040 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing application/xhtml+xml
2019-10-23 13:45:50.040 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith application/xhtml+xml = false
2019-10-23 13:45:50.040 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing image/webp
2019-10-23 13:45:50.040 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith image/webp = false
2019-10-23 13:45:50.040 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing image/apng
2019-10-23 13:45:50.040 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith image/apng = false
2019-10-23 13:45:50.040 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing application/signed-exchange;v=b3
2019-10-23 13:45:50.040 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith application/signed-exchange;v=b3 = false
2019-10-23 13:45:50.040 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing application/xml;q=0.9
2019-10-23 13:45:50.041 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith application/xml;q=0.9 = false
2019-10-23 13:45:50.041 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing */*;q=0.8
2019-10-23 13:45:50.041 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.m.MediaTypeRequestMatcher : Ignoring
2019-10-23 13:45:50.041 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.m.MediaTypeRequestMatcher : Did not match any media types
2019-10-23 13:45:50.041 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.matcher.NegatedRequestMatcher : matches = true
2019-10-23 13:45:50.041 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using NegatedRequestMatcher [requestMatcher=RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]]
2019-10-23 13:45:50.041 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.matcher.NegatedRequestMatcher : matches = true
2019-10-23 13:45:50.041 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.util.matcher.AndRequestMatcher : All requestMatchers returned true
2019-10-23 13:45:50.042 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.s.HttpSessionRequestCache : DefaultSavedRequest added to Session: DefaultSavedRequest[https://shinyserver.stephlocke.com/]
2019-10-23 13:45:50.042 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.a.ExceptionTranslationFilter : Calling Authentication entry point.
2019-10-23 13:45:50.043 DEBUG 1 --- [ XNIO-2 task-4] s.w.a.DelegatingAuthenticationEntryPoint : Trying to match using AndRequestMatcher [requestMatchers=[NegatedRequestMatcher [requestMatcher=RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]], MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@1c37617b, matchingMediaTypes=[application/xhtml+xml, image/*, text/html, text/plain], useEquals=false, ignoredMediaTypes=[*/*]]]]
2019-10-23 13:45:50.045 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using NegatedRequestMatcher [requestMatcher=RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]]
2019-10-23 13:45:50.045 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.matcher.NegatedRequestMatcher : matches = true
2019-10-23 13:45:50.045 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@1c37617b, matchingMediaTypes=[application/xhtml+xml, image/*, text/html, text/plain], useEquals=false, ignoredMediaTypes=[*/*]]
2019-10-23 13:45:50.046 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.m.MediaTypeRequestMatcher : httpRequestMediaTypes=[text/html, application/xhtml+xml, image/webp, image/apng, application/signed-exchange;v=b3, application/xml;q=0.9, */*;q=0.8]
2019-10-23 13:45:50.046 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing text/html
2019-10-23 13:45:50.046 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.m.MediaTypeRequestMatcher : application/xhtml+xml .isCompatibleWith text/html = false
2019-10-23 13:45:50.047 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.m.MediaTypeRequestMatcher : image/* .isCompatibleWith text/html = false
2019-10-23 13:45:50.047 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.u.m.MediaTypeRequestMatcher : text/html .isCompatibleWith text/html = true
2019-10-23 13:45:50.047 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.w.util.matcher.AndRequestMatcher : All requestMatchers returned true
2019-10-23 13:45:50.047 DEBUG 1 --- [ XNIO-2 task-4] s.w.a.DelegatingAuthenticationEntryPoint : Match found! Executing org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint@79e4c792
2019-10-23 13:45:50.048 DEBUG 1 --- [ XNIO-2 task-4] o.s.s.web.DefaultRedirectStrategy : Redirecting to 'https://shinyserver.stephlocke.com/login'
2019-10-23 13:45:50.048 DEBUG 1 --- [ XNIO-2 task-4] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
2019-10-23 13:45:50.049 DEBUG 1 --- [ XNIO-2 task-4] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
2019-10-23 13:45:50.076 DEBUG 1 --- [ XNIO-2 task-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/css/**'
2019-10-23 13:45:50.076 DEBUG 1 --- [ XNIO-2 task-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/img/**'
2019-10-23 13:45:50.076 DEBUG 1 --- [ XNIO-2 task-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/js/**'
2019-10-23 13:45:50.076 DEBUG 1 --- [ XNIO-2 task-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/assets/**'
2019-10-23 13:45:50.076 DEBUG 1 --- [ XNIO-2 task-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/webjars/**'
2019-10-23 13:45:50.077 DEBUG 1 --- [ XNIO-2 task-5] o.s.security.web.FilterChainProxy : /login at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
2019-10-23 13:45:50.077 DEBUG 1 --- [ XNIO-2 task-5] o.s.security.web.FilterChainProxy : /login at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2019-10-23 13:45:50.077 DEBUG 1 --- [ XNIO-2 task-5] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
2019-10-23 13:45:50.078 DEBUG 1 --- [ XNIO-2 task-5] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: io.undertow.servlet.spec.HttpSessionImpl@6e87f8cd. A new one will be created.
2019-10-23 13:45:50.078 DEBUG 1 --- [ XNIO-2 task-5] o.s.security.web.FilterChainProxy : /login at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
2019-10-23 13:45:50.078 DEBUG 1 --- [ XNIO-2 task-5] o.s.security.web.FilterChainProxy : /login at position 4 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
2019-10-23 13:45:50.078 DEBUG 1 --- [ XNIO-2 task-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/logout'
2019-10-23 13:45:50.078 DEBUG 1 --- [ XNIO-2 task-5] o.s.security.web.FilterChainProxy : /login at position 5 of 14 in additional filter chain; firing Filter: 'OAuth2AuthorizationRequestRedirectFilter'
2019-10-23 13:45:50.079 DEBUG 1 --- [ XNIO-2 task-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/oauth2/authorization/{registrationId}'
2019-10-23 13:45:50.079 DEBUG 1 --- [ XNIO-2 task-5] o.s.security.web.FilterChainProxy : /login at position 6 of 14 in additional filter chain; firing Filter: 'OAuth2LoginAuthenticationFilter'
2019-10-23 13:45:50.079 DEBUG 1 --- [ XNIO-2 task-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/login/oauth2/code/*'
2019-10-23 13:45:50.079 DEBUG 1 --- [ XNIO-2 task-5] o.s.security.web.FilterChainProxy : /login at position 7 of 14 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
2019-10-23 13:45:50.080 DEBUG 1 --- [ XNIO-2 task-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /login' doesn't match 'POST /login
2019-10-23 13:45:50.080 DEBUG 1 --- [ XNIO-2 task-5] o.s.security.web.FilterChainProxy : /login at position 8 of 14 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
2019-10-23 13:45:50.080 DEBUG 1 --- [ XNIO-2 task-5] o.s.security.web.FilterChainProxy : /login at position 9 of 14 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
2019-10-23 13:45:50.080 DEBUG 1 --- [ XNIO-2 task-5] o.s.s.w.s.DefaultSavedRequest : pathInfo: both null (property equals)
2019-10-23 13:45:50.080 DEBUG 1 --- [ XNIO-2 task-5] o.s.s.w.s.DefaultSavedRequest : queryString: both null (property equals)
2019-10-23 13:45:50.080 DEBUG 1 --- [ XNIO-2 task-5] o.s.s.w.s.DefaultSavedRequest : requestURI: arg1=/; arg2=/login (property not equals)
2019-10-23 13:45:50.081 DEBUG 1 --- [ XNIO-2 task-5] o.s.s.w.s.HttpSessionRequestCache : saved request doesn't match
2019-10-23 13:45:50.081 DEBUG 1 --- [ XNIO-2 task-5] o.s.security.web.FilterChainProxy : /login at position 10 of 14 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
2019-10-23 13:45:50.081 DEBUG 1 --- [ XNIO-2 task-5] o.s.security.web.FilterChainProxy : /login at position 11 of 14 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
2019-10-23 13:45:50.081 DEBUG 1 --- [ XNIO-2 task-5] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@13d3c99: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff10d0: RemoteIpAddress: 10.240.0.4; SessionId: rJm-yeViaV5XkuU5PQX2cOP43Ke2qp_QuSfRq5HM; Granted Authorities: ROLE_ANONYMOUS'
2019-10-23 13:45:50.081 DEBUG 1 --- [ XNIO-2 task-5] o.s.security.web.FilterChainProxy : /login at position 12 of 14 in additional filter chain; firing Filter: 'SessionManagementFilter'
2019-10-23 13:45:50.082 DEBUG 1 --- [ XNIO-2 task-5] o.s.security.web.FilterChainProxy : /login at position 13 of 14 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
2019-10-23 13:45:50.082 DEBUG 1 --- [ XNIO-2 task-5] o.s.security.web.FilterChainProxy : /login at position 14 of 14 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
2019-10-23 13:45:50.082 DEBUG 1 --- [ XNIO-2 task-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/admin'
2019-10-23 13:45:50.082 DEBUG 1 --- [ XNIO-2 task-5] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/login'
2019-10-23 13:45:50.082 DEBUG 1 --- [ XNIO-2 task-5] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /login; Attributes: [permitAll]
2019-10-23 13:45:50.083 DEBUG 1 --- [ XNIO-2 task-5] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@13d3c99: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff10d0: RemoteIpAddress: 10.240.0.4; SessionId: rJm-yeViaV5XkuU5PQX2cOP43Ke2qp_QuSfRq5HM; Granted Authorities: ROLE_ANONYMOUS
2019-10-23 13:45:50.083 DEBUG 1 --- [ XNIO-2 task-5] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@4a25d13e, returned: 1
2019-10-23 13:45:50.083 DEBUG 1 --- [ XNIO-2 task-5] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
2019-10-23 13:45:50.084 DEBUG 1 --- [ XNIO-2 task-5] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
2019-10-23 13:45:50.084 DEBUG 1 --- [ XNIO-2 task-5] o.s.security.web.FilterChainProxy : /login reached end of additional filter chain; proceeding with original chain
2019-10-23 13:45:50.085 DEBUG 1 --- [ XNIO-2 task-5] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
2019-10-23 13:45:50.086 DEBUG 1 --- [ XNIO-2 task-5] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
2019-10-23 13:45:50.086 DEBUG 1 --- [ XNIO-2 task-5] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
2019-10-23 13:45:50.106 DEBUG 1 --- [ XNIO-2 task-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/css/**'
2019-10-23 13:45:50.106 DEBUG 1 --- [ XNIO-2 task-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/img/**'
2019-10-23 13:45:50.106 DEBUG 1 --- [ XNIO-2 task-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/js/**'
2019-10-23 13:45:50.106 DEBUG 1 --- [ XNIO-2 task-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/assets/**'
2019-10-23 13:45:50.107 DEBUG 1 --- [ XNIO-2 task-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/webjars/**'
2019-10-23 13:45:50.107 DEBUG 1 --- [ XNIO-2 task-6] o.s.security.web.FilterChainProxy : /oauth2/authorization/shinyproxy at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
2019-10-23 13:45:50.107 DEBUG 1 --- [ XNIO-2 task-6] o.s.security.web.FilterChainProxy : /oauth2/authorization/shinyproxy at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2019-10-23 13:45:50.107 DEBUG 1 --- [ XNIO-2 task-6] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
2019-10-23 13:45:50.108 DEBUG 1 --- [ XNIO-2 task-6] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: io.undertow.servlet.spec.HttpSessionImpl@6e87f8cd. A new one will be created.
2019-10-23 13:45:50.108 DEBUG 1 --- [ XNIO-2 task-6] o.s.security.web.FilterChainProxy : /oauth2/authorization/shinyproxy at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
2019-10-23 13:45:50.108 DEBUG 1 --- [ XNIO-2 task-6] o.s.security.web.FilterChainProxy : /oauth2/authorization/shinyproxy at position 4 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
2019-10-23 13:45:50.108 DEBUG 1 --- [ XNIO-2 task-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/logout'
2019-10-23 13:45:50.108 DEBUG 1 --- [ XNIO-2 task-6] o.s.security.web.FilterChainProxy : /oauth2/authorization/shinyproxy at position 5 of 14 in additional filter chain; firing Filter: 'OAuth2AuthorizationRequestRedirectFilter'
2019-10-23 13:45:50.109 DEBUG 1 --- [ XNIO-2 task-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/oauth2/authorization/{registrationId}'
2019-10-23 13:45:50.109 DEBUG 1 --- [ XNIO-2 task-6] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/oauth2/authorization/{registrationId}'
2019-10-23 13:45:50.110 DEBUG 1 --- [ XNIO-2 task-6] o.s.s.web.DefaultRedirectStrategy : Redirecting to 'https://lduceademo.b2clogin.com/lduceademo.onmicrosoft.com/b2c_1_v1signinonly/oauth2/v2.0/authorize?response_type=code&client_id=a0cfc440-c766-43db-9ea8-40a1efbe22ac&scope=openid%20email&state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3D&redirect_uri=https://shinyserver.stephlocke.com/login/oauth2/code/shinyproxy'
2019-10-23 13:45:50.112 DEBUG 1 --- [ XNIO-2 task-6] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
2019-10-23 13:45:50.114 DEBUG 1 --- [ XNIO-2 task-6] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
2019-10-23 13:46:16.454 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/css/**'
2019-10-23 13:46:16.455 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/img/**'
2019-10-23 13:46:16.455 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/js/**'
2019-10-23 13:46:16.455 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/assets/**'
2019-10-23 13:46:16.455 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/webjars/**'
2019-10-23 13:46:16.455 DEBUG 1 --- [ XNIO-2 task-7] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
2019-10-23 13:46:16.455 DEBUG 1 --- [ XNIO-2 task-7] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2019-10-23 13:46:16.456 DEBUG 1 --- [ XNIO-2 task-7] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
2019-10-23 13:46:16.456 DEBUG 1 --- [ XNIO-2 task-7] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: io.undertow.servlet.spec.HttpSessionImpl@6e87f8cd. A new one will be created.
2019-10-23 13:46:16.456 DEBUG 1 --- [ XNIO-2 task-7] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
2019-10-23 13:46:16.456 DEBUG 1 --- [ XNIO-2 task-7] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 4 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
2019-10-23 13:46:16.456 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/logout'
2019-10-23 13:46:16.456 DEBUG 1 --- [ XNIO-2 task-7] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 5 of 14 in additional filter chain; firing Filter: 'OAuth2AuthorizationRequestRedirectFilter'
2019-10-23 13:46:16.456 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/oauth2/authorization/{registrationId}'
2019-10-23 13:46:16.456 DEBUG 1 --- [ XNIO-2 task-7] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 6 of 14 in additional filter chain; firing Filter: 'OAuth2LoginAuthenticationFilter'
2019-10-23 13:46:16.456 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/login/oauth2/code/*'
2019-10-23 13:46:16.456 DEBUG 1 --- [ XNIO-2 task-7] .s.o.c.w.OAuth2LoginAuthenticationFilter : Request is to process authentication
2019-10-23 13:46:16.459 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:16.459 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:16.941 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:16.942 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:17.070 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:17.071 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:17.194 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:17.194 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:17.312 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:17.313 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:17.453 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:17.453 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:17.582 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:17.582 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:17.723 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:17.723 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:17.867 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:17.867 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:18.011 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:18.011 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:18.140 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:18.140 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:18.277 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:18.277 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:18.419 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:18.419 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:18.581 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:18.582 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:18.706 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:18.706 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:18.888 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:18.888 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:19.026 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:19.026 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:19.191 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:19.191 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:19.330 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:19.330 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:19.541 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:19.541 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:19.681 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:19.681 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:19.815 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:19.815 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:19.963 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:19.963 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:20.123 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:20.123 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:20.263 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:20.263 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:20.400 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:20.400 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:20.543 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:20.543 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:20.671 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:20.672 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:20.801 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:20.802 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:20.942 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:20.942 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:21.102 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:21.103 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:21.262 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:21.262 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:21.389 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:21.389 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:21.518 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:21.518 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:21.663 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:21.663 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:21.792 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:21.793 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:21.933 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:21.933 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:22.081 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:22.082 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:22.227 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:22.227 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:22.354 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:22.354 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:22.497 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:22.497 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:22.635 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:22.635 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:22.772 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:22.772 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:22.976 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:22.976 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:23.103 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:23.103 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:23.234 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:23.235 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:23.367 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:23.369 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:23.555 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:23.555 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:23.686 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:23.686 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:23.859 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:23.859 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:24.017 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:24.017 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:24.149 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:24.149 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:24.318 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:24.318 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:24.460 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:24.461 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:24.580 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:24.581 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:24.723 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:24.723 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:24.846 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:24.846 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:24.993 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:24.993 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:25.134 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:25.134 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:25.293 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:25.293 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:25.457 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:25.457 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:25.571 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:25.571 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:25.717 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:25.717 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:25.866 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:25.866 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:25.997 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:25.998 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:26.166 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:26.166 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:26.325 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:26.325 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:26.474 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:26.474 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:26.625 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:26.625 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:26.755 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:26.755 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:26.908 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:26.908 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:27.058 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:27.058 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:27.193 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:27.193 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:27.330 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:27.330 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:27.475 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:27.475 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:27.605 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:27.605 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:27.731 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:27.732 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:27.873 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:27.873 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:27.997 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:27.998 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:28.140 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:28.141 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:28.357 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:28.357 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:28.488 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:28.488 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:28.627 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:28.627 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:28.752 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:28.752 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:28.954 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:28.954 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:29.110 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:29.110 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:29.323 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:29.323 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:29.467 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:29.467 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:29.599 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:29.599 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:29.801 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:29.801 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:29.974 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:29.974 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:30.109 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:30.110 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:30.291 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:30.291 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:30.420 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:30.420 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:30.665 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:30.665 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:30.873 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:30.873 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:31.000 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:31.000 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:31.132 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:31.133 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:31.266 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:31.266 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:31.406 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:31.406 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:31.572 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:31.572 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:31.718 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:31.718 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:31.852 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:31.852 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:32.011 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:32.011 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:32.141 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:32.141 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:32.278 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:32.278 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:32.407 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:32.407 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:32.568 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:32.569 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:32.711 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:32.711 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:32.826 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:32.826 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:32.987 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:32.987 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:33.127 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:33.128 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:33.264 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:33.264 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:33.413 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:33.413 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:33.630 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:33.630 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:33.764 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:33.764 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:33.889 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:33.889 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:34.028 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:34.028 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:34.192 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:34.192 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:34.333 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:34.333 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:34.463 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:34.463 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:34.589 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:34.590 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:34.736 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:34.737 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:34.878 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:34.878 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:35.021 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:35.022 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:35.140 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:35.140 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:35.279 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:35.279 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:35.448 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:35.448 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:35.580 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:35.580 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:35.718 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:35.718 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:35.847 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:35.847 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:35.976 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:35.976 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:36.154 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:36.154 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:36.293 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:36.293 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:36.455 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:36.455 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:36.607 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:36.607 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:36.743 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:36.743 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:36.880 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:36.880 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:37.024 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:37.024 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:37.200 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:37.200 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:37.426 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:37.426 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:37.587 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:37.587 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:37.733 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:37.734 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:37.889 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:37.889 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:38.015 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:38.015 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:38.208 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:38.208 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:38.389 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:38.389 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:38.540 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:38.540 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:38.708 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:38.709 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:38.868 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:38.869 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:39.013 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:39.013 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:39.149 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:39.149 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:39.341 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:39.341 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:39.480 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:39.480 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:39.621 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:39.622 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:39.785 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:39.785 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:39.923 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:39.923 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:40.058 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:40.058 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:40.216 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:40.216 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:40.373 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:40.373 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:40.496 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:40.496 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:40.635 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:40.635 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:40.830 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:40.830 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:40.950 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:40.950 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:41.126 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:41.126 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:41.335 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:41.336 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:41.522 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:41.522 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:41.666 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:41.666 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:41.807 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:41.807 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:41.944 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:41.944 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:42.063 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:42.064 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:42.241 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:42.242 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:42.378 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:42.378 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:42.514 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:42.514 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:42.678 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:42.678 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:42.820 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:42.821 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:42.983 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:42.984 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:43.150 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:43.150 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:43.288 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:43.288 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:43.456 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:43.456 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:43.612 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:43.612 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:43.795 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:43.795 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:43.936 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:43.936 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:44.099 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:44.099 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:44.235 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:44.235 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:44.376 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:44.376 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:44.545 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:44.545 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:44.693 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:44.693 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:44.821 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:44.821 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:45.033 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:45.033 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:45.182 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:45.182 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:45.374 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:45.374 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:45.519 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:45.519 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:45.634 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:45.634 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:45.767 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:45.767 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:45.899 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:45.899 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:46.025 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:46.025 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:46.138 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:46.139 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:46.273 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:46.273 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:46.458 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:46.458 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:46.587 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:46.587 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:46.727 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:46.727 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:46.863 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:46.863 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:47.039 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:47.039 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:47.187 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:47.187 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:47.298 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:47.298 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:47.438 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:47.438 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:47.580 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:47.581 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:47.746 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:47.746 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:47.875 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:47.875 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:48.012 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:48.012 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:48.141 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:48.141 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:48.271 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:48.271 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:48.381 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:48.381 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:48.532 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:48.532 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:48.732 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:48.733 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:48.925 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:48.925 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:49.053 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:49.053 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:49.211 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:49.211 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:49.363 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:49.363 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:49.524 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:49.524 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:49.654 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:49.655 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:49.783 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:49.783 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:49.924 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:49.924 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:50.050 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:50.051 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:50.163 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:50.163 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:50.324 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:50.324 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:50.442 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:50.442 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:50.576 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:50.576 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:50.756 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:50.756 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:50.893 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:50.893 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:51.055 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:51.055 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:51.181 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:51.181 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:51.323 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:51.323 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:51.458 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:51.459 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:51.573 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:51.573 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:51.701 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:51.701 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:51.851 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:51.851 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:51.979 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:51.979 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:52.127 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:52.127 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:52.266 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:52.266 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:52.386 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:52.386 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:52.521 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:52.521 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:52.668 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:52.668 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:52.823 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:52.823 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:52.970 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:52.970 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:53.104 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:53.104 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:53.243 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:53.243 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:53.460 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:53.460 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:53.609 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:53.609 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:53.722 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:53.723 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:53.880 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:53.880 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:54.013 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:54.014 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:54.144 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:54.144 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:54.266 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:54.266 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:54.404 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:54.404 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:54.558 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:54.558 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:54.686 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:54.686 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:54.826 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:54.826 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:54.974 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:54.974 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:55.169 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:55.170 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:55.308 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:55.308 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:55.457 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:55.458 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:55.604 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:55.604 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:55.799 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:55.799 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:55.926 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:55.926 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:56.054 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:56.054 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:56.191 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:56.192 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:56.331 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:56.331 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:56.509 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:56.509 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:56.634 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:56.634 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:56.750 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:56.750 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:56.881 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:56.881 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:57.007 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:57.007 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:57.142 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:57.142 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:57.259 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:57.259 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:57.413 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:57.413 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:57.588 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:57.588 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:57.730 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:57.730 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:57.861 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:57.861 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:57.991 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:57.991 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:58.136 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:58.136 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:58.304 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:58.305 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:58.417 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:58.417 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:58.548 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:58.548 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:58.687 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:58.687 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:58.835 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:58.835 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:58.951 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:58.951 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:59.267 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:59.267 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:59.444 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:59.444 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:59.577 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:59.577 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:59.717 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:59.717 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:59.857 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:59.857 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:46:59.979 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:46:59.979 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:00.143 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:00.143 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:00.284 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:00.284 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:00.430 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:00.430 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:00.565 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:00.565 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:00.699 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:00.699 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:00.806 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:00.806 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:00.959 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:00.959 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:01.112 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:01.112 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:01.270 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:01.270 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:01.406 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:01.406 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:01.533 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:01.533 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:01.703 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:01.703 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:01.842 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:01.842 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:01.978 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:01.978 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:02.101 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:02.102 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:02.251 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:02.251 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:02.390 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:02.390 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:02.543 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:02.544 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:02.686 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:02.686 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:02.810 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:02.810 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:02.953 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:02.954 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:03.114 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:03.114 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:03.304 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:03.304 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:03.435 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:03.435 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:03.591 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:03.591 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:03.729 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:03.729 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:03.844 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:03.844 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:03.975 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:03.975 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:04.117 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:04.117 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:04.248 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:04.248 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:04.364 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:04.364 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:04.474 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:04.474 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:04.636 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:04.636 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:04.791 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:04.791 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:04.936 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:04.936 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:05.069 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:05.069 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:05.180 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:05.180 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:05.311 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:05.311 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:05.452 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:05.452 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:05.569 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:05.569 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:05.701 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:05.702 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:05.815 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:05.815 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:05.954 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:05.954 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:06.158 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:06.158 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:06.280 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:06.280 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:06.391 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:06.391 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:06.513 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:06.513 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:06.622 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:06.622 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:06.739 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:06.739 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:06.865 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:06.865 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:06.976 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:06.980 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:07.154 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:07.155 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:07.286 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:07.286 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:07.429 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:07.429 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:07.549 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:07.550 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:07.740 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:07.740 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:07.872 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:07.872 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:08.007 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:08.008 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:08.204 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:08.204 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:08.333 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:08.333 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:08.439 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:08.439 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:08.581 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:08.581 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:08.706 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:08.706 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:08.832 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:08.832 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:08.973 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:08.974 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:09.097 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:09.097 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:09.251 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:09.252 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:09.365 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:09.366 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:09.529 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:09.529 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:09.694 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:09.694 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:09.826 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:09.826 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:09.965 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:09.965 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:10.113 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:10.114 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:10.262 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:10.262 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:10.379 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:10.379 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:10.514 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:10.514 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:10.644 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:10.644 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:10.792 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:10.792 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:10.907 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:10.907 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:11.068 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:11.068 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:11.210 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:11.210 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:11.337 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:11.337 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:11.488 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:11.489 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:11.614 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:11.614 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:11.742 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:11.742 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:11.877 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:11.877 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:11.992 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:11.992 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:12.122 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:12.122 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:12.269 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:12.270 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:12.408 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:12.408 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:12.568 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:12.568 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:12.681 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:12.681 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:12.846 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:12.846 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:12.983 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:12.983 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:13.100 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:13.100 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:13.208 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:13.208 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:13.345 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:13.346 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:13.461 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:13.461 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:13.599 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:13.599 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:13.726 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:13.726 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:13.863 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:13.863 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:14.004 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:14.004 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:14.132 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:14.132 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:14.287 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:14.288 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:14.419 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:14.419 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:14.526 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:14.526 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:14.670 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:14.670 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:14.783 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:14.783 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:14.926 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:14.927 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:15.164 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:15.164 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:15.285 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:15.285 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:15.525 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:15.525 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:15.646 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:15.646 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:15.781 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:15.781 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:15.921 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:15.921 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:16.092 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:16.092 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:16.259 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:16.259 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:16.399 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:16.399 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:16.463 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/css/**'
2019-10-23 13:47:16.463 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/img/**'
2019-10-23 13:47:16.463 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/js/**'
2019-10-23 13:47:16.463 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/assets/**'
2019-10-23 13:47:16.464 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/webjars/**'
2019-10-23 13:47:16.464 DEBUG 1 --- [ XNIO-2 task-8] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
2019-10-23 13:47:16.464 DEBUG 1 --- [ XNIO-2 task-8] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2019-10-23 13:47:16.464 DEBUG 1 --- [ XNIO-2 task-8] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
2019-10-23 13:47:16.464 DEBUG 1 --- [ XNIO-2 task-8] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: io.undertow.servlet.spec.HttpSessionImpl@6e87f8cd. A new one will be created.
2019-10-23 13:47:16.464 DEBUG 1 --- [ XNIO-2 task-8] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
2019-10-23 13:47:16.464 DEBUG 1 --- [ XNIO-2 task-8] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 4 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
2019-10-23 13:47:16.464 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/logout'
2019-10-23 13:47:16.465 DEBUG 1 --- [ XNIO-2 task-8] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 5 of 14 in additional filter chain; firing Filter: 'OAuth2AuthorizationRequestRedirectFilter'
2019-10-23 13:47:16.465 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/oauth2/authorization/{registrationId}'
2019-10-23 13:47:16.465 DEBUG 1 --- [ XNIO-2 task-8] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 6 of 14 in additional filter chain; firing Filter: 'OAuth2LoginAuthenticationFilter'
2019-10-23 13:47:16.465 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/login/oauth2/code/*'
2019-10-23 13:47:16.465 DEBUG 1 --- [ XNIO-2 task-8] .s.o.c.w.OAuth2LoginAuthenticationFilter : Request is to process authentication
2019-10-23 13:47:16.466 DEBUG 1 --- [ XNIO-2 task-8] .s.o.c.w.OAuth2LoginAuthenticationFilter : Authentication request failed: org.springframework.security.oauth2.core.OAuth2AuthenticationException: [authorization_request_not_found]
org.springframework.security.oauth2.core.OAuth2AuthenticationException: [authorization_request_not_found]
at org.springframework.security.oauth2.client.web.OAuth2LoginAuthenticationFilter.attemptAuthentication(OAuth2LoginAuthenticationFilter.java:145) ~[spring-security-oauth2-client-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:212) ~[spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestRedirectFilter.doFilterInternal(OAuth2AuthorizationRequestRedirectFilter.java:128) [spring-security-oauth2-client-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:64) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.handlers.PathHandler.handleRequest(PathHandler.java:94) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at eu.openanalytics.containerproxy.util.ProxyMappingManager$ProxyPathHandler.handleRequest(ProxyMappingManager.java:159) [containerproxy-0.8.3.jar!/:0.8.3]
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:336) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_232]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_232]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_232]
2019-10-23 13:47:16.467 DEBUG 1 --- [ XNIO-2 task-8] .s.o.c.w.OAuth2LoginAuthenticationFilter : Updated SecurityContextHolder to contain null Authentication
2019-10-23 13:47:16.467 DEBUG 1 --- [ XNIO-2 task-8] .s.o.c.w.OAuth2LoginAuthenticationFilter : Delegating to authentication failure handler org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler@64fd5467
2019-10-23 13:47:16.467 DEBUG 1 --- [ XNIO-2 task-8] .a.SimpleUrlAuthenticationFailureHandler : Redirecting to /login?error
2019-10-23 13:47:16.467 DEBUG 1 --- [ XNIO-2 task-8] o.s.s.web.DefaultRedirectStrategy : Redirecting to '/login?error'
2019-10-23 13:47:16.468 DEBUG 1 --- [ XNIO-2 task-8] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
2019-10-23 13:47:16.468 DEBUG 1 --- [ XNIO-2 task-8] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
2019-10-23 13:47:16.487 DEBUG 1 --- [ XNIO-2 task-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/css/**'
2019-10-23 13:47:16.487 DEBUG 1 --- [ XNIO-2 task-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/img/**'
2019-10-23 13:47:16.487 DEBUG 1 --- [ XNIO-2 task-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/js/**'
2019-10-23 13:47:16.487 DEBUG 1 --- [ XNIO-2 task-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/assets/**'
2019-10-23 13:47:16.487 DEBUG 1 --- [ XNIO-2 task-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/webjars/**'
2019-10-23 13:47:16.487 DEBUG 1 --- [ XNIO-2 task-9] o.s.security.web.FilterChainProxy : /login?error at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
2019-10-23 13:47:16.487 DEBUG 1 --- [ XNIO-2 task-9] o.s.security.web.FilterChainProxy : /login?error at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2019-10-23 13:47:16.487 DEBUG 1 --- [ XNIO-2 task-9] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
2019-10-23 13:47:16.487 DEBUG 1 --- [ XNIO-2 task-9] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: io.undertow.servlet.spec.HttpSessionImpl@6e87f8cd. A new one will be created.
2019-10-23 13:47:16.488 DEBUG 1 --- [ XNIO-2 task-9] o.s.security.web.FilterChainProxy : /login?error at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
2019-10-23 13:47:16.488 DEBUG 1 --- [ XNIO-2 task-9] o.s.security.web.FilterChainProxy : /login?error at position 4 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
2019-10-23 13:47:16.488 DEBUG 1 --- [ XNIO-2 task-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/logout'
2019-10-23 13:47:16.488 DEBUG 1 --- [ XNIO-2 task-9] o.s.security.web.FilterChainProxy : /login?error at position 5 of 14 in additional filter chain; firing Filter: 'OAuth2AuthorizationRequestRedirectFilter'
2019-10-23 13:47:16.490 DEBUG 1 --- [ XNIO-2 task-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/oauth2/authorization/{registrationId}'
2019-10-23 13:47:16.490 DEBUG 1 --- [ XNIO-2 task-9] o.s.security.web.FilterChainProxy : /login?error at position 6 of 14 in additional filter chain; firing Filter: 'OAuth2LoginAuthenticationFilter'
2019-10-23 13:47:16.490 DEBUG 1 --- [ XNIO-2 task-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/login/oauth2/code/*'
2019-10-23 13:47:16.490 DEBUG 1 --- [ XNIO-2 task-9] o.s.security.web.FilterChainProxy : /login?error at position 7 of 14 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
2019-10-23 13:47:16.490 DEBUG 1 --- [ XNIO-2 task-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /login' doesn't match 'POST /login
2019-10-23 13:47:16.490 DEBUG 1 --- [ XNIO-2 task-9] o.s.security.web.FilterChainProxy : /login?error at position 8 of 14 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
2019-10-23 13:47:16.490 DEBUG 1 --- [ XNIO-2 task-9] o.s.security.web.FilterChainProxy : /login?error at position 9 of 14 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
2019-10-23 13:47:16.490 DEBUG 1 --- [ XNIO-2 task-9] o.s.s.w.s.DefaultSavedRequest : pathInfo: both null (property equals)
2019-10-23 13:47:16.490 DEBUG 1 --- [ XNIO-2 task-9] o.s.s.w.s.DefaultSavedRequest : queryString: arg1=null; arg2=error (property not equals)
2019-10-23 13:47:16.490 DEBUG 1 --- [ XNIO-2 task-9] o.s.s.w.s.HttpSessionRequestCache : saved request doesn't match
2019-10-23 13:47:16.490 DEBUG 1 --- [ XNIO-2 task-9] o.s.security.web.FilterChainProxy : /login?error at position 10 of 14 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
2019-10-23 13:47:16.490 DEBUG 1 --- [ XNIO-2 task-9] o.s.security.web.FilterChainProxy : /login?error at position 11 of 14 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
2019-10-23 13:47:16.491 DEBUG 1 --- [ XNIO-2 task-9] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@13d3c99: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff10d0: RemoteIpAddress: 10.240.0.4; SessionId: rJm-yeViaV5XkuU5PQX2cOP43Ke2qp_QuSfRq5HM; Granted Authorities: ROLE_ANONYMOUS'
2019-10-23 13:47:16.491 DEBUG 1 --- [ XNIO-2 task-9] o.s.security.web.FilterChainProxy : /login?error at position 12 of 14 in additional filter chain; firing Filter: 'SessionManagementFilter'
2019-10-23 13:47:16.491 DEBUG 1 --- [ XNIO-2 task-9] o.s.security.web.FilterChainProxy : /login?error at position 13 of 14 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
2019-10-23 13:47:16.491 DEBUG 1 --- [ XNIO-2 task-9] o.s.security.web.FilterChainProxy : /login?error at position 14 of 14 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
2019-10-23 13:47:16.491 DEBUG 1 --- [ XNIO-2 task-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/admin'
2019-10-23 13:47:16.491 DEBUG 1 --- [ XNIO-2 task-9] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/login'
2019-10-23 13:47:16.491 DEBUG 1 --- [ XNIO-2 task-9] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /login?error; Attributes: [permitAll]
2019-10-23 13:47:16.491 DEBUG 1 --- [ XNIO-2 task-9] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@13d3c99: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff10d0: RemoteIpAddress: 10.240.0.4; SessionId: rJm-yeViaV5XkuU5PQX2cOP43Ke2qp_QuSfRq5HM; Granted Authorities: ROLE_ANONYMOUS
2019-10-23 13:47:16.491 DEBUG 1 --- [ XNIO-2 task-9] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@4a25d13e, returned: 1
2019-10-23 13:47:16.491 DEBUG 1 --- [ XNIO-2 task-9] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
2019-10-23 13:47:16.491 DEBUG 1 --- [ XNIO-2 task-9] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
2019-10-23 13:47:16.491 DEBUG 1 --- [ XNIO-2 task-9] o.s.security.web.FilterChainProxy : /login?error reached end of additional filter chain; proceeding with original chain
2019-10-23 13:47:16.493 DEBUG 1 --- [ XNIO-2 task-9] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
2019-10-23 13:47:16.494 DEBUG 1 --- [ XNIO-2 task-9] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
2019-10-23 13:47:16.495 DEBUG 1 --- [ XNIO-2 task-9] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
2019-10-23 13:47:16.512 DEBUG 1 --- [ XNIO-2 task-10] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/css/**'
2019-10-23 13:47:16.512 DEBUG 1 --- [ XNIO-2 task-10] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/img/**'
2019-10-23 13:47:16.512 DEBUG 1 --- [ XNIO-2 task-10] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/js/**'
2019-10-23 13:47:16.512 DEBUG 1 --- [ XNIO-2 task-10] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/assets/**'
2019-10-23 13:47:16.512 DEBUG 1 --- [ XNIO-2 task-10] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/webjars/**'
2019-10-23 13:47:16.512 DEBUG 1 --- [ XNIO-2 task-10] o.s.security.web.FilterChainProxy : /oauth2/authorization/shinyproxy at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
2019-10-23 13:47:16.512 DEBUG 1 --- [ XNIO-2 task-10] o.s.security.web.FilterChainProxy : /oauth2/authorization/shinyproxy at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2019-10-23 13:47:16.513 DEBUG 1 --- [ XNIO-2 task-10] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
2019-10-23 13:47:16.513 DEBUG 1 --- [ XNIO-2 task-10] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: io.undertow.servlet.spec.HttpSessionImpl@6e87f8cd. A new one will be created.
2019-10-23 13:47:16.513 DEBUG 1 --- [ XNIO-2 task-10] o.s.security.web.FilterChainProxy : /oauth2/authorization/shinyproxy at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
2019-10-23 13:47:16.513 DEBUG 1 --- [ XNIO-2 task-10] o.s.security.web.FilterChainProxy : /oauth2/authorization/shinyproxy at position 4 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
2019-10-23 13:47:16.513 DEBUG 1 --- [ XNIO-2 task-10] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/logout'
2019-10-23 13:47:16.513 DEBUG 1 --- [ XNIO-2 task-10] o.s.security.web.FilterChainProxy : /oauth2/authorization/shinyproxy at position 5 of 14 in additional filter chain; firing Filter: 'OAuth2AuthorizationRequestRedirectFilter'
2019-10-23 13:47:16.514 DEBUG 1 --- [ XNIO-2 task-10] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/oauth2/authorization/{registrationId}'
2019-10-23 13:47:16.514 DEBUG 1 --- [ XNIO-2 task-10] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/oauth2/authorization/{registrationId}'
2019-10-23 13:47:16.515 DEBUG 1 --- [ XNIO-2 task-10] o.s.s.web.DefaultRedirectStrategy : Redirecting to 'https://lduceademo.b2clogin.com/lduceademo.onmicrosoft.com/b2c_1_v1signinonly/oauth2/v2.0/authorize?response_type=code&client_id=a0cfc440-c766-43db-9ea8-40a1efbe22ac&scope=openid%20email&state=2LmyVVgn1d9EMv-la56YqYULWP1R5-BJcVP5Ir4iQRk%3D&redirect_uri=https://shinyserver.stephlocke.com/login/oauth2/code/shinyproxy'
2019-10-23 13:47:16.516 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:16.516 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:16.517 DEBUG 1 --- [ XNIO-2 task-10] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
2019-10-23 13:47:16.521 DEBUG 1 --- [ XNIO-2 task-10] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
2019-10-23 13:47:16.748 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:16.748 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:16.891 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:16.891 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:16.957 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/css/**'
2019-10-23 13:47:16.958 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/img/**'
2019-10-23 13:47:16.958 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/js/**'
2019-10-23 13:47:16.958 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/assets/**'
2019-10-23 13:47:16.958 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/webjars/**'
2019-10-23 13:47:16.958 DEBUG 1 --- [ XNIO-2 task-11] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=2LmyVVgn1d9EMv-la56YqYULWP1R5-BJcVP5Ir4iQRk%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..bC6FvrWk8LvYKpHU.ctqIXDqV8KAFI1XfUDmMWcHiE2NJnMFsx6h-9JJBW83BAqZ8CmEux8QxrlGxlWVyartI8_Cn3tRvA4k4w-JnmklmWV7UOEQxJGAoQsBuytkn8I461ilgtI1RDukzGeay1nJ1Lm-q2s9z13UBm2NuyXQGZA4sGGEO-JAupgcGiKLhKXk6afbgsQh2DQ6vutz5TMmOarJjenCwFZVUiiYtZ84l_xF3dITjE0vC_89lsIn16E3aQa7a31tjfv-Ndlu2K26Vj1nkGLqfVlqPx5MBIgH0X6pNKlbuCJ_nK_HmR1MPXiGLjmruoNeEADvxMRMJdCuDJ5WG7vGH7cfavNMEzup7yVY7w9sgD7H7TpxZOuG0FpEkYUFLdwxZkhf01dJ59MyWaOPbw9d-AEma47foawEeTiosR2XOPFJHBJnIByYE-LamG9nh1zoW-Ay08SZva84aeXhvctlg8Xc-DbCZmtomfEHnug.r954JJxEb3-t9Rjm_8zT2A at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
2019-10-23 13:47:16.958 DEBUG 1 --- [ XNIO-2 task-11] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=2LmyVVgn1d9EMv-la56YqYULWP1R5-BJcVP5Ir4iQRk%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..bC6FvrWk8LvYKpHU.ctqIXDqV8KAFI1XfUDmMWcHiE2NJnMFsx6h-9JJBW83BAqZ8CmEux8QxrlGxlWVyartI8_Cn3tRvA4k4w-JnmklmWV7UOEQxJGAoQsBuytkn8I461ilgtI1RDukzGeay1nJ1Lm-q2s9z13UBm2NuyXQGZA4sGGEO-JAupgcGiKLhKXk6afbgsQh2DQ6vutz5TMmOarJjenCwFZVUiiYtZ84l_xF3dITjE0vC_89lsIn16E3aQa7a31tjfv-Ndlu2K26Vj1nkGLqfVlqPx5MBIgH0X6pNKlbuCJ_nK_HmR1MPXiGLjmruoNeEADvxMRMJdCuDJ5WG7vGH7cfavNMEzup7yVY7w9sgD7H7TpxZOuG0FpEkYUFLdwxZkhf01dJ59MyWaOPbw9d-AEma47foawEeTiosR2XOPFJHBJnIByYE-LamG9nh1zoW-Ay08SZva84aeXhvctlg8Xc-DbCZmtomfEHnug.r954JJxEb3-t9Rjm_8zT2A at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2019-10-23 13:47:16.959 DEBUG 1 --- [ XNIO-2 task-11] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
2019-10-23 13:47:16.959 DEBUG 1 --- [ XNIO-2 task-11] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: io.undertow.servlet.spec.HttpSessionImpl@6e87f8cd. A new one will be created.
2019-10-23 13:47:16.959 DEBUG 1 --- [ XNIO-2 task-11] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=2LmyVVgn1d9EMv-la56YqYULWP1R5-BJcVP5Ir4iQRk%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..bC6FvrWk8LvYKpHU.ctqIXDqV8KAFI1XfUDmMWcHiE2NJnMFsx6h-9JJBW83BAqZ8CmEux8QxrlGxlWVyartI8_Cn3tRvA4k4w-JnmklmWV7UOEQxJGAoQsBuytkn8I461ilgtI1RDukzGeay1nJ1Lm-q2s9z13UBm2NuyXQGZA4sGGEO-JAupgcGiKLhKXk6afbgsQh2DQ6vutz5TMmOarJjenCwFZVUiiYtZ84l_xF3dITjE0vC_89lsIn16E3aQa7a31tjfv-Ndlu2K26Vj1nkGLqfVlqPx5MBIgH0X6pNKlbuCJ_nK_HmR1MPXiGLjmruoNeEADvxMRMJdCuDJ5WG7vGH7cfavNMEzup7yVY7w9sgD7H7TpxZOuG0FpEkYUFLdwxZkhf01dJ59MyWaOPbw9d-AEma47foawEeTiosR2XOPFJHBJnIByYE-LamG9nh1zoW-Ay08SZva84aeXhvctlg8Xc-DbCZmtomfEHnug.r954JJxEb3-t9Rjm_8zT2A at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
2019-10-23 13:47:16.959 DEBUG 1 --- [ XNIO-2 task-11] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=2LmyVVgn1d9EMv-la56YqYULWP1R5-BJcVP5Ir4iQRk%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..bC6FvrWk8LvYKpHU.ctqIXDqV8KAFI1XfUDmMWcHiE2NJnMFsx6h-9JJBW83BAqZ8CmEux8QxrlGxlWVyartI8_Cn3tRvA4k4w-JnmklmWV7UOEQxJGAoQsBuytkn8I461ilgtI1RDukzGeay1nJ1Lm-q2s9z13UBm2NuyXQGZA4sGGEO-JAupgcGiKLhKXk6afbgsQh2DQ6vutz5TMmOarJjenCwFZVUiiYtZ84l_xF3dITjE0vC_89lsIn16E3aQa7a31tjfv-Ndlu2K26Vj1nkGLqfVlqPx5MBIgH0X6pNKlbuCJ_nK_HmR1MPXiGLjmruoNeEADvxMRMJdCuDJ5WG7vGH7cfavNMEzup7yVY7w9sgD7H7TpxZOuG0FpEkYUFLdwxZkhf01dJ59MyWaOPbw9d-AEma47foawEeTiosR2XOPFJHBJnIByYE-LamG9nh1zoW-Ay08SZva84aeXhvctlg8Xc-DbCZmtomfEHnug.r954JJxEb3-t9Rjm_8zT2A at position 4 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
2019-10-23 13:47:16.959 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/logout'
2019-10-23 13:47:16.959 DEBUG 1 --- [ XNIO-2 task-11] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=2LmyVVgn1d9EMv-la56YqYULWP1R5-BJcVP5Ir4iQRk%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..bC6FvrWk8LvYKpHU.ctqIXDqV8KAFI1XfUDmMWcHiE2NJnMFsx6h-9JJBW83BAqZ8CmEux8QxrlGxlWVyartI8_Cn3tRvA4k4w-JnmklmWV7UOEQxJGAoQsBuytkn8I461ilgtI1RDukzGeay1nJ1Lm-q2s9z13UBm2NuyXQGZA4sGGEO-JAupgcGiKLhKXk6afbgsQh2DQ6vutz5TMmOarJjenCwFZVUiiYtZ84l_xF3dITjE0vC_89lsIn16E3aQa7a31tjfv-Ndlu2K26Vj1nkGLqfVlqPx5MBIgH0X6pNKlbuCJ_nK_HmR1MPXiGLjmruoNeEADvxMRMJdCuDJ5WG7vGH7cfavNMEzup7yVY7w9sgD7H7TpxZOuG0FpEkYUFLdwxZkhf01dJ59MyWaOPbw9d-AEma47foawEeTiosR2XOPFJHBJnIByYE-LamG9nh1zoW-Ay08SZva84aeXhvctlg8Xc-DbCZmtomfEHnug.r954JJxEb3-t9Rjm_8zT2A at position 5 of 14 in additional filter chain; firing Filter: 'OAuth2AuthorizationRequestRedirectFilter'
2019-10-23 13:47:16.959 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/oauth2/authorization/{registrationId}'
2019-10-23 13:47:16.959 DEBUG 1 --- [ XNIO-2 task-11] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=2LmyVVgn1d9EMv-la56YqYULWP1R5-BJcVP5Ir4iQRk%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..bC6FvrWk8LvYKpHU.ctqIXDqV8KAFI1XfUDmMWcHiE2NJnMFsx6h-9JJBW83BAqZ8CmEux8QxrlGxlWVyartI8_Cn3tRvA4k4w-JnmklmWV7UOEQxJGAoQsBuytkn8I461ilgtI1RDukzGeay1nJ1Lm-q2s9z13UBm2NuyXQGZA4sGGEO-JAupgcGiKLhKXk6afbgsQh2DQ6vutz5TMmOarJjenCwFZVUiiYtZ84l_xF3dITjE0vC_89lsIn16E3aQa7a31tjfv-Ndlu2K26Vj1nkGLqfVlqPx5MBIgH0X6pNKlbuCJ_nK_HmR1MPXiGLjmruoNeEADvxMRMJdCuDJ5WG7vGH7cfavNMEzup7yVY7w9sgD7H7TpxZOuG0FpEkYUFLdwxZkhf01dJ59MyWaOPbw9d-AEma47foawEeTiosR2XOPFJHBJnIByYE-LamG9nh1zoW-Ay08SZva84aeXhvctlg8Xc-DbCZmtomfEHnug.r954JJxEb3-t9Rjm_8zT2A at position 6 of 14 in additional filter chain; firing Filter: 'OAuth2LoginAuthenticationFilter'
2019-10-23 13:47:16.959 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/login/oauth2/code/*'
2019-10-23 13:47:16.959 DEBUG 1 --- [ XNIO-2 task-11] .s.o.c.w.OAuth2LoginAuthenticationFilter : Request is to process authentication
2019-10-23 13:47:16.959 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:16.959 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:17.043 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:17.043 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:17.173 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:17.173 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:17.297 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:17.297 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:17.301 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:17.301 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:17.432 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:17.432 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:17.448 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:17.448 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:17.558 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:17.558 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:17.697 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:17.697 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:17.700 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:17.701 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:17.873 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:17.873 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:17.935 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:17.935 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:18.051 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:18.051 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:18.089 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:18.089 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:18.204 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:18.204 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:18.237 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:18.237 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:18.324 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:18.324 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:18.350 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:18.350 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:18.460 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:18.460 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:18.488 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:18.488 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:18.606 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:18.606 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:18.696 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:18.696 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:18.739 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:18.739 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:18.815 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:18.815 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:18.860 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:18.860 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:18.961 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:18.961 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:18.997 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:18.997 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:19.133 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:19.134 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:19.142 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:19.142 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:19.287 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:19.287 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:19.297 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:19.297 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:19.393 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:19.393 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:19.451 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:19.451 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:19.559 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:19.560 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:19.606 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:19.606 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:19.673 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:19.673 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:19.727 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:19.727 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:19.804 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:19.804 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:19.838 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:19.838 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:19.932 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:19.933 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:19.977 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:19.977 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:20.094 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:20.094 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:20.113 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:20.113 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:20.226 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:20.226 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:20.240 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:20.240 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:20.364 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:20.364 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:20.378 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:20.378 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:20.480 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:20.480 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:20.572 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:20.572 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:20.624 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:20.624 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:20.750 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:20.750 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:20.771 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:20.771 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:20.862 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:20.862 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:20.901 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:20.901 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:20.989 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:20.989 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:21.041 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:21.041 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:21.119 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:21.119 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:21.194 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:21.194 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:21.256 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:21.256 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:21.359 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:21.359 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:21.407 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:21.408 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:21.510 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:21.510 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:21.518 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:21.518 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:21.654 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:21.655 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:21.665 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:21.666 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:21.801 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:21.801 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:21.813 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:21.813 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:21.936 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:21.936 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:21.975 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:21.975 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:22.077 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:22.077 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:22.105 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:22.105 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:22.200 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:22.200 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:22.236 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:22.236 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:22.329 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:22.329 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:22.416 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:22.416 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:22.456 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:22.456 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:22.524 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:22.524 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:22.578 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:22.578 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:22.632 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:22.632 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:22.682 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:22.682 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:22.768 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:22.768 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:22.794 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:22.794 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:22.909 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:22.909 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:22.915 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:22.915 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:23.049 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:23.049 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:23.076 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:23.076 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:23.213 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:23.213 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:23.254 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:23.254 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:23.339 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:23.339 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:23.395 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:23.395 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:23.454 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:23.454 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:23.515 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:23.515 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:23.568 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:23.568 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:23.651 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:23.651 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:23.699 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:23.699 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:23.800 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:23.800 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:23.834 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:23.834 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:23.924 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:23.924 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:23.951 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:23.951 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:24.062 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:24.062 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:24.093 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:24.093 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:24.197 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:24.197 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:24.217 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:24.217 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:24.339 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:24.340 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:24.418 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:24.418 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:24.470 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:24.470 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:24.600 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:24.600 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:24.603 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:24.604 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:24.733 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:24.733 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:24.801 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:24.801 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:24.837 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:24.837 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:24.964 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:24.964 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:24.965 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:24.965 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:25.103 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:25.103 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:25.112 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:25.112 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:25.230 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:25.230 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:25.232 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:25.232 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:25.360 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:25.360 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:25.385 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:25.385 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:25.496 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:25.496 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:25.533 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:25.533 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:25.629 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:25.629 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:25.697 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:25.697 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:25.755 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:25.756 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:25.860 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:25.860 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:25.863 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:25.864 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:25.972 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:25.972 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:25.972 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:25.984 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:26.113 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:26.113 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:26.148 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:26.148 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:26.263 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:26.263 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:26.318 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:26.318 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:26.391 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:26.391 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:26.522 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:26.522 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:26.523 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:26.523 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:26.633 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:26.633 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:26.732 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:26.732 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:26.749 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:26.750 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:26.866 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:26.866 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:26.922 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:26.922 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:26.981 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:26.981 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:27.062 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:27.062 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:27.123 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:27.123 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:27.202 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:27.202 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:27.274 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:27.274 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:27.354 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:27.354 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:27.420 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:27.420 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:27.504 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:27.504 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:27.550 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:27.550 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:27.644 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:27.644 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:27.672 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:27.672 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:27.774 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:27.774 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:27.780 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:27.780 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:27.901 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:27.901 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:27.908 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:27.908 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:28.034 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:28.034 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:28.056 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:28.056 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:28.169 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:28.169 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:28.178 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:28.178 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:28.279 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:28.279 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:28.287 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:28.287 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:28.401 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:28.401 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:28.419 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:28.419 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:28.530 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:28.530 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:28.547 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:28.547 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:28.684 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:28.684 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:28.771 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:28.771 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:28.798 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:28.798 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:28.915 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:28.915 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:28.938 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:28.938 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:29.078 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:29.078 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:29.084 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:29.085 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:29.209 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:29.209 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:29.234 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:29.234 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:29.338 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:29.339 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:29.344 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:29.344 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:29.497 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:29.497 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:29.531 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:29.531 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:29.652 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:29.652 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:29.704 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:29.704 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:29.780 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:29.780 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:29.834 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:29.834 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:29.905 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:29.905 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:29.983 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:29.983 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:30.048 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:30.048 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:30.118 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:30.118 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:30.188 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:30.188 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:30.253 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:30.253 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:30.298 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:30.298 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:30.388 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:30.388 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:30.427 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:30.427 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:30.520 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:30.520 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:30.544 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:30.544 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:30.638 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:30.638 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:30.696 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:30.696 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:30.767 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:30.767 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:30.815 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:30.815 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:30.904 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:30.904 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:30.945 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:30.945 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:31.035 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:31.035 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:31.052 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:31.053 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:31.162 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:31.162 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:31.170 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:31.170 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:31.300 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:31.300 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:31.310 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:31.310 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:31.440 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:31.441 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:31.454 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:31.454 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:31.571 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:31.572 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:31.709 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:31.709 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:31.739 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:31.739 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:31.847 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:31.847 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:31.860 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:31.860 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:31.987 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:31.987 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:32.016 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:32.016 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:32.100 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:32.100 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:32.131 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:32.131 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:32.213 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:32.213 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:32.272 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:32.272 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:32.342 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:32.342 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:32.432 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:32.432 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:32.479 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:32.479 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:32.548 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:32.548 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:32.585 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:32.585 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:32.678 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:32.678 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:32.702 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:32.702 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:32.811 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:32.811 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:32.816 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:32.816 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:32.950 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:32.951 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:32.962 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:32.962 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:33.056 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:33.056 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:33.097 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:33.097 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:33.165 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:33.165 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:33.236 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:33.237 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:33.291 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:33.291 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:33.374 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:33.374 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:33.413 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:33.413 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:33.507 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:33.507 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:33.542 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:33.542 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:33.648 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:33.648 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:33.687 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:33.687 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:33.787 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:33.787 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:33.800 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:33.800 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:33.904 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:33.904 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:33.961 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:33.961 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:34.030 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:34.030 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:34.082 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:34.082 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:34.156 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:34.156 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:34.213 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:34.213 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:34.304 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:34.304 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:34.384 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:34.384 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:34.426 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:34.426 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:34.522 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:34.523 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:34.565 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:34.565 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:34.641 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:34.641 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:34.691 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:34.691 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:34.757 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:34.757 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:34.823 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:34.823 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:34.876 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:34.877 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:34.984 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:34.984 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:35.018 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:35.018 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:35.151 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:35.151 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:35.172 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:35.172 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:35.316 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:35.316 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:35.345 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:35.345 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:35.439 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:35.440 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:35.497 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:35.497 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:35.563 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:35.564 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:35.643 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:35.643 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:35.702 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:35.702 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:35.775 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:35.775 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:35.842 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:35.842 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:35.911 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:35.911 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:35.957 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:35.957 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:36.035 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:36.035 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:36.089 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:36.089 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:36.155 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:36.155 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:36.282 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:36.282 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:36.292 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:36.292 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:36.406 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:36.406 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:36.412 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:36.412 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:36.527 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:36.527 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:36.545 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:36.545 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:36.650 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:36.650 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:36.683 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:36.683 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:36.801 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:36.801 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:36.827 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:36.827 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:36.953 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:36.953 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:36.967 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:36.967 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:37.064 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:37.064 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:37.096 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:37.096 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:37.177 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:37.177 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:37.243 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:37.244 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:37.291 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:37.291 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:37.366 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:37.366 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:37.397 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:37.397 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:37.502 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:37.502 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:37.516 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:37.516 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:37.624 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:37.624 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:37.646 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:37.646 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:37.746 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:37.746 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:37.796 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:37.796 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:37.880 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:37.880 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:37.932 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:37.932 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:38.010 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:38.010 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:38.068 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:38.068 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:38.142 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:38.142 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:38.200 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:38.200 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:38.290 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:38.290 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:38.339 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:38.339 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:38.418 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:38.418 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:38.452 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:38.452 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:38.552 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:38.552 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:38.576 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:38.576 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:38.666 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:38.666 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:38.718 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:38.718 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:38.804 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:38.804 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:38.921 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:38.921 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:38.934 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:38.934 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:39.043 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:39.043 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:39.058 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:39.058 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:39.188 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:39.188 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:39.190 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:39.192 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:39.337 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:39.337 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:39.324 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:39.337 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:39.468 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:39.468 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:39.481 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:39.482 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:39.618 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:39.618 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:39.674 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:39.674 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:39.740 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:39.740 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:39.786 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:39.786 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:39.843 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:39.843 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:39.884 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:39.884 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:39.948 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:39.948 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:40.019 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:40.019 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:40.088 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:40.089 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:40.199 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:40.199 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:40.306 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:40.306 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:40.444 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:40.444 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:40.538 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:40.538 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:40.625 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:40.625 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:40.667 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:40.667 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:40.778 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:40.779 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:40.798 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:40.798 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:40.914 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:40.914 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:40.929 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:40.929 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:41.040 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:41.040 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:41.052 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:41.052 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:41.188 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:41.189 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:41.217 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:41.217 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:41.316 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:41.316 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:41.345 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:41.345 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:41.470 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:41.470 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:41.502 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:41.503 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:41.609 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:41.609 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:41.637 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:41.637 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:41.741 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:41.741 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:41.765 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:41.765 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:41.851 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:41.851 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:41.902 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:41.903 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:41.995 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:41.995 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:42.037 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:42.037 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:42.187 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:42.187 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:42.200 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:42.200 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:42.318 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:42.318 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:42.319 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:42.319 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:42.442 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:42.442 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:42.445 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:42.445 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:42.551 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:42.551 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:42.553 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:42.553 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:42.690 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:42.690 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:42.699 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:42.699 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:42.829 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:42.829 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:42.843 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:42.843 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:42.959 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:42.959 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:42.959 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:42.959 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:43.082 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:43.082 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:43.121 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:43.121 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:43.200 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:43.200 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:43.273 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:43.273 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:43.411 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:43.411 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:43.420 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:43.420 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:43.551 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:43.551 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:43.590 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:43.590 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:43.679 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:43.679 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:43.709 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:43.709 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:43.798 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:43.799 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:43.826 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:43.826 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:43.908 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:43.908 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:43.960 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:43.961 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:44.024 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:44.024 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:44.161 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:44.161 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:44.190 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:44.190 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:44.314 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:44.314 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:44.315 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:44.315 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:44.426 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:44.426 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:44.435 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:44.435 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:44.545 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:44.545 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:44.598 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:44.598 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:44.677 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:44.677 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:44.757 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:44.757 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:44.808 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:44.808 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:44.900 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:44.900 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:44.927 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:44.927 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:45.011 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:45.011 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:45.090 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:45.090 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:45.148 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:45.148 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:45.241 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:45.241 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:45.281 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:45.281 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:45.363 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:45.363 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:45.394 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:45.394 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:45.527 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:45.527 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:45.641 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:45.641 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:45.653 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:45.653 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:45.777 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:45.777 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:45.831 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:45.832 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:45.895 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:45.895 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:45.941 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:45.941 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:46.018 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:46.018 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:46.077 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:46.077 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:46.162 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:46.162 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:46.220 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:46.220 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:46.335 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:46.335 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:46.451 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:46.451 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:46.535 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:46.535 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:46.581 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:46.581 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:46.729 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:46.729 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:46.753 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:46.753 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:46.864 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:46.864 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:47.008 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:47.008 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:47.036 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:47.036 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:47.177 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:47.178 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:47.225 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:47.225 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:47.341 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:47.341 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:47.381 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:47.381 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:47.476 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:47.476 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:47.546 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:47.546 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:47.622 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:47.622 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:47.657 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:47.657 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:47.791 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:47.791 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:47.856 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:47.856 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:47.924 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:47.924 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:47.970 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:47.970 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:48.043 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:48.043 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:48.096 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:48.096 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:48.202 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:48.202 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:48.243 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:48.243 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:48.339 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:48.339 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:48.351 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:48.351 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:48.453 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:48.453 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:48.473 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:48.473 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:48.560 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:48.560 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:48.598 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:48.598 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:48.702 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:48.703 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:48.710 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:48.710 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:48.832 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:48.832 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:48.873 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:48.873 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:48.958 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:48.958 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:49.026 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:49.026 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:49.161 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:49.161 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:49.209 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:49.209 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:49.284 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:49.284 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:49.337 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:49.337 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:49.420 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:49.420 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:49.463 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:49.463 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:49.543 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:49.543 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:49.600 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:49.600 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:49.677 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:49.677 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:49.746 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:49.746 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:49.825 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:49.825 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:49.883 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:49.883 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:49.934 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:49.935 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:50.021 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:50.021 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:50.053 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:50.053 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:50.132 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:50.132 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:50.262 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:50.263 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:50.346 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:50.346 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:50.397 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:50.397 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:50.508 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:50.508 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:50.555 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:50.555 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:50.637 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:50.637 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:50.686 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:50.686 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:50.787 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:50.787 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:50.953 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:50.953 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:50.979 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:50.979 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:51.088 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:51.088 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:51.105 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:51.105 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:51.248 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:51.248 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:51.258 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:51.258 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:51.368 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:51.368 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:51.400 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:51.400 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:51.493 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:51.493 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:51.560 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:51.560 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:51.623 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:51.623 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:51.671 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:51.671 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:51.767 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:51.767 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:51.777 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:51.777 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:51.891 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:51.891 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:51.913 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:51.914 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:52.031 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:52.031 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:52.049 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:52.049 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:52.158 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:52.158 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:52.182 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:52.182 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:52.286 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:52.286 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:52.295 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:52.295 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:52.396 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:52.396 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:52.408 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:52.408 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:52.515 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:52.515 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:52.550 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:52.550 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:52.667 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:52.667 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:52.682 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:52.682 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:52.773 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:52.773 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:52.807 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:52.807 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:52.878 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:52.878 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:52.920 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:52.920 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:53.053 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:53.053 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:53.062 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:53.062 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:53.172 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:53.172 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:53.190 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:53.190 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:53.310 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:53.310 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:53.322 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:53.322 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:53.418 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:53.418 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:53.479 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:53.479 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:53.548 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:53.548 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:53.604 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:53.605 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:53.711 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:53.711 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:53.727 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:53.727 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:53.855 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:53.855 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:53.876 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:53.876 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:53.995 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:53.995 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:54.016 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:54.016 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:54.123 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:54.123 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:54.147 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:54.147 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:54.263 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:54.263 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:54.275 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:54.275 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:54.390 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:54.390 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:54.403 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:54.403 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:54.503 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:54.503 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:54.553 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:54.553 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:54.633 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:54.633 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:54.660 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:54.660 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:54.783 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:54.783 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:54.792 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:54.792 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:54.905 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:54.905 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:54.913 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:54.913 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:55.019 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:55.019 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:55.031 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:55.031 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:55.169 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:55.169 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:55.194 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:55.194 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:55.300 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:55.301 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:55.315 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:55.315 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:55.422 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:55.422 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:55.472 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:55.472 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:55.578 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:55.578 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:55.604 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:55.604 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:55.698 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:55.698 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:55.736 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:55.736 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:55.832 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:55.832 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:55.857 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:55.857 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:55.947 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:55.947 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:55.992 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:55.993 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:56.117 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:56.117 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:56.117 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:56.117 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:56.226 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:56.226 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:56.239 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:56.239 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:56.339 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:56.339 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:56.345 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:56.345 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:56.454 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:56.454 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:56.455 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:56.455 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:56.574 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:56.574 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:56.589 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:56.589 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:56.678 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:56.678 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:56.724 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:56.724 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:56.788 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:56.788 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:56.834 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:56.834 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:56.907 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:56.907 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:56.968 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:56.968 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:57.028 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:57.028 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:57.084 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:57.084 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:57.151 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:57.151 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:57.243 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:57.243 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:57.279 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:57.279 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:57.365 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:57.365 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:57.411 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:57.411 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:57.482 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:57.482 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:57.549 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:57.549 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:57.607 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:57.607 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:57.660 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:57.660 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:57.763 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:57.763 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:57.769 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:57.769 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:57.899 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:57.899 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:57.907 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:57.907 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:58.017 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:58.017 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:58.061 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:58.061 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:58.130 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:58.130 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:58.179 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:58.179 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:58.236 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:58.236 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:58.348 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:58.348 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:58.359 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:58.360 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:58.468 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:58.468 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:58.482 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:58.482 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:58.586 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:58.586 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:58.611 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:58.611 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:58.753 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:58.753 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:58.760 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:58.760 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:58.864 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:58.864 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:58.910 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:58.910 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:59.006 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:59.006 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:59.017 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:59.018 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:59.146 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:59.146 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:59.155 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:59.155 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:59.261 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:59.261 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:59.276 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:59.276 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:59.368 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:59.368 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:59.391 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:59.391 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:59.549 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:59.549 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:59.570 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:59.570 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:59.697 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:59.697 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:59.698 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:59.699 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:59.811 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:59.811 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:59.835 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:59.835 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:59.967 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:59.967 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:47:59.971 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:47:59.971 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:00.078 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:00.079 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:00.087 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:00.087 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:00.194 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:00.194 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:00.218 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:00.218 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:00.341 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:00.341 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:00.364 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:00.365 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:00.458 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:00.458 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:00.480 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:00.480 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:00.591 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:00.591 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:00.617 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:00.617 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:00.710 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:00.710 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:00.730 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:00.730 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:00.824 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:00.824 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:00.940 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:00.940 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:00.945 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:00.945 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:01.081 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:01.081 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:01.087 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:01.087 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:01.192 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:01.192 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:01.194 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:01.194 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:01.300 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:01.300 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:01.309 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:01.309 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:01.413 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:01.413 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:01.442 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:01.442 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:01.562 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:01.562 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:01.577 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:01.577 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:01.709 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:01.710 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:01.710 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:01.710 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:01.820 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:01.820 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:01.886 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:01.886 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:01.930 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:01.930 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:02.010 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:02.010 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:02.042 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:02.043 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:02.112 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:02.113 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:02.170 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:02.170 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:02.174 DEBUG 1 --- [ XNIO-2 task-7] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
2019-10-23 13:48:02.174 DEBUG 1 --- [ XNIO-2 task-7] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
2019-10-23 13:48:02.178 ERROR 1 --- [ XNIO-2 task-7] io.undertow.request : UT005023: Exception handling request to /login/oauth2/code/shinyproxy
java.lang.StackOverflowError: null
at java.security.AccessController.doPrivileged(Native Method) ~[na:1.8.0_232]
at sun.net.spi.DefaultProxySelector.select(DefaultProxySelector.java:208) ~[na:1.8.0_232]
at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1156) ~[na:1.8.0_232]
at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056) ~[na:1.8.0_232]
at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:177) ~[na:1.8.0_232]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1340) ~[na:1.8.0_232]
at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1315) ~[na:1.8.0_232]
at sun.net.www.protocol.https.HttpsURLConnectionImpl.getOutputStream(HttpsURLConnectionImpl.java:264) ~[na:1.8.0_232]
at com.nimbusds.oauth2.sdk.http.HTTPRequest.toHttpURLConnection(HTTPRequest.java:798) ~[oauth2-oidc-sdk-5.54.jar!/:5.54]
at com.nimbusds.oauth2.sdk.http.HTTPRequest.send(HTTPRequest.java:866) ~[oauth2-oidc-sdk-5.54.jar!/:5.54]
at org.springframework.security.oauth2.client.endpoint.NimbusAuthorizationCodeTokenResponseClient.getTokenResponse(NimbusAuthorizationCodeTokenResponseClient.java:101) ~[spring-security-oauth2-client-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.oauth2.client.endpoint.NimbusAuthorizationCodeTokenResponseClient.getTokenResponse(NimbusAuthorizationCodeTokenResponseClient.java:67) ~[spring-security-oauth2-client-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider.authenticate(OidcAuthorizationCodeAuthenticationProvider.java:140) ~[spring-security-oauth2-client-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:174) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_232]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_232]
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:338) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:206) ~[spring-aop-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at com.sun.proxy.$Proxy75.authenticate(Unknown Source) ~[na:na]
at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:199) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.config.annotation.web.configuration.WebSecurityConfigurerAdapter$AuthenticationManagerDelegator.authenticate(WebSecurityConfigurerAdapter.java:502) ~[spring-security-config-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at sun.reflect.GeneratedMethodAccessor26.invoke(Unknown Source) ~[na:na]
2019-10-23 13:48:02.196 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/error'; against '/css/**'
2019-10-23 13:48:02.196 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/error'; against '/img/**'
2019-10-23 13:48:02.197 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/error'; against '/js/**'
2019-10-23 13:48:02.197 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/error'; against '/assets/**'
2019-10-23 13:48:02.197 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/error'; against '/webjars/**'
2019-10-23 13:48:02.198 DEBUG 1 --- [ XNIO-2 task-7] o.s.security.web.FilterChainProxy : /error?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
2019-10-23 13:48:02.198 DEBUG 1 --- [ XNIO-2 task-7] o.s.security.web.FilterChainProxy : /error?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2019-10-23 13:48:02.199 DEBUG 1 --- [ XNIO-2 task-7] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
2019-10-23 13:48:02.199 DEBUG 1 --- [ XNIO-2 task-7] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: io.undertow.servlet.spec.HttpSessionImpl@6e87f8cd. A new one will be created.
2019-10-23 13:48:02.199 DEBUG 1 --- [ XNIO-2 task-7] o.s.security.web.FilterChainProxy : /error?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
2019-10-23 13:48:02.200 DEBUG 1 --- [ XNIO-2 task-7] o.s.security.web.FilterChainProxy : /error?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 4 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
2019-10-23 13:48:02.200 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/error'; against '/logout'
2019-10-23 13:48:02.201 DEBUG 1 --- [ XNIO-2 task-7] o.s.security.web.FilterChainProxy : /error?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 5 of 14 in additional filter chain; firing Filter: 'OAuth2AuthorizationRequestRedirectFilter'
2019-10-23 13:48:02.201 DEBUG 1 --- [ XNIO-2 task-7] o.s.security.web.FilterChainProxy : /error?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 6 of 14 in additional filter chain; firing Filter: 'OAuth2LoginAuthenticationFilter'
2019-10-23 13:48:02.201 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/error'; against '/login/oauth2/code/*'
2019-10-23 13:48:02.202 DEBUG 1 --- [ XNIO-2 task-7] o.s.security.web.FilterChainProxy : /error?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 7 of 14 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
2019-10-23 13:48:02.202 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /error' doesn't match 'POST /login
2019-10-23 13:48:02.202 DEBUG 1 --- [ XNIO-2 task-7] o.s.security.web.FilterChainProxy : /error?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 8 of 14 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
2019-10-23 13:48:02.203 DEBUG 1 --- [ XNIO-2 task-7] o.s.security.web.FilterChainProxy : /error?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 9 of 14 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
2019-10-23 13:48:02.203 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.s.DefaultSavedRequest : pathInfo: both null (property equals)
2019-10-23 13:48:02.203 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.s.DefaultSavedRequest : queryString: arg1=null; arg2=state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg (property not equals)
2019-10-23 13:48:02.204 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.s.HttpSessionRequestCache : saved request doesn't match
2019-10-23 13:48:02.204 DEBUG 1 --- [ XNIO-2 task-7] o.s.security.web.FilterChainProxy : /error?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 10 of 14 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
2019-10-23 13:48:02.205 DEBUG 1 --- [ XNIO-2 task-7] o.s.security.web.FilterChainProxy : /error?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 11 of 14 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
2019-10-23 13:48:02.205 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@13d3c99: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff10d0: RemoteIpAddress: 10.240.0.4; SessionId: rJm-yeViaV5XkuU5PQX2cOP43Ke2qp_QuSfRq5HM; Granted Authorities: ROLE_ANONYMOUS'
2019-10-23 13:48:02.205 DEBUG 1 --- [ XNIO-2 task-7] o.s.security.web.FilterChainProxy : /error?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 12 of 14 in additional filter chain; firing Filter: 'SessionManagementFilter'
2019-10-23 13:48:02.206 DEBUG 1 --- [ XNIO-2 task-7] o.s.security.web.FilterChainProxy : /error?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 13 of 14 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
2019-10-23 13:48:02.206 DEBUG 1 --- [ XNIO-2 task-7] o.s.security.web.FilterChainProxy : /error?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg at position 14 of 14 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
2019-10-23 13:48:02.206 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/error'; against '/admin'
2019-10-23 13:48:02.207 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/error'; against '/login'
2019-10-23 13:48:02.207 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/error'; against '/signin/**'
2019-10-23 13:48:02.207 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /error?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg; Attributes: [authenticated]
2019-10-23 13:48:02.208 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@13d3c99: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff10d0: RemoteIpAddress: 10.240.0.4; SessionId: rJm-yeViaV5XkuU5PQX2cOP43Ke2qp_QuSfRq5HM; Granted Authorities: ROLE_ANONYMOUS
2019-10-23 13:48:02.208 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@4a25d13e, returned: -1
2019-10-23 13:48:02.209 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.a.ExceptionTranslationFilter : Access is denied (user is anonymous); redirecting to authentication entry point
org.springframework.security.access.AccessDeniedException: Access is denied
at org.springframework.security.access.vote.AffirmativeBased.decide(AffirmativeBased.java:84) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.access.intercept.AbstractSecurityInterceptor.beforeInvocation(AbstractSecurityInterceptor.java:233) ~[spring-security-core-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:124) ~[spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91) ~[spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119) ~[spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:137) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.authentication.AnonymousAuthenticationFilter.doFilter(AnonymousAuthenticationFilter.java:111) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:170) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:63) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:200) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:101) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:64) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.handlers.PathHandler.handleRequest(PathHandler.java:94) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at eu.openanalytics.containerproxy.util.ProxyMappingManager$ProxyPathHandler.handleRequest(ProxyMappingManager.java:159) [containerproxy-0.8.3.jar!/:0.8.3]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:274) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchToPath(ServletInitialHandler.java:209) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.spec.RequestDispatcherImpl.error(RequestDispatcherImpl.java:479) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.spec.RequestDispatcherImpl.error(RequestDispatcherImpl.java:412) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:319) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:336) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_232]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_232]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_232]
2019-10-23 13:48:02.211 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using NegatedRequestMatcher [requestMatcher=Ant [pattern='/**/favicon.ico']]
2019-10-23 13:48:02.211 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/error'; against '/**/favicon.ico'
2019-10-23 13:48:02.212 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.matcher.NegatedRequestMatcher : matches = true
2019-10-23 13:48:02.212 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using NegatedRequestMatcher [requestMatcher=MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@1c37617b, matchingMediaTypes=[application/json], useEquals=false, ignoredMediaTypes=[*/*]]]
2019-10-23 13:48:02.213 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.m.MediaTypeRequestMatcher : httpRequestMediaTypes=[text/html, application/xhtml+xml, image/webp, image/apng, application/signed-exchange;v=b3, application/xml;q=0.9, */*;q=0.8]
2019-10-23 13:48:02.213 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing text/html
2019-10-23 13:48:02.213 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith text/html = false
2019-10-23 13:48:02.214 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing application/xhtml+xml
2019-10-23 13:48:02.214 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith application/xhtml+xml = false
2019-10-23 13:48:02.214 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing image/webp
2019-10-23 13:48:02.215 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith image/webp = false
2019-10-23 13:48:02.215 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing image/apng
2019-10-23 13:48:02.215 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith image/apng = false
2019-10-23 13:48:02.216 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing application/signed-exchange;v=b3
2019-10-23 13:48:02.216 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith application/signed-exchange;v=b3 = false
2019-10-23 13:48:02.216 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing application/xml;q=0.9
2019-10-23 13:48:02.217 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.m.MediaTypeRequestMatcher : application/json .isCompatibleWith application/xml;q=0.9 = false
2019-10-23 13:48:02.217 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing */*;q=0.8
2019-10-23 13:48:02.217 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.m.MediaTypeRequestMatcher : Ignoring
2019-10-23 13:48:02.218 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.m.MediaTypeRequestMatcher : Did not match any media types
2019-10-23 13:48:02.218 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.matcher.NegatedRequestMatcher : matches = true
2019-10-23 13:48:02.218 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using NegatedRequestMatcher [requestMatcher=RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]]
2019-10-23 13:48:02.219 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.matcher.NegatedRequestMatcher : matches = true
2019-10-23 13:48:02.219 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.util.matcher.AndRequestMatcher : All requestMatchers returned true
2019-10-23 13:48:02.220 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.s.HttpSessionRequestCache : DefaultSavedRequest added to Session: DefaultSavedRequest[https://shinyserver.stephlocke.com/error?state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg]
2019-10-23 13:48:02.220 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.a.ExceptionTranslationFilter : Calling Authentication entry point.
2019-10-23 13:48:02.220 DEBUG 1 --- [ XNIO-2 task-7] s.w.a.DelegatingAuthenticationEntryPoint : Trying to match using AndRequestMatcher [requestMatchers=[NegatedRequestMatcher [requestMatcher=RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]], MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@1c37617b, matchingMediaTypes=[application/xhtml+xml, image/*, text/html, text/plain], useEquals=false, ignoredMediaTypes=[*/*]]]]
2019-10-23 13:48:02.221 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using NegatedRequestMatcher [requestMatcher=RequestHeaderRequestMatcher [expectedHeaderName=X-Requested-With, expectedHeaderValue=XMLHttpRequest]]
2019-10-23 13:48:02.221 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.matcher.NegatedRequestMatcher : matches = true
2019-10-23 13:48:02.221 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.util.matcher.AndRequestMatcher : Trying to match using MediaTypeRequestMatcher [contentNegotiationStrategy=org.springframework.web.accept.ContentNegotiationManager@1c37617b, matchingMediaTypes=[application/xhtml+xml, image/*, text/html, text/plain], useEquals=false, ignoredMediaTypes=[*/*]]
2019-10-23 13:48:02.222 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.m.MediaTypeRequestMatcher : httpRequestMediaTypes=[text/html, application/xhtml+xml, image/webp, image/apng, application/signed-exchange;v=b3, application/xml;q=0.9, */*;q=0.8]
2019-10-23 13:48:02.222 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.m.MediaTypeRequestMatcher : Processing text/html
2019-10-23 13:48:02.223 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.m.MediaTypeRequestMatcher : application/xhtml+xml .isCompatibleWith text/html = false
2019-10-23 13:48:02.223 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.m.MediaTypeRequestMatcher : image/* .isCompatibleWith text/html = false
2019-10-23 13:48:02.223 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.u.m.MediaTypeRequestMatcher : text/html .isCompatibleWith text/html = true
2019-10-23 13:48:02.224 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.w.util.matcher.AndRequestMatcher : All requestMatchers returned true
2019-10-23 13:48:02.224 DEBUG 1 --- [ XNIO-2 task-7] s.w.a.DelegatingAuthenticationEntryPoint : Match found! Executing org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint@79e4c792
2019-10-23 13:48:02.224 DEBUG 1 --- [ XNIO-2 task-7] o.s.s.web.DefaultRedirectStrategy : Redirecting to 'https://shinyserver.stephlocke.com/login'
2019-10-23 13:48:02.225 DEBUG 1 --- [ XNIO-2 task-7] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
2019-10-23 13:48:02.232 DEBUG 1 --- [ XNIO-2 task-7] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
2019-10-23 13:48:02.290 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:02.291 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:02.404 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:02.404 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:02.518 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:02.518 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:02.624 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:02.624 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:02.727 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:02.728 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:02.843 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:02.843 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:02.958 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:02.958 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:03.100 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:03.100 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:03.268 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:03.268 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:03.399 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:03.399 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:03.565 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:03.565 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:03.683 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:03.683 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:03.794 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:03.794 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:03.939 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:03.939 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:04.085 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:04.085 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:04.209 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:04.209 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:04.347 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:04.348 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:04.481 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:04.481 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:04.595 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:04.595 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:04.739 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:04.739 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:04.916 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:04.916 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:05.059 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:05.059 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:05.263 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:05.263 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:05.414 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:05.414 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:05.545 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:05.545 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:05.659 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:05.659 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:05.774 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:05.774 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:05.915 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:05.915 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:06.043 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:06.044 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:06.196 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:06.196 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:06.398 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:06.400 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:06.535 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:06.535 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:06.680 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:06.680 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:06.837 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:06.837 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:06.964 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:06.965 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:07.098 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:07.099 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:07.241 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:07.241 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:07.392 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:07.392 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:07.537 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:07.537 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:07.665 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:07.665 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:07.798 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:07.798 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:07.952 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:07.952 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:08.071 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:08.071 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:08.206 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:08.206 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:08.446 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:08.447 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:08.579 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:08.580 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:08.716 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:08.716 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:08.923 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:08.923 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:09.055 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:09.055 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:09.198 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:09.198 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:09.332 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:09.332 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:09.456 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:09.456 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:09.616 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:09.616 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:09.729 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:09.729 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:09.971 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:09.978 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:10.126 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:10.127 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:10.312 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:10.312 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:10.433 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:10.433 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:10.547 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:10.547 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:10.708 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:10.708 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:10.850 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:10.850 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:11.010 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:11.010 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:11.133 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:11.134 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:11.260 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:11.260 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:11.373 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:11.373 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:11.508 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:11.508 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:11.622 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:11.622 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:11.779 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:11.779 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:11.937 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:11.937 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:12.067 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:12.067 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:12.181 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:12.181 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:12.307 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:12.307 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:12.417 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:12.417 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:12.574 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:12.574 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:12.845 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:12.846 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:12.966 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:12.966 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:13.147 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:13.148 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:13.275 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:13.275 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:13.395 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:13.395 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:13.526 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:13.526 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:13.647 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:13.647 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:13.756 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:13.757 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:13.885 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:13.885 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:14.043 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:14.043 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:14.177 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:14.177 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:14.333 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:14.333 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:14.443 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:14.443 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:14.575 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:14.575 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:14.689 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:14.689 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:14.806 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:14.806 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:14.918 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:14.918 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:15.043 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:15.043 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:15.184 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:15.184 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:15.301 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:15.301 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:15.409 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:15.409 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:15.546 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:15.546 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:15.673 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:15.673 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:15.784 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:15.785 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:15.953 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:15.953 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:16.132 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:16.132 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:16.306 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:16.306 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:16.426 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:16.426 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:16.571 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:16.571 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:16.726 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:16.726 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:16.852 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:16.852 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:16.962 DEBUG 1 --- [ XNIO-2 task-12] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/css/**'
2019-10-23 13:48:16.962 DEBUG 1 --- [ XNIO-2 task-12] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/img/**'
2019-10-23 13:48:16.962 DEBUG 1 --- [ XNIO-2 task-12] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/js/**'
2019-10-23 13:48:16.963 DEBUG 1 --- [ XNIO-2 task-12] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/assets/**'
2019-10-23 13:48:16.963 DEBUG 1 --- [ XNIO-2 task-12] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/webjars/**'
2019-10-23 13:48:16.963 DEBUG 1 --- [ XNIO-2 task-12] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=2LmyVVgn1d9EMv-la56YqYULWP1R5-BJcVP5Ir4iQRk%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..bC6FvrWk8LvYKpHU.ctqIXDqV8KAFI1XfUDmMWcHiE2NJnMFsx6h-9JJBW83BAqZ8CmEux8QxrlGxlWVyartI8_Cn3tRvA4k4w-JnmklmWV7UOEQxJGAoQsBuytkn8I461ilgtI1RDukzGeay1nJ1Lm-q2s9z13UBm2NuyXQGZA4sGGEO-JAupgcGiKLhKXk6afbgsQh2DQ6vutz5TMmOarJjenCwFZVUiiYtZ84l_xF3dITjE0vC_89lsIn16E3aQa7a31tjfv-Ndlu2K26Vj1nkGLqfVlqPx5MBIgH0X6pNKlbuCJ_nK_HmR1MPXiGLjmruoNeEADvxMRMJdCuDJ5WG7vGH7cfavNMEzup7yVY7w9sgD7H7TpxZOuG0FpEkYUFLdwxZkhf01dJ59MyWaOPbw9d-AEma47foawEeTiosR2XOPFJHBJnIByYE-LamG9nh1zoW-Ay08SZva84aeXhvctlg8Xc-DbCZmtomfEHnug.r954JJxEb3-t9Rjm_8zT2A at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
2019-10-23 13:48:16.963 DEBUG 1 --- [ XNIO-2 task-12] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=2LmyVVgn1d9EMv-la56YqYULWP1R5-BJcVP5Ir4iQRk%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..bC6FvrWk8LvYKpHU.ctqIXDqV8KAFI1XfUDmMWcHiE2NJnMFsx6h-9JJBW83BAqZ8CmEux8QxrlGxlWVyartI8_Cn3tRvA4k4w-JnmklmWV7UOEQxJGAoQsBuytkn8I461ilgtI1RDukzGeay1nJ1Lm-q2s9z13UBm2NuyXQGZA4sGGEO-JAupgcGiKLhKXk6afbgsQh2DQ6vutz5TMmOarJjenCwFZVUiiYtZ84l_xF3dITjE0vC_89lsIn16E3aQa7a31tjfv-Ndlu2K26Vj1nkGLqfVlqPx5MBIgH0X6pNKlbuCJ_nK_HmR1MPXiGLjmruoNeEADvxMRMJdCuDJ5WG7vGH7cfavNMEzup7yVY7w9sgD7H7TpxZOuG0FpEkYUFLdwxZkhf01dJ59MyWaOPbw9d-AEma47foawEeTiosR2XOPFJHBJnIByYE-LamG9nh1zoW-Ay08SZva84aeXhvctlg8Xc-DbCZmtomfEHnug.r954JJxEb3-t9Rjm_8zT2A at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2019-10-23 13:48:16.963 DEBUG 1 --- [ XNIO-2 task-12] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
2019-10-23 13:48:16.963 DEBUG 1 --- [ XNIO-2 task-12] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: io.undertow.servlet.spec.HttpSessionImpl@6e87f8cd. A new one will be created.
2019-10-23 13:48:16.963 DEBUG 1 --- [ XNIO-2 task-12] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=2LmyVVgn1d9EMv-la56YqYULWP1R5-BJcVP5Ir4iQRk%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..bC6FvrWk8LvYKpHU.ctqIXDqV8KAFI1XfUDmMWcHiE2NJnMFsx6h-9JJBW83BAqZ8CmEux8QxrlGxlWVyartI8_Cn3tRvA4k4w-JnmklmWV7UOEQxJGAoQsBuytkn8I461ilgtI1RDukzGeay1nJ1Lm-q2s9z13UBm2NuyXQGZA4sGGEO-JAupgcGiKLhKXk6afbgsQh2DQ6vutz5TMmOarJjenCwFZVUiiYtZ84l_xF3dITjE0vC_89lsIn16E3aQa7a31tjfv-Ndlu2K26Vj1nkGLqfVlqPx5MBIgH0X6pNKlbuCJ_nK_HmR1MPXiGLjmruoNeEADvxMRMJdCuDJ5WG7vGH7cfavNMEzup7yVY7w9sgD7H7TpxZOuG0FpEkYUFLdwxZkhf01dJ59MyWaOPbw9d-AEma47foawEeTiosR2XOPFJHBJnIByYE-LamG9nh1zoW-Ay08SZva84aeXhvctlg8Xc-DbCZmtomfEHnug.r954JJxEb3-t9Rjm_8zT2A at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
2019-10-23 13:48:16.963 DEBUG 1 --- [ XNIO-2 task-12] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=2LmyVVgn1d9EMv-la56YqYULWP1R5-BJcVP5Ir4iQRk%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..bC6FvrWk8LvYKpHU.ctqIXDqV8KAFI1XfUDmMWcHiE2NJnMFsx6h-9JJBW83BAqZ8CmEux8QxrlGxlWVyartI8_Cn3tRvA4k4w-JnmklmWV7UOEQxJGAoQsBuytkn8I461ilgtI1RDukzGeay1nJ1Lm-q2s9z13UBm2NuyXQGZA4sGGEO-JAupgcGiKLhKXk6afbgsQh2DQ6vutz5TMmOarJjenCwFZVUiiYtZ84l_xF3dITjE0vC_89lsIn16E3aQa7a31tjfv-Ndlu2K26Vj1nkGLqfVlqPx5MBIgH0X6pNKlbuCJ_nK_HmR1MPXiGLjmruoNeEADvxMRMJdCuDJ5WG7vGH7cfavNMEzup7yVY7w9sgD7H7TpxZOuG0FpEkYUFLdwxZkhf01dJ59MyWaOPbw9d-AEma47foawEeTiosR2XOPFJHBJnIByYE-LamG9nh1zoW-Ay08SZva84aeXhvctlg8Xc-DbCZmtomfEHnug.r954JJxEb3-t9Rjm_8zT2A at position 4 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
2019-10-23 13:48:16.963 DEBUG 1 --- [ XNIO-2 task-12] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/logout'
2019-10-23 13:48:16.963 DEBUG 1 --- [ XNIO-2 task-12] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=2LmyVVgn1d9EMv-la56YqYULWP1R5-BJcVP5Ir4iQRk%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..bC6FvrWk8LvYKpHU.ctqIXDqV8KAFI1XfUDmMWcHiE2NJnMFsx6h-9JJBW83BAqZ8CmEux8QxrlGxlWVyartI8_Cn3tRvA4k4w-JnmklmWV7UOEQxJGAoQsBuytkn8I461ilgtI1RDukzGeay1nJ1Lm-q2s9z13UBm2NuyXQGZA4sGGEO-JAupgcGiKLhKXk6afbgsQh2DQ6vutz5TMmOarJjenCwFZVUiiYtZ84l_xF3dITjE0vC_89lsIn16E3aQa7a31tjfv-Ndlu2K26Vj1nkGLqfVlqPx5MBIgH0X6pNKlbuCJ_nK_HmR1MPXiGLjmruoNeEADvxMRMJdCuDJ5WG7vGH7cfavNMEzup7yVY7w9sgD7H7TpxZOuG0FpEkYUFLdwxZkhf01dJ59MyWaOPbw9d-AEma47foawEeTiosR2XOPFJHBJnIByYE-LamG9nh1zoW-Ay08SZva84aeXhvctlg8Xc-DbCZmtomfEHnug.r954JJxEb3-t9Rjm_8zT2A at position 5 of 14 in additional filter chain; firing Filter: 'OAuth2AuthorizationRequestRedirectFilter'
2019-10-23 13:48:16.963 DEBUG 1 --- [ XNIO-2 task-12] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/oauth2/authorization/{registrationId}'
2019-10-23 13:48:16.963 DEBUG 1 --- [ XNIO-2 task-12] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=2LmyVVgn1d9EMv-la56YqYULWP1R5-BJcVP5Ir4iQRk%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..bC6FvrWk8LvYKpHU.ctqIXDqV8KAFI1XfUDmMWcHiE2NJnMFsx6h-9JJBW83BAqZ8CmEux8QxrlGxlWVyartI8_Cn3tRvA4k4w-JnmklmWV7UOEQxJGAoQsBuytkn8I461ilgtI1RDukzGeay1nJ1Lm-q2s9z13UBm2NuyXQGZA4sGGEO-JAupgcGiKLhKXk6afbgsQh2DQ6vutz5TMmOarJjenCwFZVUiiYtZ84l_xF3dITjE0vC_89lsIn16E3aQa7a31tjfv-Ndlu2K26Vj1nkGLqfVlqPx5MBIgH0X6pNKlbuCJ_nK_HmR1MPXiGLjmruoNeEADvxMRMJdCuDJ5WG7vGH7cfavNMEzup7yVY7w9sgD7H7TpxZOuG0FpEkYUFLdwxZkhf01dJ59MyWaOPbw9d-AEma47foawEeTiosR2XOPFJHBJnIByYE-LamG9nh1zoW-Ay08SZva84aeXhvctlg8Xc-DbCZmtomfEHnug.r954JJxEb3-t9Rjm_8zT2A at position 6 of 14 in additional filter chain; firing Filter: 'OAuth2LoginAuthenticationFilter'
2019-10-23 13:48:16.963 DEBUG 1 --- [ XNIO-2 task-12] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/login/oauth2/code/*'
2019-10-23 13:48:16.963 DEBUG 1 --- [ XNIO-2 task-12] .s.o.c.w.OAuth2LoginAuthenticationFilter : Request is to process authentication
2019-10-23 13:48:16.966 DEBUG 1 --- [ XNIO-2 task-12] .s.o.c.w.OAuth2LoginAuthenticationFilter : Authentication request failed: org.springframework.security.oauth2.core.OAuth2AuthenticationException: [authorization_request_not_found]
org.springframework.security.oauth2.core.OAuth2AuthenticationException: [authorization_request_not_found]
at org.springframework.security.oauth2.client.web.OAuth2LoginAuthenticationFilter.attemptAuthentication(OAuth2LoginAuthenticationFilter.java:145) ~[spring-security-oauth2-client-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:212) ~[spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.oauth2.client.web.OAuth2AuthorizationRequestRedirectFilter.doFilterInternal(OAuth2AuthorizationRequestRedirectFilter.java:128) [spring-security-oauth2-client-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:116) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.header.HeaderWriterFilter.doFilterInternal(HeaderWriterFilter.java:66) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter.doFilterInternal(WebAsyncManagerIntegrationFilter.java:56) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178) [spring-security-web-5.0.3.RELEASE.jar!/:5.0.3.RELEASE]
at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:357) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:270) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:99) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:200) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) [spring-web-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
at io.undertow.servlet.core.ManagedFilter.doFilter(ManagedFilter.java:61) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.FilterHandler$FilterChainImpl.doFilter(FilterHandler.java:131) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.FilterHandler.handleRequest(FilterHandler.java:84) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:62) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletChain$1.handleRequest(ServletChain.java:64) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletDispatchingHandler.handleRequest(ServletDispatchingHandler.java:36) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.handlers.PathHandler.handleRequest(PathHandler.java:94) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at eu.openanalytics.containerproxy.util.ProxyMappingManager$ProxyPathHandler.handleRequest(ProxyMappingManager.java:159) [containerproxy-0.8.3.jar!/:0.8.3]
at io.undertow.servlet.handlers.security.SSLInformationAssociationHandler.handleRequest(SSLInformationAssociationHandler.java:131) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.security.ServletAuthenticationCallHandler.handleRequest(ServletAuthenticationCallHandler.java:57) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.security.handlers.AbstractConfidentialityHandler.handleRequest(AbstractConfidentialityHandler.java:46) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.security.ServletConfidentialityConstraintHandler.handleRequest(ServletConfidentialityConstraintHandler.java:64) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.security.handlers.AuthenticationMechanismsHandler.handleRequest(AuthenticationMechanismsHandler.java:60) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.security.CachedAuthenticatedSessionHandler.handleRequest(CachedAuthenticatedSessionHandler.java:77) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.security.handlers.AbstractSecurityContextAssociationHandler.handleRequest(AbstractSecurityContextAssociationHandler.java:43) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.handlers.PredicateHandler.handleRequest(PredicateHandler.java:43) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.handleFirstRequest(ServletInitialHandler.java:292) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.access$100(ServletInitialHandler.java:81) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:138) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$2.call(ServletInitialHandler.java:135) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:48) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.dispatchRequest(ServletInitialHandler.java:272) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler.access$000(ServletInitialHandler.java:81) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.servlet.handlers.ServletInitialHandler$1.handleRequest(ServletInitialHandler.java:104) [undertow-servlet-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.Connectors.executeRootHandler(Connectors.java:336) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at io.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:830) [undertow-core-1.4.22.Final.jar!/:1.4.22.Final]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_232]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_232]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_232]
2019-10-23 13:48:16.966 DEBUG 1 --- [ XNIO-2 task-12] .s.o.c.w.OAuth2LoginAuthenticationFilter : Updated SecurityContextHolder to contain null Authentication
2019-10-23 13:48:16.966 DEBUG 1 --- [ XNIO-2 task-12] .s.o.c.w.OAuth2LoginAuthenticationFilter : Delegating to authentication failure handler org.springframework.security.web.authentication.SimpleUrlAuthenticationFailureHandler@64fd5467
2019-10-23 13:48:16.966 DEBUG 1 --- [ XNIO-2 task-12] .a.SimpleUrlAuthenticationFailureHandler : Redirecting to /login?error
2019-10-23 13:48:16.967 DEBUG 1 --- [ XNIO-2 task-12] o.s.s.web.DefaultRedirectStrategy : Redirecting to '/login?error'
2019-10-23 13:48:16.967 DEBUG 1 --- [ XNIO-2 task-12] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
2019-10-23 13:48:16.968 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:16.968 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:16.969 DEBUG 1 --- [ XNIO-2 task-12] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
2019-10-23 13:48:16.986 DEBUG 1 --- [ XNIO-2 task-13] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/css/**'
2019-10-23 13:48:16.986 DEBUG 1 --- [ XNIO-2 task-13] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/img/**'
2019-10-23 13:48:16.987 DEBUG 1 --- [ XNIO-2 task-13] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/js/**'
2019-10-23 13:48:16.987 DEBUG 1 --- [ XNIO-2 task-13] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/assets/**'
2019-10-23 13:48:16.987 DEBUG 1 --- [ XNIO-2 task-13] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/webjars/**'
2019-10-23 13:48:16.987 DEBUG 1 --- [ XNIO-2 task-13] o.s.security.web.FilterChainProxy : /login?error at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
2019-10-23 13:48:16.987 DEBUG 1 --- [ XNIO-2 task-13] o.s.security.web.FilterChainProxy : /login?error at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2019-10-23 13:48:16.987 DEBUG 1 --- [ XNIO-2 task-13] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
2019-10-23 13:48:16.987 DEBUG 1 --- [ XNIO-2 task-13] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: io.undertow.servlet.spec.HttpSessionImpl@6e87f8cd. A new one will be created.
2019-10-23 13:48:16.987 DEBUG 1 --- [ XNIO-2 task-13] o.s.security.web.FilterChainProxy : /login?error at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
2019-10-23 13:48:16.988 DEBUG 1 --- [ XNIO-2 task-13] o.s.security.web.FilterChainProxy : /login?error at position 4 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
2019-10-23 13:48:16.988 DEBUG 1 --- [ XNIO-2 task-13] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/logout'
2019-10-23 13:48:16.988 DEBUG 1 --- [ XNIO-2 task-13] o.s.security.web.FilterChainProxy : /login?error at position 5 of 14 in additional filter chain; firing Filter: 'OAuth2AuthorizationRequestRedirectFilter'
2019-10-23 13:48:16.988 DEBUG 1 --- [ XNIO-2 task-13] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/oauth2/authorization/{registrationId}'
2019-10-23 13:48:16.988 DEBUG 1 --- [ XNIO-2 task-13] o.s.security.web.FilterChainProxy : /login?error at position 6 of 14 in additional filter chain; firing Filter: 'OAuth2LoginAuthenticationFilter'
2019-10-23 13:48:16.988 DEBUG 1 --- [ XNIO-2 task-13] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/login/oauth2/code/*'
2019-10-23 13:48:16.988 DEBUG 1 --- [ XNIO-2 task-13] o.s.security.web.FilterChainProxy : /login?error at position 7 of 14 in additional filter chain; firing Filter: 'UsernamePasswordAuthenticationFilter'
2019-10-23 13:48:16.988 DEBUG 1 --- [ XNIO-2 task-13] o.s.s.w.u.matcher.AntPathRequestMatcher : Request 'GET /login' doesn't match 'POST /login
2019-10-23 13:48:16.988 DEBUG 1 --- [ XNIO-2 task-13] o.s.security.web.FilterChainProxy : /login?error at position 8 of 14 in additional filter chain; firing Filter: 'BasicAuthenticationFilter'
2019-10-23 13:48:16.989 DEBUG 1 --- [ XNIO-2 task-13] o.s.security.web.FilterChainProxy : /login?error at position 9 of 14 in additional filter chain; firing Filter: 'RequestCacheAwareFilter'
2019-10-23 13:48:16.989 DEBUG 1 --- [ XNIO-2 task-13] o.s.s.w.s.DefaultSavedRequest : pathInfo: both null (property equals)
2019-10-23 13:48:16.989 DEBUG 1 --- [ XNIO-2 task-13] o.s.s.w.s.DefaultSavedRequest : queryString: arg1=state=R3MaL_Yxn1VWXqIhcT6XJ2BaEaqMLUZHUA-reY3nn58%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..WUseul6rRiJZ-F8F.bU3y0u2SJ-Lo1Q0gFrXLSL1Q6ZZKtvE8-oyHtC6Re8PkXRjfjtZav70jgiQpAvIlWz6x1MZQngrkDf0KJqRQsx-0F_qpiT0kVj4V9F8zYLjsKkyZSEwaabWzOkEOMhPaCasG5TtW5gHV545ps5aKj-dWH3WjMFxaMx3wfsGZrW94uc-Ta1EDIlby4mjF0F-xeTMMGC3E1xVw235wiKqSh2N7f9Jf-h3HEzT-TKjPUpWoMMGxdtVt9bCLTCjoA_WSFcEtT4fN-_c8W2PrQSeKF6poxm3-LnJZy3tanY7cLG5wFJ6jYlJW8yHFqGkPjuc_j3KQXdxfYSHEVmAmEUdCNsYT43tEOiumFxaYXYwwk2cpv4PGe2Bkc-WipWF6mUnF_CZBg18d_RY_K8ZZm6sAFJXjZhzpMNxQl-MJksxNMGh10gPzVLsbjLgVcyJAogm42wBttaSxczGbmM9fxJAHs7jmTgQ.YUKE2aGj9OQQLX4whskcJg; arg2=error (property not equals)
2019-10-23 13:48:16.989 DEBUG 1 --- [ XNIO-2 task-13] o.s.s.w.s.HttpSessionRequestCache : saved request doesn't match
2019-10-23 13:48:16.989 DEBUG 1 --- [ XNIO-2 task-13] o.s.security.web.FilterChainProxy : /login?error at position 10 of 14 in additional filter chain; firing Filter: 'SecurityContextHolderAwareRequestFilter'
2019-10-23 13:48:16.989 DEBUG 1 --- [ XNIO-2 task-13] o.s.security.web.FilterChainProxy : /login?error at position 11 of 14 in additional filter chain; firing Filter: 'AnonymousAuthenticationFilter'
2019-10-23 13:48:16.989 DEBUG 1 --- [ XNIO-2 task-13] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: 'org.springframework.security.authentication.AnonymousAuthenticationToken@13d3c99: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff10d0: RemoteIpAddress: 10.240.0.4; SessionId: rJm-yeViaV5XkuU5PQX2cOP43Ke2qp_QuSfRq5HM; Granted Authorities: ROLE_ANONYMOUS'
2019-10-23 13:48:16.989 DEBUG 1 --- [ XNIO-2 task-13] o.s.security.web.FilterChainProxy : /login?error at position 12 of 14 in additional filter chain; firing Filter: 'SessionManagementFilter'
2019-10-23 13:48:16.989 DEBUG 1 --- [ XNIO-2 task-13] o.s.security.web.FilterChainProxy : /login?error at position 13 of 14 in additional filter chain; firing Filter: 'ExceptionTranslationFilter'
2019-10-23 13:48:16.990 DEBUG 1 --- [ XNIO-2 task-13] o.s.security.web.FilterChainProxy : /login?error at position 14 of 14 in additional filter chain; firing Filter: 'FilterSecurityInterceptor'
2019-10-23 13:48:16.990 DEBUG 1 --- [ XNIO-2 task-13] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/admin'
2019-10-23 13:48:16.990 DEBUG 1 --- [ XNIO-2 task-13] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login'; against '/login'
2019-10-23 13:48:16.990 DEBUG 1 --- [ XNIO-2 task-13] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /login?error; Attributes: [permitAll]
2019-10-23 13:48:16.990 DEBUG 1 --- [ XNIO-2 task-13] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@13d3c99: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@ffff10d0: RemoteIpAddress: 10.240.0.4; SessionId: rJm-yeViaV5XkuU5PQX2cOP43Ke2qp_QuSfRq5HM; Granted Authorities: ROLE_ANONYMOUS
2019-10-23 13:48:16.990 DEBUG 1 --- [ XNIO-2 task-13] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@4a25d13e, returned: 1
2019-10-23 13:48:16.990 DEBUG 1 --- [ XNIO-2 task-13] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
2019-10-23 13:48:16.991 DEBUG 1 --- [ XNIO-2 task-13] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
2019-10-23 13:48:16.991 DEBUG 1 --- [ XNIO-2 task-13] o.s.security.web.FilterChainProxy : /login?error reached end of additional filter chain; proceeding with original chain
2019-10-23 13:48:16.992 DEBUG 1 --- [ XNIO-2 task-13] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
2019-10-23 13:48:16.993 DEBUG 1 --- [ XNIO-2 task-13] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
2019-10-23 13:48:16.993 DEBUG 1 --- [ XNIO-2 task-13] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
2019-10-23 13:48:17.010 DEBUG 1 --- [ XNIO-2 task-14] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/css/**'
2019-10-23 13:48:17.010 DEBUG 1 --- [ XNIO-2 task-14] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/img/**'
2019-10-23 13:48:17.010 DEBUG 1 --- [ XNIO-2 task-14] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/js/**'
2019-10-23 13:48:17.011 DEBUG 1 --- [ XNIO-2 task-14] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/assets/**'
2019-10-23 13:48:17.011 DEBUG 1 --- [ XNIO-2 task-14] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/webjars/**'
2019-10-23 13:48:17.012 DEBUG 1 --- [ XNIO-2 task-14] o.s.security.web.FilterChainProxy : /oauth2/authorization/shinyproxy at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
2019-10-23 13:48:17.012 DEBUG 1 --- [ XNIO-2 task-14] o.s.security.web.FilterChainProxy : /oauth2/authorization/shinyproxy at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2019-10-23 13:48:17.013 DEBUG 1 --- [ XNIO-2 task-14] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
2019-10-23 13:48:17.013 DEBUG 1 --- [ XNIO-2 task-14] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: io.undertow.servlet.spec.HttpSessionImpl@6e87f8cd. A new one will be created.
2019-10-23 13:48:17.013 DEBUG 1 --- [ XNIO-2 task-14] o.s.security.web.FilterChainProxy : /oauth2/authorization/shinyproxy at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
2019-10-23 13:48:17.014 DEBUG 1 --- [ XNIO-2 task-14] o.s.security.web.FilterChainProxy : /oauth2/authorization/shinyproxy at position 4 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
2019-10-23 13:48:17.014 DEBUG 1 --- [ XNIO-2 task-14] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/logout'
2019-10-23 13:48:17.014 DEBUG 1 --- [ XNIO-2 task-14] o.s.security.web.FilterChainProxy : /oauth2/authorization/shinyproxy at position 5 of 14 in additional filter chain; firing Filter: 'OAuth2AuthorizationRequestRedirectFilter'
2019-10-23 13:48:17.015 DEBUG 1 --- [ XNIO-2 task-14] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/oauth2/authorization/{registrationId}'
2019-10-23 13:48:17.015 DEBUG 1 --- [ XNIO-2 task-14] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/oauth2/authorization/shinyproxy'; against '/oauth2/authorization/{registrationId}'
2019-10-23 13:48:17.018 DEBUG 1 --- [ XNIO-2 task-14] o.s.s.web.DefaultRedirectStrategy : Redirecting to 'https://lduceademo.b2clogin.com/lduceademo.onmicrosoft.com/b2c_1_v1signinonly/oauth2/v2.0/authorize?response_type=code&client_id=a0cfc440-c766-43db-9ea8-40a1efbe22ac&scope=openid%20email&state=qCbuiCmQ6HV-CGLRZwjTaxtT2JnUP2jdAM4Pq6ijafc%3D&redirect_uri=https://shinyserver.stephlocke.com/login/oauth2/code/shinyproxy'
2019-10-23 13:48:17.018 DEBUG 1 --- [ XNIO-2 task-14] w.c.HttpSessionSecurityContextRepository : SecurityContext is empty or contents are anonymous - context will not be stored in HttpSession.
2019-10-23 13:48:17.019 DEBUG 1 --- [ XNIO-2 task-14] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
2019-10-23 13:48:17.084 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:17.084 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:17.202 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:17.202 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:17.343 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:17.343 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:17.394 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/css/**'
2019-10-23 13:48:17.394 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/img/**'
2019-10-23 13:48:17.394 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/js/**'
2019-10-23 13:48:17.395 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/assets/**'
2019-10-23 13:48:17.395 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/webjars/**'
2019-10-23 13:48:17.395 DEBUG 1 --- [ XNIO-2 task-15] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=qCbuiCmQ6HV-CGLRZwjTaxtT2JnUP2jdAM4Pq6ijafc%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..JbxG15Jb3yr-S1I5.TsRui4i0zBDQR_K8i_vK6KvC8U77SgcqfLLvdnw63sH4suutmOfcXH9YIDHv-O6e08z4VkPoaiykUqJKzRR7QmF9Ahig5kknL4uSWtoNMXgGdVNIhVOGyd6-LHs5dumGWxTdcKOQY5fSub4CNkcEkILF0sVD4s7VdSqYUd3P6aC-QMBMMYzyUXldAipCqdY_Nkd3key4AUAtvNrB1JhiDFPrTpgZUT6Lil07TX7NIL4tv_j9yBFsNAGhR_u_pkiuHTWvWYNe6z-vs0pBvnBBPTKj2LIep6-mCw70520VmdeJBwffh-1lgyRsCLrMxM6_64EWP2d54qT4SWe8hcw3XpUEFnMIOTxfquOnARwM3pgY9Egz1wU0PjPQCh99lss_hoG5t9NgKDfbDoQwq0V8nfuBaivnp3LlWIfVNboAARRzSxuwv8JMFRXCEwMcNwjGhO3vLxBlWu1kvp3ZX14kXbagl-z_kU8.lRVsLarltuV6luzZMqN6Zg at position 1 of 14 in additional filter chain; firing Filter: 'WebAsyncManagerIntegrationFilter'
2019-10-23 13:48:17.395 DEBUG 1 --- [ XNIO-2 task-15] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=qCbuiCmQ6HV-CGLRZwjTaxtT2JnUP2jdAM4Pq6ijafc%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..JbxG15Jb3yr-S1I5.TsRui4i0zBDQR_K8i_vK6KvC8U77SgcqfLLvdnw63sH4suutmOfcXH9YIDHv-O6e08z4VkPoaiykUqJKzRR7QmF9Ahig5kknL4uSWtoNMXgGdVNIhVOGyd6-LHs5dumGWxTdcKOQY5fSub4CNkcEkILF0sVD4s7VdSqYUd3P6aC-QMBMMYzyUXldAipCqdY_Nkd3key4AUAtvNrB1JhiDFPrTpgZUT6Lil07TX7NIL4tv_j9yBFsNAGhR_u_pkiuHTWvWYNe6z-vs0pBvnBBPTKj2LIep6-mCw70520VmdeJBwffh-1lgyRsCLrMxM6_64EWP2d54qT4SWe8hcw3XpUEFnMIOTxfquOnARwM3pgY9Egz1wU0PjPQCh99lss_hoG5t9NgKDfbDoQwq0V8nfuBaivnp3LlWIfVNboAARRzSxuwv8JMFRXCEwMcNwjGhO3vLxBlWu1kvp3ZX14kXbagl-z_kU8.lRVsLarltuV6luzZMqN6Zg at position 2 of 14 in additional filter chain; firing Filter: 'SecurityContextPersistenceFilter'
2019-10-23 13:48:17.395 DEBUG 1 --- [ XNIO-2 task-15] w.c.HttpSessionSecurityContextRepository : HttpSession returned null object for SPRING_SECURITY_CONTEXT
2019-10-23 13:48:17.395 DEBUG 1 --- [ XNIO-2 task-15] w.c.HttpSessionSecurityContextRepository : No SecurityContext was available from the HttpSession: io.undertow.servlet.spec.HttpSessionImpl@6e87f8cd. A new one will be created.
2019-10-23 13:48:17.395 DEBUG 1 --- [ XNIO-2 task-15] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=qCbuiCmQ6HV-CGLRZwjTaxtT2JnUP2jdAM4Pq6ijafc%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..JbxG15Jb3yr-S1I5.TsRui4i0zBDQR_K8i_vK6KvC8U77SgcqfLLvdnw63sH4suutmOfcXH9YIDHv-O6e08z4VkPoaiykUqJKzRR7QmF9Ahig5kknL4uSWtoNMXgGdVNIhVOGyd6-LHs5dumGWxTdcKOQY5fSub4CNkcEkILF0sVD4s7VdSqYUd3P6aC-QMBMMYzyUXldAipCqdY_Nkd3key4AUAtvNrB1JhiDFPrTpgZUT6Lil07TX7NIL4tv_j9yBFsNAGhR_u_pkiuHTWvWYNe6z-vs0pBvnBBPTKj2LIep6-mCw70520VmdeJBwffh-1lgyRsCLrMxM6_64EWP2d54qT4SWe8hcw3XpUEFnMIOTxfquOnARwM3pgY9Egz1wU0PjPQCh99lss_hoG5t9NgKDfbDoQwq0V8nfuBaivnp3LlWIfVNboAARRzSxuwv8JMFRXCEwMcNwjGhO3vLxBlWu1kvp3ZX14kXbagl-z_kU8.lRVsLarltuV6luzZMqN6Zg at position 3 of 14 in additional filter chain; firing Filter: 'HeaderWriterFilter'
2019-10-23 13:48:17.395 DEBUG 1 --- [ XNIO-2 task-15] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=qCbuiCmQ6HV-CGLRZwjTaxtT2JnUP2jdAM4Pq6ijafc%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..JbxG15Jb3yr-S1I5.TsRui4i0zBDQR_K8i_vK6KvC8U77SgcqfLLvdnw63sH4suutmOfcXH9YIDHv-O6e08z4VkPoaiykUqJKzRR7QmF9Ahig5kknL4uSWtoNMXgGdVNIhVOGyd6-LHs5dumGWxTdcKOQY5fSub4CNkcEkILF0sVD4s7VdSqYUd3P6aC-QMBMMYzyUXldAipCqdY_Nkd3key4AUAtvNrB1JhiDFPrTpgZUT6Lil07TX7NIL4tv_j9yBFsNAGhR_u_pkiuHTWvWYNe6z-vs0pBvnBBPTKj2LIep6-mCw70520VmdeJBwffh-1lgyRsCLrMxM6_64EWP2d54qT4SWe8hcw3XpUEFnMIOTxfquOnARwM3pgY9Egz1wU0PjPQCh99lss_hoG5t9NgKDfbDoQwq0V8nfuBaivnp3LlWIfVNboAARRzSxuwv8JMFRXCEwMcNwjGhO3vLxBlWu1kvp3ZX14kXbagl-z_kU8.lRVsLarltuV6luzZMqN6Zg at position 4 of 14 in additional filter chain; firing Filter: 'LogoutFilter'
2019-10-23 13:48:17.396 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/logout'
2019-10-23 13:48:17.396 DEBUG 1 --- [ XNIO-2 task-15] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=qCbuiCmQ6HV-CGLRZwjTaxtT2JnUP2jdAM4Pq6ijafc%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..JbxG15Jb3yr-S1I5.TsRui4i0zBDQR_K8i_vK6KvC8U77SgcqfLLvdnw63sH4suutmOfcXH9YIDHv-O6e08z4VkPoaiykUqJKzRR7QmF9Ahig5kknL4uSWtoNMXgGdVNIhVOGyd6-LHs5dumGWxTdcKOQY5fSub4CNkcEkILF0sVD4s7VdSqYUd3P6aC-QMBMMYzyUXldAipCqdY_Nkd3key4AUAtvNrB1JhiDFPrTpgZUT6Lil07TX7NIL4tv_j9yBFsNAGhR_u_pkiuHTWvWYNe6z-vs0pBvnBBPTKj2LIep6-mCw70520VmdeJBwffh-1lgyRsCLrMxM6_64EWP2d54qT4SWe8hcw3XpUEFnMIOTxfquOnARwM3pgY9Egz1wU0PjPQCh99lss_hoG5t9NgKDfbDoQwq0V8nfuBaivnp3LlWIfVNboAARRzSxuwv8JMFRXCEwMcNwjGhO3vLxBlWu1kvp3ZX14kXbagl-z_kU8.lRVsLarltuV6luzZMqN6Zg at position 5 of 14 in additional filter chain; firing Filter: 'OAuth2AuthorizationRequestRedirectFilter'
2019-10-23 13:48:17.396 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/oauth2/authorization/{registrationId}'
2019-10-23 13:48:17.396 DEBUG 1 --- [ XNIO-2 task-15] o.s.security.web.FilterChainProxy : /login/oauth2/code/shinyproxy?state=qCbuiCmQ6HV-CGLRZwjTaxtT2JnUP2jdAM4Pq6ijafc%3d&code=eyJraWQiOiJjcGltY29yZV8wOTI1MjAxNSIsInZlciI6IjEuMCIsInppcCI6IkRlZmxhdGUiLCJzZXIiOiIxLjAifQ..JbxG15Jb3yr-S1I5.TsRui4i0zBDQR_K8i_vK6KvC8U77SgcqfLLvdnw63sH4suutmOfcXH9YIDHv-O6e08z4VkPoaiykUqJKzRR7QmF9Ahig5kknL4uSWtoNMXgGdVNIhVOGyd6-LHs5dumGWxTdcKOQY5fSub4CNkcEkILF0sVD4s7VdSqYUd3P6aC-QMBMMYzyUXldAipCqdY_Nkd3key4AUAtvNrB1JhiDFPrTpgZUT6Lil07TX7NIL4tv_j9yBFsNAGhR_u_pkiuHTWvWYNe6z-vs0pBvnBBPTKj2LIep6-mCw70520VmdeJBwffh-1lgyRsCLrMxM6_64EWP2d54qT4SWe8hcw3XpUEFnMIOTxfquOnARwM3pgY9Egz1wU0PjPQCh99lss_hoG5t9NgKDfbDoQwq0V8nfuBaivnp3LlWIfVNboAARRzSxuwv8JMFRXCEwMcNwjGhO3vLxBlWu1kvp3ZX14kXbagl-z_kU8.lRVsLarltuV6luzZMqN6Zg at position 6 of 14 in additional filter chain; firing Filter: 'OAuth2LoginAuthenticationFilter'
2019-10-23 13:48:17.396 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : '/login/oauth2/code/shinyproxy'; against '/login/oauth2/code/*'
2019-10-23 13:48:17.396 DEBUG 1 --- [ XNIO-2 task-15] .s.o.c.w.OAuth2LoginAuthenticationFilter : Request is to process authentication
2019-10-23 13:48:17.396 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:17.396 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:17.480 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:17.480 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:17.596 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:17.596 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:17.625 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:17.625 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:17.709 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:17.709 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:17.726 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:17.727 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:17.825 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:17.825 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:17.854 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:17.854 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:17.930 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:17.931 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:17.962 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:17.962 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:18.045 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:18.045 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:18.074 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:18.074 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:18.194 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:18.194 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:18.203 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:18.203 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:18.316 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:18.316 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:18.335 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:18.335 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:18.443 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:18.443 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:18.468 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:18.468 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:18.572 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:18.572 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:18.595 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:18.595 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:18.699 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:18.699 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:18.776 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:18.777 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:18.852 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:18.852 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:18.883 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:18.883 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:18.979 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:18.979 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:19.033 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:19.033 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:19.114 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:19.114 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:19.175 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:19.175 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:19.234 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:19.234 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:19.300 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:19.300 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:19.347 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:19.347 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:19.408 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:19.408 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:19.466 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:19.466 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:19.556 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:19.556 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:19.589 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:19.589 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:19.679 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:19.679 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:19.724 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:19.724 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:19.800 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:19.800 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:19.844 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:19.844 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:19.909 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:19.909 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:19.950 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:19.950 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:20.054 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:20.054 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:20.063 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:20.063 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:20.183 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:20.183 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:20.191 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:20.191 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:20.306 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:20.306 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:20.311 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:20.311 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:20.422 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:20.422 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:20.441 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:20.441 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:20.544 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:20.544 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:20.578 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:20.578 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:20.699 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:20.699 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:20.717 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:20.717 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:20.837 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:20.837 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:20.941 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:20.941 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:21.018 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:21.018 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:21.075 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:21.075 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:21.127 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:21.127 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:21.187 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:21.188 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:21.233 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:21.233 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:21.294 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:21.295 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:21.343 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:21.343 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:21.435 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:21.435 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:21.499 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:21.500 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:21.554 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:21.554 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:21.638 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:21.638 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:21.727 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:21.727 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:21.787 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:21.787 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:21.871 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:21.871 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:21.910 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:21.910 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:22.014 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:22.014 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:22.024 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:22.024 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:22.122 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:22.122 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:22.149 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:22.149 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:22.283 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:22.283 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:22.292 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:22.292 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:22.414 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:22.414 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:22.433 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:22.433 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:22.525 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:22.526 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:22.544 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:22.544 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:22.637 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:22.637 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:22.691 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:22.691 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:22.769 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:22.769 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:22.844 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:22.844 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:22.919 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:22.919 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:22.959 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:22.959 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:23.030 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:23.030 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:23.098 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:23.098 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:23.140 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:23.140 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:23.212 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:23.212 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:23.284 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:23.284 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:23.324 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:23.324 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:23.434 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:23.434 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:23.441 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:23.441 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:23.549 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:23.550 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:23.569 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:23.569 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:23.671 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:23.671 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:23.676 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:23.676 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:23.785 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:23.785 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:23.795 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:23.795 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:23.921 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:23.921 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:23.932 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:23.933 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:24.030 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:24.030 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:24.052 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:24.052 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:24.166 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:24.167 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:24.177 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:24.177 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:24.322 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:24.322 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:24.331 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:24.331 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:24.444 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:24.444 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:24.450 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:24.450 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:24.562 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:24.563 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:24.564 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:24.564 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:24.704 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:24.704 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:24.718 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:24.718 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:24.810 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:24.811 DEBUG 1 --- [ XNIO-2 task-15] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAuthenticationProvider
2019-10-23 13:48:24.866 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationProvider
2019-10-23 13:48:24.866 DEBUG 1 --- [ XNIO-2 task-11] o.s.s.authentication.ProviderManager : Authentication attempt using org.springframework.security.oauth2.client.oidc.authentication.OidcAuthorizationCodeAut
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment