How do I configure my Azure AD B2C user flow's button links ?

Isaac Zolana 0 Reputation points
2023-09-14T17:51:44.4766667+00:00

In Azure AD B2C, I have added a sign in user flow to my pageUser's image

I am using a custom page content that I stored inside a blob container (I made sure that my .cshtml files contains <div id="api"></div>).

I am also using a custom page content for the Forgot password page.

User's image

Something I want to do is set the link of the cancel button of the for the forgot password page so that it redirects to the login page.

User's image

This could be done using static links inside the page, but that's not what I want to do.

This is because I am using .Net MAUI and have different environments. In other words, different environments with different links.

So my questions is : How can I set the links for the buttons of my user flow in .Net MAUI or Azure AD B2C ?

Azure Active Directory
Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
16,521 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
1,834 questions
{count} votes