-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Security key option available for user, but always fail with a 500 #867
Comments
@Vaarlion could you change your core log level to debug (DEFGUARD_LOG_LEVEL=debug for example in docker env) and do the registration of the key again and paste the logs? |
Here is the log in debug when trying to add a security key
|
@Vaarlion does the domain actually exist and is Defguard reachable under this domain? (Meaning you actually enter in the browser: defguard-exp.domain.com)? If you are registering a key and the domain which is in the config is not the same you enter in the browser - the registration will not work. |
The domain must be set in: DEFGUARD_URL and DEFGUARD_WEBAUTHN_RP_ID |
yes, the log have been anonymized but the domain, is reachable using a valid public https cert.
DEFGUARD_URL is set to the correct domain I've added it to my domain without |
@Vaarlion ok thank you for your help an logs. we're going to take this to our ,workshop' and straighten this out! Have a good day! |
Describe the bug
When testing the MFA option, i tried to register my Yubikey, i get a prompt and touch the key, but then get a none-descriptive "Error has occurred".
In the core log, i can see the following.
A quick google search show that this is a generic error with the library your are using, and doesn't look to me something actionable on our side.
Your documentation currently doesn't talk about Security key in the MFA section : https://docs.defguard.net/admin-and-features/features-and-configuration/wireguard/multi-factor-authentication-mfa-2fa
Note that this happened before and after adding another type of MFA
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The Security key is added OR the option is not present
Version information
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: