Here we go! I couldnât get much from SpringBoot console logs either, except confirming the hapless crying of Spring Security filters.
08:13:09.731 [main] DEBUG org.springframework.boot.devtools.settings.DevToolsSettings - Included patterns for restart : []
08:13:09.749 [main] DEBUG org.springframework.boot.devtools.settings.DevToolsSettings - Excluded patterns for restart : [/spring-boot-starter/target/classes/, /spring-boot-autoconfigure/target/classes/, /spring-boot-starter-[\w-]+/, /spring-boot/target/classes/, /spring-boot-actuator/target/classes/, /spring-boot-devtools/target/classes/]
08:13:09.750 [main] DEBUG org.springframework.boot.devtools.restart.ChangeableUrls - Matching URLs for reloading : [file:/home/ramesh/software/workspace-sts-3.9.2.RELEASE/oauth-implicit-example/target/classes/]
. ____ _ __ _ _
/\ / â __ _ () __ __ _ \ \ \
( ( )__ | '_ | '| | â / ` | \ \ \
\/ )| |)| | | | | || (| | ) ) ) )
â || .__|| ||| |_, | / / / /
=========||==============|/=////
:: Spring Boot :: (v2.0.0.RELEASE)
2018-03-15 08:13:15.729 DEBUG 6608 â [ restartedMain] eGlobalAuthenticationAutowiredConfigurer : Eagerly initializing {org.springframework.boot.autoconfigure.security.servlet.WebSecurityEnablerConfiguration=org.springframework.boot.autoconfigure.security.servlet.WebSecurityEnablerConfiguration$$EnhancerBySpringCGLIB$$c96d53d9@18198b98}
2018-03-15 08:13:16.237 DEBUG 6608 â [ restartedMain] edFilterInvocationSecurityMetadataSource : Adding web access control expression âpermitAllâ, for Ant [pattern=â/â]
2018-03-15 08:13:16.239 DEBUG 6608 â [ restartedMain] edFilterInvocationSecurityMetadataSource : Adding web access control expression âpermitAllâ, for Ant [pattern=â/index.htmlâ]
2018-03-15 08:13:16.239 DEBUG 6608 â [ restartedMain] edFilterInvocationSecurityMetadataSource : Adding web access control expression âpermitAllâ, for Ant [pattern=â/sign-in-widget-configâ]
2018-03-15 08:13:16.240 DEBUG 6608 â [ restartedMain] edFilterInvocationSecurityMetadataSource : Adding web access control expression âauthenticatedâ, for org.springframework.security.web.util.matcher.AnyRequestMatcher@1
2018-03-15 08:13:16.247 DEBUG 6608 â [ restartedMain] o.s.s.w.a.i.FilterSecurityInterceptor : Validated configuration attributes
2018-03-15 08:13:16.248 DEBUG 6608 â [ restartedMain] o.s.s.w.a.i.FilterSecurityInterceptor : Validated configuration attributes
2018-03-15 08:13:16.253 INFO 6608 â [ restartedMain] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2f9f435b, org.springframework.security.web.context.SecurityContextPersistenceFilter@319bf8dd, org.springframework.security.web.header.HeaderWriterFilter@334aa486, org.springframework.security.web.authentication.logout.LogoutFilter@75d24061, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@64f747c6, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1d4c2b2c, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@785d882, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@606ed0e4, org.springframework.security.web.session.SessionManagementFilter@397e39fc, org.springframework.security.web.access.ExceptionTranslationFilter@ea8a875, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@2a2b48d4]
2018-03-15 08:13:33.936 DEBUG 6608 â [nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 1 of 11 in additional filter chain; firing Filter: âWebAsyncManagerIntegrationFilterâ
2018-03-15 08:13:33.937 DEBUG 6608 â [nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 2 of 11 in additional filter chain; firing Filter: âSecurityContextPersistenceFilterâ
2018-03-15 08:13:33.939 DEBUG 6608 â [nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 3 of 11 in additional filter chain; firing Filter: âHeaderWriterFilterâ
2018-03-15 08:13:33.940 DEBUG 6608 â [nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 4 of 11 in additional filter chain; firing Filter: âLogoutFilterâ
2018-03-15 08:13:33.940 DEBUG 6608 â [nio-8080-exec-1] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern=â/logoutâ, GET]
2018-03-15 08:13:33.940 DEBUG 6608 â [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : â/â; against â/logoutâ
2018-03-15 08:13:33.941 DEBUG 6608 â [nio-8080-exec-1] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern=â/logoutâ, POST]
2018-03-15 08:13:33.941 DEBUG 6608 â [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request âGET /â doesnât match âPOST /logout
2018-03-15 08:13:33.941 DEBUG 6608 â [nio-8080-exec-1] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern=â/logoutâ, PUT]
2018-03-15 08:13:33.941 DEBUG 6608 â [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request âGET /â doesnât match âPUT /logout
2018-03-15 08:13:33.941 DEBUG 6608 â [nio-8080-exec-1] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern=â/logoutâ, DELETE]
2018-03-15 08:13:33.942 DEBUG 6608 â [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Request âGET /â doesnât match âDELETE /logout
2018-03-15 08:13:33.942 DEBUG 6608 â [nio-8080-exec-1] o.s.s.web.util.matcher.OrRequestMatcher : No matches found
2018-03-15 08:13:33.943 DEBUG 6608 â [nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 5 of 11 in additional filter chain; firing Filter: âOAuth2AuthenticationProcessingFilterâ
2018-03-15 08:13:33.943 DEBUG 6608 â [nio-8080-exec-1] o.s.s.o.p.a.BearerTokenExtractor : Token not found in headers. Trying request parameters.
2018-03-15 08:13:33.943 DEBUG 6608 â [nio-8080-exec-1] o.s.s.o.p.a.BearerTokenExtractor : Token not found in request parameters. Not an OAuth2 request.
2018-03-15 08:13:33.943 DEBUG 6608 â [nio-8080-exec-1] p.a.OAuth2AuthenticationProcessingFilter : No token in request, will continue chain.
2018-03-15 08:13:33.943 DEBUG 6608 â [nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 6 of 11 in additional filter chain; firing Filter: âRequestCacheAwareFilterâ
2018-03-15 08:13:33.943 DEBUG 6608 â [nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 7 of 11 in additional filter chain; firing Filter: âSecurityContextHolderAwareRequestFilterâ
2018-03-15 08:13:33.944 DEBUG 6608 â [nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 8 of 11 in additional filter chain; firing Filter: âAnonymousAuthenticationFilterâ
2018-03-15 08:13:33.945 DEBUG 6608 â [nio-8080-exec-1] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: âorg.springframework.security.authentication.AnonymousAuthenticationToken@689d1afc: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: ROLE_ANONYMOUSâ
2018-03-15 08:13:33.946 DEBUG 6608 â [nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 9 of 11 in additional filter chain; firing Filter: âSessionManagementFilterâ
2018-03-15 08:13:33.946 DEBUG 6608 â [nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 10 of 11 in additional filter chain; firing Filter: âExceptionTranslationFilterâ
2018-03-15 08:13:33.946 DEBUG 6608 â [nio-8080-exec-1] o.s.security.web.FilterChainProxy : / at position 11 of 11 in additional filter chain; firing Filter: âFilterSecurityInterceptorâ
2018-03-15 08:13:33.946 DEBUG 6608 â [nio-8080-exec-1] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : â/â; against â/â
2018-03-15 08:13:33.947 DEBUG 6608 â [nio-8080-exec-1] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /; Attributes: [#oauth2.throwOnError(permitAll)]
2018-03-15 08:13:33.947 DEBUG 6608 â [nio-8080-exec-1] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@689d1afc: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: ROLE_ANONYMOUS
2018-03-15 08:13:33.954 DEBUG 6608 â [nio-8080-exec-1] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@4e43dada, returned: 1
2018-03-15 08:13:33.955 DEBUG 6608 â [nio-8080-exec-1] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
2018-03-15 08:13:33.955 DEBUG 6608 â [nio-8080-exec-1] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
2018-03-15 08:13:33.955 DEBUG 6608 â [nio-8080-exec-1] o.s.security.web.FilterChainProxy : / reached end of additional filter chain; proceeding with original chain
2018-03-15 08:13:33.987 DEBUG 6608 â [nio-8080-exec-1] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@72bdc039
2018-03-15 08:13:34.015 DEBUG 6608 â [nio-8080-exec-1] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
2018-03-15 08:13:34.016 DEBUG 6608 â [nio-8080-exec-1] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
2018-03-15 08:13:34.205 DEBUG 6608 â [nio-8080-exec-2] o.s.security.web.FilterChainProxy : /sign-in-widget-config at position 1 of 11 in additional filter chain; firing Filter: âWebAsyncManagerIntegrationFilterâ
2018-03-15 08:13:34.205 DEBUG 6608 â [nio-8080-exec-2] o.s.security.web.FilterChainProxy : /sign-in-widget-config at position 2 of 11 in additional filter chain; firing Filter: âSecurityContextPersistenceFilterâ
2018-03-15 08:13:34.206 DEBUG 6608 â [nio-8080-exec-2] o.s.security.web.FilterChainProxy : /sign-in-widget-config at position 3 of 11 in additional filter chain; firing Filter: âHeaderWriterFilterâ
2018-03-15 08:13:34.206 DEBUG 6608 â [nio-8080-exec-2] o.s.security.web.FilterChainProxy : /sign-in-widget-config at position 4 of 11 in additional filter chain; firing Filter: âLogoutFilterâ
2018-03-15 08:13:34.206 DEBUG 6608 â [nio-8080-exec-2] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern=â/logoutâ, GET]
2018-03-15 08:13:34.206 DEBUG 6608 â [nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : â/sign-in-widget-configâ; against â/logoutâ
2018-03-15 08:13:34.206 DEBUG 6608 â [nio-8080-exec-2] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern=â/logoutâ, POST]
2018-03-15 08:13:34.206 DEBUG 6608 â [nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Request âGET /sign-in-widget-configâ doesnât match âPOST /logout
2018-03-15 08:13:34.206 DEBUG 6608 â [nio-8080-exec-2] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern=â/logoutâ, PUT]
2018-03-15 08:13:34.206 DEBUG 6608 â [nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Request âGET /sign-in-widget-configâ doesnât match âPUT /logout
2018-03-15 08:13:34.206 DEBUG 6608 â [nio-8080-exec-2] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern=â/logoutâ, DELETE]
2018-03-15 08:13:34.206 DEBUG 6608 â [nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Request âGET /sign-in-widget-configâ doesnât match âDELETE /logout
2018-03-15 08:13:34.206 DEBUG 6608 â [nio-8080-exec-2] o.s.s.web.util.matcher.OrRequestMatcher : No matches found
2018-03-15 08:13:34.211 DEBUG 6608 â [nio-8080-exec-2] o.s.security.web.FilterChainProxy : /sign-in-widget-config at position 5 of 11 in additional filter chain; firing Filter: âOAuth2AuthenticationProcessingFilterâ
2018-03-15 08:13:34.211 DEBUG 6608 â [nio-8080-exec-2] o.s.s.o.p.a.BearerTokenExtractor : Token not found in headers. Trying request parameters.
2018-03-15 08:13:34.211 DEBUG 6608 â [nio-8080-exec-2] o.s.s.o.p.a.BearerTokenExtractor : Token not found in request parameters. Not an OAuth2 request.
2018-03-15 08:13:34.211 DEBUG 6608 â [nio-8080-exec-2] p.a.OAuth2AuthenticationProcessingFilter : No token in request, will continue chain.
2018-03-15 08:13:34.211 DEBUG 6608 â [nio-8080-exec-2] o.s.security.web.FilterChainProxy : /sign-in-widget-config at position 6 of 11 in additional filter chain; firing Filter: âRequestCacheAwareFilterâ
2018-03-15 08:13:34.211 DEBUG 6608 â [nio-8080-exec-2] o.s.security.web.FilterChainProxy : /sign-in-widget-config at position 7 of 11 in additional filter chain; firing Filter: âSecurityContextHolderAwareRequestFilterâ
2018-03-15 08:13:34.211 DEBUG 6608 â [nio-8080-exec-2] o.s.security.web.FilterChainProxy : /sign-in-widget-config at position 8 of 11 in additional filter chain; firing Filter: âAnonymousAuthenticationFilterâ
2018-03-15 08:13:34.211 DEBUG 6608 â [nio-8080-exec-2] o.s.s.w.a.AnonymousAuthenticationFilter : Populated SecurityContextHolder with anonymous token: âorg.springframework.security.authentication.AnonymousAuthenticationToken@689d1afc: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: ROLE_ANONYMOUSâ
2018-03-15 08:13:34.211 DEBUG 6608 â [nio-8080-exec-2] o.s.security.web.FilterChainProxy : /sign-in-widget-config at position 9 of 11 in additional filter chain; firing Filter: âSessionManagementFilterâ
2018-03-15 08:13:34.211 DEBUG 6608 â [nio-8080-exec-2] o.s.security.web.FilterChainProxy : /sign-in-widget-config at position 10 of 11 in additional filter chain; firing Filter: âExceptionTranslationFilterâ
2018-03-15 08:13:34.212 DEBUG 6608 â [nio-8080-exec-2] o.s.security.web.FilterChainProxy : /sign-in-widget-config at position 11 of 11 in additional filter chain; firing Filter: âFilterSecurityInterceptorâ
2018-03-15 08:13:34.212 DEBUG 6608 â [nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : â/sign-in-widget-configâ; against â/â
2018-03-15 08:13:34.212 DEBUG 6608 â [nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : â/sign-in-widget-configâ; against â/index.htmlâ
2018-03-15 08:13:34.212 DEBUG 6608 â [nio-8080-exec-2] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : â/sign-in-widget-configâ; against â/sign-in-widget-configâ
2018-03-15 08:13:34.212 DEBUG 6608 â [nio-8080-exec-2] o.s.s.w.a.i.FilterSecurityInterceptor : Secure object: FilterInvocation: URL: /sign-in-widget-config; Attributes: [#oauth2.throwOnError(permitAll)]
2018-03-15 08:13:34.212 DEBUG 6608 â [nio-8080-exec-2] o.s.s.w.a.i.FilterSecurityInterceptor : Previously Authenticated: org.springframework.security.authentication.AnonymousAuthenticationToken@689d1afc: Principal: anonymousUser; Credentials: [PROTECTED]; Authenticated: true; Details: org.springframework.security.web.authentication.WebAuthenticationDetails@b364: RemoteIpAddress: 0:0:0:0:0:0:0:1; SessionId: null; Granted Authorities: ROLE_ANONYMOUS
2018-03-15 08:13:34.214 DEBUG 6608 â [nio-8080-exec-2] o.s.s.access.vote.AffirmativeBased : Voter: org.springframework.security.web.access.expression.WebExpressionVoter@4e43dada, returned: 1
2018-03-15 08:13:34.214 DEBUG 6608 â [nio-8080-exec-2] o.s.s.w.a.i.FilterSecurityInterceptor : Authorization successful
2018-03-15 08:13:34.214 DEBUG 6608 â [nio-8080-exec-2] o.s.s.w.a.i.FilterSecurityInterceptor : RunAsManager did not change Authentication object
2018-03-15 08:13:34.214 DEBUG 6608 â [nio-8080-exec-2] o.s.security.web.FilterChainProxy : /sign-in-widget-config reached end of additional filter chain; proceeding with original chain
2018-03-15 08:13:34.299 DEBUG 6608 â [nio-8080-exec-2] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@72bdc039
2018-03-15 08:13:34.302 DEBUG 6608 â [nio-8080-exec-2] o.s.s.w.a.ExceptionTranslationFilter : Chain processed normally
2018-03-15 08:13:34.302 DEBUG 6608 â [nio-8080-exec-2] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed
2018-03-15 08:13:37.913 DEBUG 6608 â [nio-8080-exec-3] o.s.security.web.FilterChainProxy : /mod at position 1 of 11 in additional filter chain; firing Filter: âWebAsyncManagerIntegrationFilterâ
2018-03-15 08:13:37.914 DEBUG 6608 â [nio-8080-exec-3] o.s.security.web.FilterChainProxy : /mod at position 2 of 11 in additional filter chain; firing Filter: âSecurityContextPersistenceFilterâ
2018-03-15 08:13:37.914 DEBUG 6608 â [nio-8080-exec-3] o.s.security.web.FilterChainProxy : /mod at position 3 of 11 in additional filter chain; firing Filter: âHeaderWriterFilterâ
2018-03-15 08:13:37.914 DEBUG 6608 â [nio-8080-exec-3] o.s.security.web.FilterChainProxy : /mod at position 4 of 11 in additional filter chain; firing Filter: âLogoutFilterâ
2018-03-15 08:13:37.914 DEBUG 6608 â [nio-8080-exec-3] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern=â/logoutâ, GET]
2018-03-15 08:13:37.914 DEBUG 6608 â [nio-8080-exec-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Checking match of request : â/modâ; against â/logoutâ
2018-03-15 08:13:37.914 DEBUG 6608 â [nio-8080-exec-3] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern=â/logoutâ, POST]
2018-03-15 08:13:37.914 DEBUG 6608 â [nio-8080-exec-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Request âGET /modâ doesnât match âPOST /logout
2018-03-15 08:13:37.914 DEBUG 6608 â [nio-8080-exec-3] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern=â/logoutâ, PUT]
2018-03-15 08:13:37.914 DEBUG 6608 â [nio-8080-exec-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Request âGET /modâ doesnât match âPUT /logout
2018-03-15 08:13:37.914 DEBUG 6608 â [nio-8080-exec-3] o.s.s.web.util.matcher.OrRequestMatcher : Trying to match using Ant [pattern=â/logoutâ, DELETE]
2018-03-15 08:13:37.914 DEBUG 6608 â [nio-8080-exec-3] o.s.s.w.u.matcher.AntPathRequestMatcher : Request âGET /modâ doesnât match 'DELETE /logout
2018-03-15 08:13:37.914 DEBUG 6608 â [nio-8080-exec-3] o.s.s.web.util.matcher.OrRequestMatcher : No matches found
2018-03-15 08:13:37.914 DEBUG 6608 â [nio-8080-exec-3] o.s.security.web.FilterChainProxy : /mod at position 5 of 11 in additional filter chain; firing Filter: âOAuth2AuthenticationProcessingFilterâ
2018-03-15 08:13:37.921 DEBUG 6608 â [nio-8080-exec-3] p.a.OAuth2AuthenticationProcessingFilter : Authentication request failed: error=âinvalid_tokenâ, error_description=âInvalid access token: eyJraWQiOiJxUnRROGFKMGNxN19QTHVzdFN3V2tzLUE2QWhUZ3NuMW9QSy1xRXp1azdZIiwiYWxnIjoiUlMyNTYifQ.eyJ2ZXIiOjEsImp0aSI6IkFULlRHaTdCbDJjeUZDdUFUZUxKZ1VnTURHSkJsSUlXN0ZQVFV2SUFYdUc4bkUiLCJpc3MiOiJodHRwczovL2Rldi04NDUxMzEub2t0YXByZXZpZXcuY29tL29hdXRoMi9kZWZhdWx0IiwiYXVkIjoiYXBpOi8vZGVmYXVsdCIsImlhdCI6MTUyMTEyNjgxNywiZXhwIjoxNTIxMTMwNDE3LCJjaWQiOiIwb2FlYmtqN2RiT3prRVFQczBoNyIsInVpZCI6IjAwdWVib2swODE2NXI3aERiMGg3Iiwic2NwIjpbImVtYWlsIiwib3BlbmlkIiwicHJvZmlsZSJdLCJzdWIiOiJyYW1hbjIwNzJAZ21haWwuY29tIn0.XDWjyQPra_lxyQylKszFbCNa-vxFH6wyH9YD99PSDEtIimHt6g9O3YZ69dQNKcv8I3MupO6pTm3PK6W3Yf7TehTt7IHy4w3htFC5jhvTN402-nMHE_G9KvGCj_S0Ll1gfeqE_FJIt0_3ilyHuSsIamBDefneC-SFcVce4fqxIJ9EK2PqWJ0pF_f3hVJXCumVIe_B4fs32qOMO1BCjZ-iB2GJvEmEiatV4A77UQH_OuidupHkSvN-BHttlJW1oqGtRwwY6q3wyhqdcGhceSJ7BNqx58fw9WKeVgX3M2N-A6zAiGLGv_-er9VkPgGmMYVY9Y_pXqCh7utHtJBtaoopIQâ
2018-03-15 08:13:37.956 DEBUG 6608 â [nio-8080-exec-3] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match the requestMatcher org.springframework.security.web.header.writers.HstsHeaderWriter$SecureRequestMatcher@72bdc039
2018-03-15 08:13:37.961 DEBUG 6608 â [nio-8080-exec-3] s.s.o.p.e.DefaultOAuth2ExceptionRenderer : Written [error=âinvalid_tokenâ, error_description=âInvalid access token: eyJraWQiOiJxUnRROGFKMGNxN19QTHVzdFN3V2tzLUE2QWhUZ3NuMW9QSy1xRXp1azdZIiwiYWxnIjoiUlMyNTYifQ.eyJ2ZXIiOjEsImp0aSI6IkFULlRHaTdCbDJjeUZDdUFUZUxKZ1VnTURHSkJsSUlXN0ZQVFV2SUFYdUc4bkUiLCJpc3MiOiJodHRwczovL2Rldi04NDUxMzEub2t0YXByZXZpZXcuY29tL29hdXRoMi9kZWZhdWx0IiwiYXVkIjoiYXBpOi8vZGVmYXVsdCIsImlhdCI6MTUyMTEyNjgxNywiZXhwIjoxNTIxMTMwNDE3LCJjaWQiOiIwb2FlYmtqN2RiT3prRVFQczBoNyIsInVpZCI6IjAwdWVib2swODE2NXI3aERiMGg3Iiwic2NwIjpbImVtYWlsIiwib3BlbmlkIiwicHJvZmlsZSJdLCJzdWIiOiJyYW1hbjIwNzJAZ21haWwuY29tIn0.XDWjyQPra_lxyQylKszFbCNa-vxFH6wyH9YD99PSDEtIimHt6g9O3YZ69dQNKcv8I3MupO6pTm3PK6W3Yf7TehTt7IHy4w3htFC5jhvTN402-nMHE_G9KvGCj_S0Ll1gfeqE_FJIt0_3ilyHuSsIamBDefneC-SFcVce4fqxIJ9EK2PqWJ0pF_f3hVJXCumVIe_B4fs32qOMO1BCjZ-iB2GJvEmEiatV4A77UQH_OuidupHkSvN-BHttlJW1oqGtRwwY6q3wyhqdcGhceSJ7BNqx58fw9WKeVgX3M2N-A6zAiGLGv_-er9VkPgGmMYVY9Y_pXqCh7utHtJBtaoopIQâ] as âapplication/json;charset=UTF-8â using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@15ab67e8]
2018-03-15 08:13:37.961 DEBUG 6608 â [nio-8080-exec-3] s.s.w.c.SecurityContextPersistenceFilter : SecurityContextHolder now cleared, as request processing completed