-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement OAuth for SecHub WebUI #3406
Comments
hamidonos
added a commit
that referenced
this issue
Sep 11, 2024
hamidonos
added a commit
that referenced
this issue
Sep 11, 2024
hamidonos
added a commit
that referenced
this issue
Sep 30, 2024
hamidonos
added a commit
that referenced
this issue
Sep 30, 2024
hamidonos
added a commit
that referenced
this issue
Oct 10, 2024
* add spring security with oauth to web ui * implement pull request workflow for gha action and gradle action #3357 * add mb sso to application.yml * implement oauth config for sechub webui #3406 * make web ui spring security oidc config configurable through env variables #3406 * change variable names in application-webui_oidc.yaml * remove webflux from web ui project * implement success handler for redirect after successful o auth workflow in web ui * add basic and form login to spring security in web ui * add under construction site to web ui * set default page to /home in webui * update README.md in web ui * clean up build.gradle of webui * fix formatting in MercedesBenzOAuth2AccessTokenClient * remove unnecessary pages and controller in webui * exclude OAuth2Properties with @Profile * exclude OAuth2Properties with @Profile * pr fixes * pr fixes * pr fixes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Situation
Currently we only use Basic Auth to authenticate in SecHub.
Wanted
We want to provide users with a more sophisticated authentication solution.
Solution
Implement OAuth inside SecHub WebUI.
https://pages.git.i.mercedes-benz.com/IAM/GAS-OIDC-Integration_Guide/docs/guide/about/
The text was updated successfully, but these errors were encountered: