How do I configure my Azure AD B2C user flow's button links ? #17381
Unanswered
HiZackDavid
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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
).I am also using a custom page content for the Forgot password page.
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.
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 ?
Beta Was this translation helpful? Give feedback.
All reactions