-
![image](https://user-images.githubusercontent.com/5412322/28833919-43f6c28a-76fa-11e7-80e5-bd5a1bf33ad8.png)
Why not generate a barcode for entries with loyalty card data in addition to generating T…
-
**Problem description**
In v3.5, we have implemented MFA. At the server level, an administrator should set if all users should authenticate via MFA or just by using a password.
We also have cases…
-
Issue: Blizzard accounts use the same, standard TOTP formula as most common TOTP accounts, only that it uses 8 digit OTP codes instead of the more common 6 digit codes
What I saw: (example) 123456
…
-
Some RFC6238 TOTP implementations use digits other than 6, or periods other than 30s e.g. Fortinet uses 60s
-
## Current steps to add a new TOTP entry to the DB
### In an ideal case
1. website offers "add manually" option where we can copy paste the paramaters into the "setup totp" dialogue
### the n…
darix updated
2 years ago
-
Please add two-factor authentication to bitcard.org. HOTP and TOTP would be preferred. HOTP is defined in [RFC 4226](https://www.ietf.org/rfc/rfc4226.txt). TOTP is defined in [RFC 6238](https://www.ie…
-
**Purpose**
> Doc its say to skip 1-3 steps for new product versions but when it comes to step 4 it wont match for IS v5.8.0. as the TOTP authenticator config section is already there in v5.8.0. But…
-
Support for MFA would be another essential feature. Integration could be done with passlib as well, using its TOTP capabilities.
-
Hello,
running 'mvn clean package' from the Shibboleth-IdP3-TOTP-Auth directory fails with this error:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (de…
-
Since the "shared secret" (aka. seed) that we provide (in case the user can't scan the QR code) is base32-encoded, it can contain any capital letter as well as the numbers 2 through 7.
Unfortunatel…