Skip to content

Web App authentication with Azure B2C and public identity providers like google.

Notifications You must be signed in to change notification settings

ravindersirohi/Azure-B2C-Auth-WebApp

Repository files navigation

Azure-B2C-Auth-WebApp

.Net Core Web App Authentication with Azure B2C along with public identity provider like google.

Azure B2C Configuraitons

  1. To create a Azure B2C Tenant - https://docs.microsoft.com/en-gb/azure/active-directory-b2c/tutorial-create-tenant
  2. To configure External identity provider - https://docs.microsoft.com/en-us/azure/active-directory-b2c/identity-provider-google
  3. To register web app in Azure B2C - https://docs.microsoft.com/en-gb/azure/active-directory-b2c/tutorial-register-applications?tabs=app-reg-ga#register-a-web-application

Web App Configurations

Once Application gets registered updated the below configuraitons in applicaiton.json file.

{ "AzureAdB2C": { "Instance": "https://.b2clogin.com", "ClientId": "", "Domain": "", "SignUpSignInPolicyId": "", "ResetPasswordPolicyId":"", "EditProfilePolicyId":"" } }

About

Web App authentication with Azure B2C and public identity providers like google.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published