Azure-Samples / active-directory-aspnetcore-webapp-openidconnect-v2

An ASP.NET Core Web App which lets sign-in users (including in your org, many orgs, orgs + personal accounts, sovereign clouds) and call Web APIs (including Microsoft Graph)
MIT License
1.37k stars 983 forks source link

fix sign-in sign-up on B2C project by adding appsetting value #764

Open chuck-waters opened 5 months ago

chuck-waters commented 5 months ago

Fixes issue #669 for the B2C project example

Summary of the changes (Less than 80 chars)

Description

Issue with the B2C example with the sign-in sign-up policy. Adding a key called "Tenant" with the same value as the domain seems to fix the issue.

Fixes #669 - missing appsettings value

chuck-waters commented 5 months ago

@microsoft-github-policy-service agree

chuck-waters commented 4 months ago

I can't seem to add or request a review. Something you can help with @jmprieur ?