-
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
Feature implement o auth for sec hub web UI #3406 #3473
Feature implement o auth for sec hub web UI #3406 #3473
Conversation
hamidonos
commented
Sep 30, 2024
•
edited
Loading
edited
- closes Implement OAuth2 for WebUI Application #3505
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job - but I still found some parts I want to discuss/to be changed.
...rc/main/java/com/mercedesbenz/sechub/webui/security/MercedesBenzOAuth2AccessTokenClient.java
Outdated
Show resolved
Hide resolved
sechub-webui/src/main/java/com/mercedesbenz/sechub/webui/credentials/NewApiTokenController.java
Show resolved
Hide resolved
sechub-webui/src/test/java/com/mercedesbenz/sechub/webui/YamlPropertyLoaderFactory.java
Show resolved
Hide resolved
sechub-webui/src/test/java/com/mercedesbenz/sechub/webui/YamlPropertyLoaderFactory.java
Show resolved
Hide resolved
sechub-webui/src/test/java/com/mercedesbenz/sechub/webui/page/LoginClassicControllerTest.java
Show resolved
Hide resolved
sechub-webui/src/test/java/com/mercedesbenz/sechub/webui/page/LoginOAuth2ControllerTest.java
Show resolved
Hide resolved
...desbenz/sechub/webui/security/Base64EncodedClientIdAndSecretOAuth2AccessTokenClientTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job - I found 2 minor things, but I think it is up to you if you change it or not.