Upgrading to FIDO2==1.0.0

This commit is contained in:
Mohamed ElKalioby
2022-06-13 17:18:00 +03:00
parent d8b10bcdc1
commit 1ebc5bfd2b
2 changed files with 8 additions and 6 deletions

View File

@@ -146,5 +146,5 @@ MFA_SUCCESS_REGISTRATION_MSG="Go to Home"
TOKEN_ISSUER_NAME="PROJECT_NAME" #TOTP Issuer name
U2F_APPID="https://localhost" #URL For U2F
FIDO_SERVER_ID=u"local.mkalioby.com" # Server rp id for FIDO2, it the full domain of your project
FIDO_SERVER_NAME=u"TestApp"
FIDO_SERVER_ID="localhost" # Server rp id for FIDO2, it the full domain of your project
FIDO_SERVER_NAME="TestApp"