I have a working b2c/msal setup, I do not use the popup, but instead use the aquireTokenSilent method.
I wanted to create a reset password button/link on my website, that a user can click and be sent into the b2c password reset flow. Ideally, i can add a page with the internal reset password and send an email with that link to people
I thought i can call loginRedirect with the b2c password reset authority, but it just errors out with AADB2C90037.
is there a way we can programatically go directly into the forgot password/reset password from a custom link on a website/email