Azure-Samples / active-directory-dotnet-webapp-openidconnect

A .NET MVC web application that uses OpenID Connect to sign-in users from a single Azure Active Directory tenant.
159 stars 109 forks source link

Registering new users. #23

Closed Bartmax closed 6 years ago

Bartmax commented 9 years ago

It would be great if the sample have the User Registration integrated.

dstrockis commented 9 years ago

Hey @Bartmax. Could you elaborate? Do you mean registering the user in the app's user store/database? Are you referring to individual auth?

Bartmax commented 9 years ago

@dstrockis hey sure! Sorry for not being clear.

The examples all shown how to use the login workflow, but there's no indication in how/where to register the users or signup. I think it just a matter of redirect the user to the appropriate endpoint, what I was suggesting was to have it included on the sample.

referring to Azure AD B2C. maybe this is not the right place to do this, it's the closer i found

jmprieur commented 6 years ago

you might want to have a look at https://github.com/Azure-Samples/active-directory-b2c-dotnetcore-webapp