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 270 microsoft-identity-web issues
Sort by recently updated
recently updated
newest added

### Microsoft.Identity.Web Library Microsoft.Identity.Web ### Microsoft.Identity.Web version 2.13.3 ### Web app Sign-in users and call web APIs ### Web API Protected web APIs (validating tokens) ### Token cache serialization In-memory...

question

We currently configuring our Function app like this: ``` "AzureAd:Authority": , "AzureAd:ClientId": "", "AzureAd:TenantId": , "AzureAd:Audience": "", ``` in Startup.cs ``` services.AddAuthentication(options => { options.DefaultScheme = Constants.Bearer; }) .AddMicrosoftIdentityWebApi(configuration); ```...

investigate
Azure Functions

### Microsoft.Identity.Web Library Microsoft.Identity.Web.OWIN ### Microsoft.Identity.Web version 2.15.1 ### Web app Sign-in users and call web APIs ### Web API Not Applicable ### Token cache serialization Not Applicable ### Description...

bug
P2
owin

### Microsoft.Identity.Web Library Microsoft.Identity.Web ### Microsoft.Identity.Web version 2.13.3 ### Web app Sign-in users ### Web API Protected web APIs (validating tokens) ### Token cache serialization In-memory caches ### Description NRE...

question
improved-devex

### Microsoft.Identity.Web Library Microsoft.Identity.Web ### Microsoft.Identity.Web version 2.15.3 ### Web app Sign-in users and call web APIs ### Web API Not Applicable ### Token cache serialization In-memory caches ### Description...

investigate

**Is your feature request related to a problem? Please describe.** For MVC .Net Framework OWIN solutions. The solution for .Net Framework OWIN projects makes it possible to use an appsettings.json...

documentation
needs documentation

### Microsoft.Identity.Web Library Microsoft.Identity.Web.OWIN ### Microsoft.Identity.Web version 2.15.3 ### Web app Sign-in users ### Web API Not Applicable ### Token cache serialization Not Applicable ### Description When setting the `WithSpaAuthCode`...

investigate
feature request
owin

### Microsoft.Identity.Web Library Microsoft.Identity.Web ### Microsoft.Identity.Web version 2.15.3 ### Web app Not Applicable ### Web API Protected web APIs call downstream web APIs ### Token cache serialization Not Applicable ###...

regression
by design

# {PR title} This PR is related to the Issue https://github.com/AzureAD/microsoft-identity-web/issues/2535#issue-1951299854 - [x] You've read the [Contributor Guide](https://github.com/AzureAD/microsoft-identity-web/blob/master/CONTRIBUTING.md) and [Code of Conduct](https://github.com/AzureAD/microsoft-identity-web/blob/master/CODE_OF_CONDUCT.md). - [x] You've included unit or integration tests...

**Is your feature request related to a problem? Please describe.** For MVC .Net Framework OWIN solutions. If I use AppBuilderExtension.AddMicrosoftIdentityWebApp() with an app registration containing multiple Uri's it will just...

enhancement
feature request