-
Notifications
You must be signed in to change notification settings - Fork 640
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
[Enhancement] Hide multifactor option in user-dialog if Enable Multi-Factor Authentication is disabled. #1317
Comments
I am also having this issue, although ive taken out reverse proxy from the mix. When I edit my user and select "Enable MFA" I get thrown back to the login prompt. The logs show 401 - Operation not supported. Error from
|
Also as per https://github.com/TheHive-Project/TheHiveDocs/blob/master/TheHive4/Administration/Authentication.md I had forgotten to set multifactor to be enabled. |
@aacgood : Thank you, I really should read the docs ;) "Hide multifactor option in user-dialog if Enable Multi-Factor Authentication is disabled." |
|
The information is already in the result of
|
@To-om |
It should be ok now. |
mfa is enabled by default and can be manually disabled, as described here: TheHive-Project/TheHive#1317
Bug / Feature Request
Work Environment
Problem Description
So, the first TheHive 4rc2 issue ;)
If certificate based authentication via reverse-proxy with header variable is used (or maybe in other situtations as well), enabling of "Multi-Factor Authentication" failes.
The behaviour is, after clicking on this button, a page reload happens that leasds to to login page to type in User/password (even if certificate authentication was already performed).
This authentication is already some kind of strong 2FA. So I would really appreciate it, if there is no force to use that kind of authentication as written in the latest blog "We will consider making 2FA mandatory in TheHive 4.1."
Possible Solutions
Optimize Authentication.
The text was updated successfully, but these errors were encountered: