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