-
Getting error when i run this code
client.login(mobilenumber="+91myphobenumber", password="mypassword")
client.session_2fa(OTP="1040")
```
ApiValueError Traceback (…
-
### Description
Keycloak should provide the option to configure an MFA option during the first login if all MFA options are set to "Alternative" and no MFA option is configured, instead of failing th…
-
Currently we can validate an account with MFA when the code is sent by email.
But if we are using SMS, then the authentication process return an HTTP error 500.
-
During Login with OTP, in the OTP Field we tried entering Alphanumric and it is accepting. It should not allow alphanumeric and should accept only numerics
Requirement - The OTP field should accept o…
-
### Issue Description
When registering and logging into OpenSign using Google login, my email in the profile section is marked as "not verified." Despite having signed in via Google (which already ve…
-
Read about [OTP](www.geeksforgeeks.org/one-time-password-otp-algorithm-in-cryptography)
-
When authenticating with clients.py I get "Server is authenticated", but when I run the list command immediately after, I get "ERROR: not authenticated". HA integration is not working well due to miss…
-
-
Using this code
```
$otp = $_GET['otp'];
$validator = new Validate(
$secret,
$id
);
try {
$r…
-
### Description
In this PR https://github.com/keycloak/keycloak/pull/29028/files , there was introduction of generic events `UPDATE_CREDENTIAL` and `REMOVE_CREDENTIAL` .
For backwards compatibili…