B2C - Open registrar form instead login form

馋奶兔 提交于 2019-11-27 04:54:39

问题


I am using Azure B2C authorization for my single app Azure functions.

I allowing user to login with google account or with user name / password.

In order to show login page I used msal library.

Now I have a situation, where I want to show user the registration page directly, and not first the login page and then he have to click create new account.

Is there a way to do it? with msal or a different library?


回答1:


Nope, but you can create a "Sign up policy" and link directly to that.



来源:https://stackoverflow.com/questions/45724207/b2c-open-registrar-form-instead-login-form

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!