keycloak-2fa-email-authenticator icon indicating copy to clipboard operation
keycloak-2fa-email-authenticator copied to clipboard

🔒 Keycloak Authentication Provider implementation to get a two factor authentication with a OTP/code/token send via Email (through SMTP)

Results 12 keycloak-2fa-email-authenticator issues
Sort by recently updated
recently updated
newest added

The goal of this PR is to implement the `configuredFor` method. It returns true if the user has an email. Otherwise, it returns false. This is to prevent using the...

I'm getting this error after submit username password form on my realm with Browser flow configured to use the Email OTP. I installed the keycloak-2fa-email-authenticator-0.3.0-KC21.1.0.jar on /opt/keycloak/providers/ folder on a...

Hi, I've deployed the extension to Keycloak 24.0.1, it work fine excpet for a scenario where I'm able to authenticate a user without having to provide an OTP. The OTP...

Any support planned for Keycloak 24, please?

This sets a field in the challenge method, enabling the template to check for errors in input `emailCode`. Without this change, the error message was not appearing in the template,...

I got the error related with demo-email-code-form, any help would be appreciated. ![image](https://github.com/mesutpiskin/keycloak-2fa-email-authenticator/assets/23499701/c3298f2a-68a3-42ce-b2ee-c930684a0708)

Hi, I like to use this plugin on the latest release of keycloak (23.0.4), but there is not prebuilt artifact. So I downloaded the repo and run `mvn package`, but...

So, we recently were asked to add Email One Time Passcodes to our Keycloak. I was very happy to find this repository! However, after several hours of testing/compiling/deploying/pulling hairs out,...

using [quay.io/keycloak/keycloak docker image](https://stackoverflow.com/questions/76990301/two-factor-authentication-via-email-in-keycloak-version-22-0-1-quay-io-keycloak) But how do I need to perform these steps : html/code-email.ftl is a html email template. Copy to themes/base/email/html/ copy text/code-email.ftl to themes/base/email/text/ append messages/*.properties to...

The instructions in readme are pointing to wrong directory in dockerized keycloak (considering official images quay.io/keycloak/keycloak). Since version 17, quarkus became the default distribution, so the correct directory is `/opt/keycloak/providers`...