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

I have a Web API for which I want controllers to use Bearer token authentication. At the same time I want the Swagger UI to be protected by OIDC. Scenario:...

question

**Which version of Microsoft Identity Web are you using?** Microsoft Identity Web 1.22.1 **Where is the issue?** * Web app * [ ] Sign-in users * [ ] Sign-in users...

question

Currently, we can protect a web API using the library as follows: ```csharp services.AddMicrosoftIdentityWebApiAuthentication(configuration, "TestAuth1", "TestAuth1"); ``` Now, when the service receives first API request that requires authentication, the authentication...

question

**Which version of Microsoft Identity Web are you using?** 1.18.0 **Where is the issue?** * Web app * [ ] Sign-in users * [x] Sign-in users and call web APIs...

more info needed

Following https://github.com/AzureAD/microsoft-identity-web/issues/1458 , localization works nicely when redirecting to the identity provider from an .Net 6 application using the library with Azure B2C. When the user cancels an Azure B2C...

question
b2c

**Which version of Microsoft Identity Web are you using?** Microsoft Identity Web 1.10.0 **Where is the issue?** * Web app * [ ] Sign-in users and call web APIs **Is...

enhancement
P2

**Is your feature request related to a problem? Please describe.** Some partners want to use Microsoft.Identity.Web on ASP.NET Core applications created on top of .NET Framework **Describe the solution you'd...

enhancement

**Is your feature request related to a problem? Please describe.** Today, rotation of token encryption/decryption certificates is very complex (in our case for first-party). This is because, if I am...

enhancement

**Which version of Microsoft Identity Web are you using?** 1.14.0 **Where is the issue?** * Web app * [ ] Sign-in users * [ ] Sign-in users and call web...

bug
ADAL-to-MSAL-migration-blocker
Azure Functions

**Eventual consistency** is a programming model in which programmers make the assumption that over a long enough period of time and without changes to a system, the current version of...

enhancement
token cache serialization - distributed cache
token acquisition