Hi @Muhammad Mirza Bin Kamaludin , to understand more, the "Help" button on the sign-in page and the "Help" button on the forgot password page are taking you to different URLs because the forgot password URL is missing the "redirect_uri" parameter?
To add the missing parameter to the forgot password URL, you can modify the custom web html for the self-service password reset policy. Specifically, you would need to add the "redirect_uri" parameter to the URL that the "Help" button on the forgot password page is pointing to.
Here's an example of what the modified URL might look like:
"https://tenantname.b2clogin.com/tenantName.onmicrosoft.com/signin_policy/api/CombinedSigninAndSignup?redirect_uri=http://portal.platform.com/help"
In this example, we've added the "redirect_uri" parameter to the URL and set its value to "http://portal.platform.com/help", which is the same URL that the "Help" button on the sign-in page is pointing to.
Once you've made this modification to the custom web html for the self-service password reset policy, the "Help" button on the forgot password page should take you to the same URL as the "Help" button on the sign-in page.
Please let me know if you have any questions and I can help you further.
If this answer helps you please mark "Accept Answer" so other users can reference it.
Thank you,
James