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

Isaac Zolana 85 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 ?

.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
4,104 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
24,495 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.