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

I experience all sorts of issues after I have logged in with e-mail address and pw. The page sometimes doesn't come back, it's bouncing between microsoft authentication website and the...

investigate

When I run on my local macine, I keep getting an error when assigning IConfidentialClientApplication on Startup.Auth.cs file in TaskWebApp project. It says: `Could not load file or assembly 'Microsoft.Identity.Client,...

this code needs some configuration changes to make it work behind a proxy.

enhancement

In the Account controller, the redirect URL is hard-coded to root, but I believe it should actually pull from the config to accommodate applications running at a given context other...

enhancement

Using the sample tenant provided I am able to get an access token and a refresh token. The access token expires in one hour and the refresh token in 14...

enhancement

The tutorial says this in step 3: ![image](https://user-images.githubusercontent.com/629163/109859566-f7e1f100-7c11-11eb-84ea-0e559873d617.png) There is no Published scopes window in the left - do you really mean "Expose an API" and values set this way?...

bug
documentation

Hi, In the "Index" method of the "TasksController", there is an exemple on how to retrieve a bearer token for the "https://fabrikamb2c.onmicrosoft.com/tasks/read" scope. It's working perfectly. Now, let's add a...

enhancement
b2c-service

Copied from https://github.com/AzureADQuickStarts/B2C-WebApp-WebAPI-OpenIDConnect-DotNet/issues/9#issuecomment-323183755 as @parakhj says the old sample will be deprecated... Issue I had today was my API couldn't connect to Azure B2C, during startup which caused a yellow...

question

Update to MSAL 4.47.0

merge after msal release

Bumps [Microsoft.Owin](https://github.com/aspnet/AspNetKatana) from 4.2.0 to 4.2.2. Release notes Sourced from Microsoft.Owin's releases. 4.2.2 Release This release includes a fix for chunked cookies with missing values. The packages are available on...

dependencies
.NET