Giter Club home page Giter Club logo

spring-enterprise-authorization-server's Introduction

spring-enterprise-authorization-server's People

Contributors

rwinch avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

spring-enterprise-authorization-server's Issues

Unable to login (get an access code)

Probably there is some issue with the authorization-server. I'm trying to login in order to generate an an access code. However this is not possible, I'm being redirected to http://localhost:9090 and response is (type=Not Found, status=404). :

I've upgrades Spring Boot in gradle to 3.1.2:

id 'org.springframework.boot' version '3.1.2'

After opening: http://localhost:9090/login, using "user/password" is not possible, I get HTTP 404:

This application has no explicit mapping for /error, so you are seeing this as a fallback. Mon Sep 18 14:57:38 EEST 2023 There was an unexpected error (type=Not Found, status=404).

Here is the log after pressing the "Login" button:

2023-09-18T14:57:36.977+03:00 TRACE 5964 --- [nio-9090-exec-2] o.s.security.web.FilterChainProxy : Trying to match request against DefaultSecurityFilterChain [RequestMatcher=Or [Ant [pattern='/oauth2/**'], org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers.OAuth2AuthorizationServerConfigurer$$Lambda$783/0x0000000801040670@167a21b], Filters=[org.springframework.security.web.session.DisableEncodeUrlFilter@7c0df4ab, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2e362407, org.springframework.security.web.context.SecurityContextHolderFilter@76a9a009, org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers.AuthorizationServerContextFilter@478967eb, org.springframework.security.web.header.HeaderWriterFilter@6ce26986, org.springframework.security.web.csrf.CsrfFilter@6dd79214, org.springframework.security.oauth2.server.authorization.oidc.web.OidcLogoutEndpointFilter@18cf5c52, org.springframework.security.web.authentication.logout.LogoutFilter@42cf6349, org.springframework.security.oauth2.server.authorization.web.OAuth2AuthorizationServerMetadataEndpointFilter@7d7ceca8, org.springframework.security.oauth2.server.authorization.web.OAuth2AuthorizationEndpointFilter@70f148dc, org.springframework.security.oauth2.server.authorization.web.OAuth2DeviceVerificationEndpointFilter@4c24f3a2, org.springframework.security.oauth2.server.authorization.oidc.web.OidcProviderConfigurationEndpointFilter@2baac4a7, org.springframework.security.oauth2.server.authorization.web.NimbusJwkSetEndpointFilter@5ac044ef, org.springframework.security.oauth2.server.authorization.web.OAuth2ClientAuthenticationFilter@3b57dba4, org.springframework.security.oauth2.server.resource.web.authentication.BearerTokenAuthenticationFilter@1d99ee1b, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@34009349, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7f2b584b, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@388be5fd, org.springframework.security.web.access.ExceptionTranslationFilter@2f4d32bf, org.springframework.security.web.access.intercept.AuthorizationFilter@6d874695, org.springframework.security.oauth2.server.authorization.web.OAuth2TokenEndpointFilter@6206b4a7, org.springframework.security.oauth2.server.authorization.web.OAuth2TokenIntrospectionEndpointFilter@21002393, org.springframework.security.oauth2.server.authorization.web.OAuth2TokenRevocationEndpointFilter@407b8435, org.springframework.security.oauth2.server.authorization.web.OAuth2DeviceAuthorizationEndpointFilter@21f9c6ea, org.springframework.security.oauth2.server.authorization.oidc.web.OidcUserInfoEndpointFilter@2776fd8f]] (1/2) 2023-09-18T14:57:36.978+03:00 TRACE 5964 --- [nio-9090-exec-2] o.s.security.web.FilterChainProxy : Trying to match request against DefaultSecurityFilterChain [RequestMatcher=any request, Filters=[org.springframework.security.web.session.DisableEncodeUrlFilter@3ace6346, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4e48462d, org.springframework.security.web.context.SecurityContextHolderFilter@21d9cd04, org.springframework.security.web.header.HeaderWriterFilter@6befbb12, org.springframework.security.web.csrf.CsrfFilter@2e4eda17, org.springframework.security.web.authentication.logout.LogoutFilter@7ac48f05, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@642c6461, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@799f354a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@33bdd01, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@17216605, org.springframework.security.web.access.ExceptionTranslationFilter@7b5021d1, org.springframework.security.web.access.intercept.AuthorizationFilter@27ffd9f8]] (2/2) 2023-09-18T14:57:36.978+03:00 DEBUG 5964 --- [nio-9090-exec-2] o.s.security.web.FilterChainProxy : Securing POST /login 2023-09-18T14:57:36.978+03:00 TRACE 5964 --- [nio-9090-exec-2] o.s.security.web.FilterChainProxy : Invoking DisableEncodeUrlFilter (1/12) 2023-09-18T14:57:36.978+03:00 TRACE 5964 --- [nio-9090-exec-2] o.s.security.web.FilterChainProxy : Invoking WebAsyncManagerIntegrationFilter (2/12) 2023-09-18T14:57:36.978+03:00 TRACE 5964 --- [nio-9090-exec-2] o.s.security.web.FilterChainProxy : Invoking SecurityContextHolderFilter (3/12) 2023-09-18T14:57:36.978+03:00 TRACE 5964 --- [nio-9090-exec-2] o.s.security.web.FilterChainProxy : Invoking HeaderWriterFilter (4/12) 2023-09-18T14:57:36.978+03:00 TRACE 5964 --- [nio-9090-exec-2] o.s.security.web.FilterChainProxy : Invoking CsrfFilter (5/12) 2023-09-18T14:57:36.979+03:00 TRACE 5964 --- [nio-9090-exec-2] o.s.security.web.FilterChainProxy : Invoking LogoutFilter (6/12) 2023-09-18T14:57:36.979+03:00 TRACE 5964 --- [nio-9090-exec-2] o.s.s.w.a.logout.LogoutFilter : Did not match request to Ant [pattern='/logout', POST] 2023-09-18T14:57:36.979+03:00 TRACE 5964 --- [nio-9090-exec-2] o.s.security.web.FilterChainProxy : Invoking UsernamePasswordAuthenticationFilter (7/12) 2023-09-18T14:57:36.979+03:00 TRACE 5964 --- [nio-9090-exec-2] o.s.s.authentication.ProviderManager : Authenticating request with DaoAuthenticationProvider (1/1) 2023-09-18T14:57:37.983+03:00 DEBUG 5964 --- [nio-9090-exec-2] o.s.s.a.dao.DaoAuthenticationProvider : Authenticated user 2023-09-18T14:57:37.984+03:00 TRACE 5964 --- [nio-9090-exec-2] s.CompositeSessionAuthenticationStrategy : Preparing session with ChangeSessionIdAuthenticationStrategy (1/2) 2023-09-18T14:57:37.984+03:00 DEBUG 5964 --- [nio-9090-exec-2] .s.ChangeSessionIdAuthenticationStrategy : Changed session id from C7A2CF8A3B5E6039F8AD39AD078E1126 2023-09-18T14:57:37.984+03:00 TRACE 5964 --- [nio-9090-exec-2] s.CompositeSessionAuthenticationStrategy : Preparing session with CsrfAuthenticationStrategy (2/2) 2023-09-18T14:57:37.985+03:00 DEBUG 5964 --- [nio-9090-exec-2] o.s.s.w.csrf.CsrfAuthenticationStrategy : Replaced CSRF Token 2023-09-18T14:57:37.985+03:00 DEBUG 5964 --- [nio-9090-exec-2] w.c.HttpSessionSecurityContextRepository : Stored SecurityContextImpl [Authentication=UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=user, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, credentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=0:0:0:0:0:0:0:1, SessionId=C7A2CF8A3B5E6039F8AD39AD078E1126], Granted Authorities=[]]] to HttpSession [org.apache.catalina.session.StandardSessionFacade@2d45d54a] 2023-09-18T14:57:37.985+03:00 DEBUG 5964 --- [nio-9090-exec-2] w.a.UsernamePasswordAuthenticationFilter : Set SecurityContextHolder to UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=user, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, credentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=0:0:0:0:0:0:0:1, SessionId=C7A2CF8A3B5E6039F8AD39AD078E1126], Granted Authorities=[]] 2023-09-18T14:57:37.986+03:00 DEBUG 5964 --- [nio-9090-exec-2] o.s.s.web.DefaultRedirectStrategy : Redirecting to / 2023-09-18T14:57:37.986+03:00 TRACE 5964 --- [nio-9090-exec-2] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match request to [Is Secure] 2023-09-18T14:57:37.989+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Trying to match request against DefaultSecurityFilterChain [RequestMatcher=Or [Ant [pattern='/oauth2/**'], org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers.OAuth2AuthorizationServerConfigurer$$Lambda$783/0x0000000801040670@167a21b], Filters=[org.springframework.security.web.session.DisableEncodeUrlFilter@7c0df4ab, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2e362407, org.springframework.security.web.context.SecurityContextHolderFilter@76a9a009, org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers.AuthorizationServerContextFilter@478967eb, org.springframework.security.web.header.HeaderWriterFilter@6ce26986, org.springframework.security.web.csrf.CsrfFilter@6dd79214, org.springframework.security.oauth2.server.authorization.oidc.web.OidcLogoutEndpointFilter@18cf5c52, org.springframework.security.web.authentication.logout.LogoutFilter@42cf6349, org.springframework.security.oauth2.server.authorization.web.OAuth2AuthorizationServerMetadataEndpointFilter@7d7ceca8, org.springframework.security.oauth2.server.authorization.web.OAuth2AuthorizationEndpointFilter@70f148dc, org.springframework.security.oauth2.server.authorization.web.OAuth2DeviceVerificationEndpointFilter@4c24f3a2, org.springframework.security.oauth2.server.authorization.oidc.web.OidcProviderConfigurationEndpointFilter@2baac4a7, org.springframework.security.oauth2.server.authorization.web.NimbusJwkSetEndpointFilter@5ac044ef, org.springframework.security.oauth2.server.authorization.web.OAuth2ClientAuthenticationFilter@3b57dba4, org.springframework.security.oauth2.server.resource.web.authentication.BearerTokenAuthenticationFilter@1d99ee1b, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@34009349, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7f2b584b, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@388be5fd, org.springframework.security.web.access.ExceptionTranslationFilter@2f4d32bf, org.springframework.security.web.access.intercept.AuthorizationFilter@6d874695, org.springframework.security.oauth2.server.authorization.web.OAuth2TokenEndpointFilter@6206b4a7, org.springframework.security.oauth2.server.authorization.web.OAuth2TokenIntrospectionEndpointFilter@21002393, org.springframework.security.oauth2.server.authorization.web.OAuth2TokenRevocationEndpointFilter@407b8435, org.springframework.security.oauth2.server.authorization.web.OAuth2DeviceAuthorizationEndpointFilter@21f9c6ea, org.springframework.security.oauth2.server.authorization.oidc.web.OidcUserInfoEndpointFilter@2776fd8f]] (1/2) 2023-09-18T14:57:37.989+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Trying to match request against DefaultSecurityFilterChain [RequestMatcher=any request, Filters=[org.springframework.security.web.session.DisableEncodeUrlFilter@3ace6346, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4e48462d, org.springframework.security.web.context.SecurityContextHolderFilter@21d9cd04, org.springframework.security.web.header.HeaderWriterFilter@6befbb12, org.springframework.security.web.csrf.CsrfFilter@2e4eda17, org.springframework.security.web.authentication.logout.LogoutFilter@7ac48f05, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@642c6461, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@799f354a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@33bdd01, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@17216605, org.springframework.security.web.access.ExceptionTranslationFilter@7b5021d1, org.springframework.security.web.access.intercept.AuthorizationFilter@27ffd9f8]] (2/2) 2023-09-18T14:57:37.989+03:00 DEBUG 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Securing GET / 2023-09-18T14:57:37.989+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Invoking DisableEncodeUrlFilter (1/12) 2023-09-18T14:57:37.989+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Invoking WebAsyncManagerIntegrationFilter (2/12) 2023-09-18T14:57:37.989+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Invoking SecurityContextHolderFilter (3/12) 2023-09-18T14:57:37.989+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Invoking HeaderWriterFilter (4/12) 2023-09-18T14:57:37.989+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Invoking CsrfFilter (5/12) 2023-09-18T14:57:37.989+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.csrf.CsrfFilter : Did not protect against CSRF since request did not match CsrfNotRequired [TRACE, HEAD, GET, OPTIONS] 2023-09-18T14:57:37.989+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Invoking LogoutFilter (6/12) 2023-09-18T14:57:37.989+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.s.w.a.logout.LogoutFilter : Did not match request to Ant [pattern='/logout', POST] 2023-09-18T14:57:37.989+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Invoking UsernamePasswordAuthenticationFilter (7/12) 2023-09-18T14:57:37.989+03:00 TRACE 5964 --- [nio-9090-exec-3] w.a.UsernamePasswordAuthenticationFilter : Did not match request to Ant [pattern='/login', POST] 2023-09-18T14:57:37.989+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Invoking RequestCacheAwareFilter (8/12) 2023-09-18T14:57:37.989+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.s.w.s.HttpSessionRequestCache : matchingRequestParameterName is required for getMatchingRequest to lookup a value, but not provided 2023-09-18T14:57:37.990+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Invoking SecurityContextHolderAwareRequestFilter (9/12) 2023-09-18T14:57:37.990+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Invoking AnonymousAuthenticationFilter (10/12) 2023-09-18T14:57:37.990+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Invoking ExceptionTranslationFilter (11/12) 2023-09-18T14:57:37.990+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Invoking AuthorizationFilter (12/12) 2023-09-18T14:57:37.990+03:00 TRACE 5964 --- [nio-9090-exec-3] estMatcherDelegatingAuthorizationManager : Authorizing SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@8eab4bc] 2023-09-18T14:57:37.992+03:00 TRACE 5964 --- [nio-9090-exec-3] estMatcherDelegatingAuthorizationManager : Checking authorization on SecurityContextHolderAwareRequestWrapper[ org.springframework.security.web.header.HeaderWriterFilter$HeaderWriterRequest@8eab4bc] using org.springframework.security.authorization.AuthenticatedAuthorizationManager@7961b63c 2023-09-18T14:57:37.992+03:00 TRACE 5964 --- [nio-9090-exec-3] w.c.HttpSessionSecurityContextRepository : Retrieved SecurityContextImpl [Authentication=UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=user, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, credentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=0:0:0:0:0:0:0:1, SessionId=C7A2CF8A3B5E6039F8AD39AD078E1126], Granted Authorities=[]]] from SPRING_SECURITY_CONTEXT 2023-09-18T14:57:37.992+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.s.w.a.AnonymousAuthenticationFilter : Did not set SecurityContextHolder since already authenticated UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=user, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, credentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=0:0:0:0:0:0:0:1, SessionId=C7A2CF8A3B5E6039F8AD39AD078E1126], Granted Authorities=[]] 2023-09-18T14:57:37.992+03:00 DEBUG 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Secured GET / 2023-09-18T14:57:37.993+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.s.w.header.writers.HstsHeaderWriter : Not injecting HSTS header since it did not match request to [Is Secure] 2023-09-18T14:57:37.995+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Trying to match request against DefaultSecurityFilterChain [RequestMatcher=Or [Ant [pattern='/oauth2/**'], org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers.OAuth2AuthorizationServerConfigurer$$Lambda$783/0x0000000801040670@167a21b], Filters=[org.springframework.security.web.session.DisableEncodeUrlFilter@7c0df4ab, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2e362407, org.springframework.security.web.context.SecurityContextHolderFilter@76a9a009, org.springframework.security.oauth2.server.authorization.config.annotation.web.configurers.AuthorizationServerContextFilter@478967eb, org.springframework.security.web.header.HeaderWriterFilter@6ce26986, org.springframework.security.web.csrf.CsrfFilter@6dd79214, org.springframework.security.oauth2.server.authorization.oidc.web.OidcLogoutEndpointFilter@18cf5c52, org.springframework.security.web.authentication.logout.LogoutFilter@42cf6349, org.springframework.security.oauth2.server.authorization.web.OAuth2AuthorizationServerMetadataEndpointFilter@7d7ceca8, org.springframework.security.oauth2.server.authorization.web.OAuth2AuthorizationEndpointFilter@70f148dc, org.springframework.security.oauth2.server.authorization.web.OAuth2DeviceVerificationEndpointFilter@4c24f3a2, org.springframework.security.oauth2.server.authorization.oidc.web.OidcProviderConfigurationEndpointFilter@2baac4a7, org.springframework.security.oauth2.server.authorization.web.NimbusJwkSetEndpointFilter@5ac044ef, org.springframework.security.oauth2.server.authorization.web.OAuth2ClientAuthenticationFilter@3b57dba4, org.springframework.security.oauth2.server.resource.web.authentication.BearerTokenAuthenticationFilter@1d99ee1b, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@34009349, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7f2b584b, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@388be5fd, org.springframework.security.web.access.ExceptionTranslationFilter@2f4d32bf, org.springframework.security.web.access.intercept.AuthorizationFilter@6d874695, org.springframework.security.oauth2.server.authorization.web.OAuth2TokenEndpointFilter@6206b4a7, org.springframework.security.oauth2.server.authorization.web.OAuth2TokenIntrospectionEndpointFilter@21002393, org.springframework.security.oauth2.server.authorization.web.OAuth2TokenRevocationEndpointFilter@407b8435, org.springframework.security.oauth2.server.authorization.web.OAuth2DeviceAuthorizationEndpointFilter@21f9c6ea, org.springframework.security.oauth2.server.authorization.oidc.web.OidcUserInfoEndpointFilter@2776fd8f]] (1/2) 2023-09-18T14:57:37.995+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Trying to match request against DefaultSecurityFilterChain [RequestMatcher=any request, Filters=[org.springframework.security.web.session.DisableEncodeUrlFilter@3ace6346, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4e48462d, org.springframework.security.web.context.SecurityContextHolderFilter@21d9cd04, org.springframework.security.web.header.HeaderWriterFilter@6befbb12, org.springframework.security.web.csrf.CsrfFilter@2e4eda17, org.springframework.security.web.authentication.logout.LogoutFilter@7ac48f05, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@642c6461, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@799f354a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@33bdd01, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@17216605, org.springframework.security.web.access.ExceptionTranslationFilter@7b5021d1, org.springframework.security.web.access.intercept.AuthorizationFilter@27ffd9f8]] (2/2) 2023-09-18T14:57:37.995+03:00 DEBUG 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Securing GET /error 2023-09-18T14:57:37.995+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Invoking DisableEncodeUrlFilter (1/12) 2023-09-18T14:57:37.996+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Invoking WebAsyncManagerIntegrationFilter (2/12) 2023-09-18T14:57:37.996+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Invoking SecurityContextHolderFilter (3/12) 2023-09-18T14:57:37.996+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Invoking HeaderWriterFilter (4/12) 2023-09-18T14:57:37.996+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Invoking CsrfFilter (5/12) 2023-09-18T14:57:37.996+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Invoking LogoutFilter (6/12) 2023-09-18T14:57:37.996+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.s.w.a.logout.LogoutFilter : Did not match request to Ant [pattern='/logout', POST] 2023-09-18T14:57:37.996+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Invoking UsernamePasswordAuthenticationFilter (7/12) 2023-09-18T14:57:37.996+03:00 TRACE 5964 --- [nio-9090-exec-3] w.a.UsernamePasswordAuthenticationFilter : Did not match request to Ant [pattern='/login', POST] 2023-09-18T14:57:37.996+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Invoking RequestCacheAwareFilter (8/12) 2023-09-18T14:57:37.996+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.s.w.s.HttpSessionRequestCache : matchingRequestParameterName is required for getMatchingRequest to lookup a value, but not provided 2023-09-18T14:57:37.996+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Invoking SecurityContextHolderAwareRequestFilter (9/12) 2023-09-18T14:57:37.996+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Invoking AnonymousAuthenticationFilter (10/12) 2023-09-18T14:57:37.996+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Invoking ExceptionTranslationFilter (11/12) 2023-09-18T14:57:37.996+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Invoking AuthorizationFilter (12/12) 2023-09-18T14:57:37.996+03:00 TRACE 5964 --- [nio-9090-exec-3] estMatcherDelegatingAuthorizationManager : Authorizing SecurityContextHolderAwareRequestWrapper[ FirewalledRequest[ org.apache.catalina.core.ApplicationHttpRequest@4dbfe9d7]] 2023-09-18T14:57:37.997+03:00 TRACE 5964 --- [nio-9090-exec-3] estMatcherDelegatingAuthorizationManager : Checking authorization on SecurityContextHolderAwareRequestWrapper[ FirewalledRequest[ org.apache.catalina.core.ApplicationHttpRequest@4dbfe9d7]] using org.springframework.security.config.annotation.web.configurers.AuthorizeHttpRequestsConfigurer$$Lambda$698/0x00000008010147a0@14ba3fd1 2023-09-18T14:57:37.997+03:00 DEBUG 5964 --- [nio-9090-exec-3] o.s.security.web.FilterChainProxy : Secured GET /error 2023-09-18T14:57:38.012+03:00 TRACE 5964 --- [nio-9090-exec-3] w.c.HttpSessionSecurityContextRepository : Retrieved SecurityContextImpl [Authentication=UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=user, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, credentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=0:0:0:0:0:0:0:1, SessionId=C7A2CF8A3B5E6039F8AD39AD078E1126], Granted Authorities=[]]] from SPRING_SECURITY_CONTEXT 2023-09-18T14:57:38.012+03:00 TRACE 5964 --- [nio-9090-exec-3] o.s.s.w.a.AnonymousAuthenticationFilter : Did not set SecurityContextHolder since already authenticated UsernamePasswordAuthenticationToken [Principal=org.springframework.security.core.userdetails.User [Username=user, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, credentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[]], Credentials=[PROTECTED], Authenticated=true, Details=WebAuthenticationDetails [RemoteIpAddress=0:0:0:0:0:0:0:1, SessionId=C7A2CF8A3B5E6039F8AD39AD078E1126], Granted Authorities=[]]

can example be refreshed to what was on the Spring IO 2023 slides ?

seems like the version in git is older / different that what was presented on Spring IO 2023 slides

If is it incomplete, compared to the application.xml that was on the slides, can it be updated please ?
(it looked like there were application.xml entries for authorization-server that are not in current git)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.