Reset password email is blocked by some ogranizations as the reset password link is too long

Hello,

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 ?

Thanks for any suggestions or help

Currently, there’s no option to shorten the created link.

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.