The security configuration of ManagementPortal uses WebSecurityConfigurerAdapter to configure the OAuth 2 server. It should migrate to a SecurityFilterChain bean, because WebSecurityConfigurerAdapter is deprecated in Spring 5 and removed in Spring 6 . It's not clear if that is possible with the existing OAuth 2 server implementation. AppServer has already migrated.
The security configuration of ManagementPortal uses
WebSecurityConfigurerAdapterto configure the OAuth 2 server. It should migrate to a SecurityFilterChain bean, becauseWebSecurityConfigurerAdapteris deprecated in Spring 5 and removed in Spring 6 . It's not clear if that is possible with the existing OAuth 2 server implementation. AppServer has already migrated.