microsoft-identity-web
microsoft-identity-web copied to clipboard
Helps creating protected web apps and web APIs with Microsoft identity platform and Azure AD B2C
**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...
**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...
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...
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...
…HttpContextExtensions
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...
### 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...
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...
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...