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?
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