keycloak Error! Logged in user does not have an e-mail

Viewed 3141

when setup my email configration inside keyclock realm and after click to test conection i have this error Error! Logged in user does not have an e-mail.

and this is image to explain my problem

enter image description here

2 Answers

Error is exactly what it is said. You have to add email address for the user by which you logged in to Keycloak Admin Console.

Go to Manage Account(http://<host>/auth/admin/master/console/) -> Personal Info -> Update firstName/lastName/emailAddress -> Save and try to add smtp configuration again.enter image description here

Related