active-directory-b2c-dotnet-webapp-and-webapi
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
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...
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.
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...
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...
The tutorial says this in step 3:  There is no Published scopes window in the left - do you really mean "Expose an API" and values set this way?...
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...
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...
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...