You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All authentication components should be moved into SecHub Server so that the SPA can authenticate against the SecHub Server like it did with the WebServer backend.
Solution
Move WebServer components into SecHub Server
Create separate gradle module for web-server-stuff that is included in SecHub Server dependencies
The text was updated successfully, but these errors were encountered:
* migrate web server to sechub server #3648
* migrate web server to sechub server #3648
* remove web-server gradle module
* add local properties for sechub server security config
* only validate security login properties if login is actually enabled
* conditionally include AES256Encryption only if oauth2 mode is enabled
* return null instead of default string in DynamicBearerTokenResolver on missing access token
* @ConditionalOnProperty(name = "sechub.security.encryption.secret-key") to conditionally enable AES256Encryption
* remove sechub-commons-security-login-spring module
* pr fixes
* pr fixes
Wanted
All authentication components should be moved into SecHub Server so that the SPA can authenticate against the SecHub Server like it did with the WebServer backend.
Solution
The text was updated successfully, but these errors were encountered: