active-directory-b2c-dotnet-webapp-and-webapi icon indicating copy to clipboard operation
active-directory-b2c-dotnet-webapp-and-webapi copied to clipboard

A combined sample for a .NET web application that calls a .NET web API, both secured using Azure AD B2C

Results 38 active-directory-b2c-dotnet-webapp-and-webapi issues
Sort by recently updated
recently updated
newest added

Bumps [System.Security.Cryptography.Xml](https://github.com/dotnet/runtime) from 5.0.0 to 6.0.1. Release notes Sourced from System.Security.Cryptography.Xml's releases. .NET 6.0.1 Release .NET 6.0 Release .NET 6.0 RC 2 Release .NET 6.0 RC 1 Release .NET 6.0...

dependencies
.NET

We have a problem (Bad Request) using Azure AD B2C, when open two tabs with the same web app, the steps to reproduce the behaviour is: 1. Open the portal...

Hi, When trying to retrieve the meta data, I am getting an exception. On trying to access the metadata endpoint url in the browser, I am getting error stating "resource...

Also forced B2C policy names to lower-case to ensure accounts are found when calling IConfidentialClientApp.GetAccountAsync(string identifier).

Am not a .NET developer but used references from internet to update the files as I thought it is appropriate. I have tested these files and it now works successfully...

Added missing steps and updated the terminology to match the current B2C UI

If these are not properties and are instead just values then the order in which things are declared in this class matter else you'll end up with empty values. I...

added table; removed UX instructions to allow scale. updated new app registration terminology.

The class `OpenIdConnectCachingSecurityTokenProvider` uses read/write lock of `ReaderWriterLockSlim` before get issuer and keys. I am wondering, why we need to use lock here? and what happen if we don't?

I cloned the source code 15 Dec 2021, use VS2019 to build on master branch and run. Without any code change, try to Sign up / Sign in, it reports:...