-
Notifications
You must be signed in to change notification settings - Fork 76
[WebUI] Implement API Token Authentication in WebUI #3598
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
Labels
Comments
hamidonos
added a commit
that referenced
this issue
Feb 4, 2025
de-jcup
added a commit
that referenced
this issue
Feb 13, 2025
de-jcup
added a commit
that referenced
this issue
Feb 13, 2025
hamidonos
added a commit
that referenced
this issue
Feb 17, 2025
…entication-in-WebUI-#3598' into feature-Implement-API-Token-Authentication-in-WebUI-#3598
hamidonos
added a commit
that referenced
this issue
Feb 18, 2025
* implement cookie based authentication for user id + api token #3598 * tests * reading username password from formlogin parameters * pr fixes * add exception handling for 403 Forbidden * fix display error of login tabs in login.html * Added info log output for server and login modes #3598 * Updated technical documentation for local development #3598 * implement LoginModeOAuth2ActiveCondition tests * implement LoginModeOAuth2ActiveCondition tests * implement LoginModeOAuth2ActiveCondition tests --------- Co-authored-by: Albert Tregnaghi <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Situation
Currently the API Token is not used for authentication inside the SecHub WebUI.
Wanted
We want to enable API Token authentication so that users can either log in with OAuth2 or API Token.
Solution
The text was updated successfully, but these errors were encountered: