Custom forgot password url without pkce parameters
-
Whenever I am trying to reset password it's giving error that code_verifier is missing. This is happening because redirecting to forgot password from login page is also sending pkce parameters like code challenge. How can I exclude pkce parameters from forgot password link on login page?
-
If you are using hosted paged shipped with FusionAuth, then the forgot password links should be built for you (no adjustment needed).
All of our hosted pages are written in FreeMarker and can be edited as required. Can you confirm the workflow that you are attempting to enable (mobile app, web app, Auth Code Grant, etc...)
Thanks,
Josh -
-