Azure AD B2C Link to Sign Up Page (Not Sign In)

2019-08-21 11:19发布

I'm using Azure AD B2C with msal.js in my React app.

Currently, when the user tries to enter the protected area of my app, msal.js redirects the user to the login in page which provides a link to the sign up page.

Is there a way for me to send users directly to the sign up page? There are cases when I know the user has not yet signed up so it's bad user experience to send the user first to the sign in page then let them click and go to the sign up page. It would be nicer to just send them directly to sign up instead.

1条回答
该账号已被封号
2楼-- · 2019-08-21 12:16

As well as the sign-up or sign-in policy, you can create a sign-up only policy, which allows a new user to sign up with a local account and/or a social account.

查看更多
登录 后发表回答