ManagementPortal
ManagementPortal copied to clipboard
Security configuration in ManagementPortal deprecated
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.