mesutpiskin / keycloak-2fa-email-authenticator

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

Home Page:https://medium.com/@mesutpiskin/two-factor-authentication-via-email-in-keycloak-custom-auth-spi-935bbb3952a8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentication error during send attempt

SNJ02 opened this issue · comments

Hi, I'm getting this error:
ERROR [org.keycloak.services] (executor-thread-21) KC-SERVICES0029: Failed to send email: javax.mail.AuthenticationFailedException: 535 5.7.8 Error: authentication failed: UGFzc3dvcmQ6
after googling, I now know that the authentication failed because it got no/wrong password, but I can't give keycloak a password for the mail I specified. Do you Guys know a way how I can fix this?