In keycloak reset password flow, the reset password email is blocked as the length of the reset password link is too long and some secure email policies are blocking it considering it a phishing email. Anything that can be done within keycloak settings to shorten the url or any other alternate way ? I understand I could have a custom reset password implementation with calling rest APIs of keycloak. But I wanna explore if there is a simpler way to do within keycloak ?
I second that. I too have encountered this problem. I have SPF, DKIM, DMARC configured, emails go through without problems, but because of the big and scary link to verify mail and reset password, emails don’t reach the user or go into spam.
Only logging in with Google accounts or other services saves me.
I can confirm that we are experiencing the same problem at the moment (Keycloak 25.0.6).
Everything to make the mails trustworthy as SPF, DKIM, DMARC has been configured but the mails from Keycloak get quarantined or rejected by recipients at the moment because of the long password link. Are there any news or workarounds concerning this problem?