I would like to create a test application with the following:
- Add an Azure B2C application to the portal while creating a tenant id, app id and app secret.
- The Azure application must be able to accommodate tokens.
- The Azure application must contain a few test users.
- The Azure application will be accessed by a .Net MVC application. When the user signs in to the MVC application, the Azure B2C application will be accessed and the user will see the Azure 2 factor authentication login. When the successfully user logs in, there is a redirection to the test MVC application via localhost.
- The MVC application records that the user is authenticated.
- The MVC application will be able to retrieve all users and check if the user is authenticated via API calls.
Is there any tutorial that can help (especially with setting up the Azure B2C side).?