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)
https://medium.com/@mesutpiskin/two-factor-authentication-via-email-in-keycloak-custom-auth-spi-935bbb3952a8
Apache License 2.0
164 stars 91 forks source link

Authentication error during send attempt #23

Closed SNJ02 closed 1 year ago

SNJ02 commented 1 year ago

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?