Cancel button not shown in Azure AD B2C Sign-in dialog

Viewed 1223

How do I get a Cancel button shown in the default Azure AD B2C sign-in UI that is displayed when I do a redirect login using the combined sign-in/sign-up policy?
enter image description here

The Cancel button should redirect the user back to the calling page in my Angular 4 SPA. Is this possible to do without using a custom page layout for the signIn/signUp policy?

1 Answers

No, it is not. You have to use a custom page.

FYI, the sign-up only policy has a cancel button. The sign-up page in a sign-in/sign-up policy has a cancel button.

Related