microsoft-identity-web icon indicating copy to clipboard operation
microsoft-identity-web copied to clipboard

Helps creating protected web apps and web APIs with Microsoft identity platform and Azure AD B2C

Results 420 microsoft-identity-web issues
Sort by recently updated
recently updated
newest added

**Why?** ITokenAcquirer is the new interface to acquire tokens. This is the interface to use for SDK and OWIN. It will also be available in ASP.NET Core. but we'll also...

fixed
relv2

**Repro** Actual In rel/v2, when running the daemon test app, this no longer works (ITokenAcquisition is no longer found when calling .AddMicrosoftGraph Expected The devapp still works **Cause** This is...

bug
fixed
relv2

Hi there, I hope this is the right repo to post this in. For the last couple of days I've been trying to figure out why we couldn't get our...

question

Currently, the web app documentation shows a "Sign In / Up" button, however there are many instances where it would be beneficial to send the user directly to the Sign...

enhancement

I am kind of at a loss on this issue and I am hoping someone might have a suggestion. Currently working on an application that manages its user login through...

bug
P2
b2c

### Microsoft.Identity.Web Library Microsoft.Identity.Web ### Microsoft.Identity.Web version 1.25.1 ### Web app Sign-in users ### Web API Protected web APIs (validating tokens) ### Token cache serialization Not Applicable ### Description Incorrect...

bug

Addresses #1740 The MS docs recommends [implementing resilient http requests](https://docs.microsoft.com/en-us/dotnet/architecture/microservices/implement-resilient-applications/use-httpclientfactory-to-implement-resilient-http-requests) using libraries like Polly. At the same time, the recommended way to make authenticated api calls is through the [IDownstreamWebApi...

DownstreamRestApi

Fixed UserInfo endpoint not being called even if GetClaimsFromUserInfoEndpoint is set to true

**Which version of Microsoft Identity Web are you using?** Note that to get help, you need to run the latest version. 1.25.0 **Where is the issue?** * Web app If...

investigate
container