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.18.1 ### Web app Sign-in users and call web APIs ### Web API Protected web APIs (validating tokens) ### Token cache serialization In-memory...

b2c
blazor-server

**Is your feature request related to a problem? Please describe.** I'm unable to debug Access Failures for Azure Functions **Describe the solution you'd like** https://github.com/AzureAD/microsoft-identity-web/wiki/Logging#logging-personal-identifiable-information-pii This link documents for appsettings.json,...

enhancement
Azure Functions
feature request

### Microsoft.Identity.Web Library Microsoft.Identity.Web ### Microsoft.Identity.Web version 2.11.1 ### Web app Sign-in users ### Web API Protected web APIs (validating tokens) ### Token cache serialization Not Applicable ### Description 我在是identity来创建后端应用时,我使用了jwt,当我去访问...

untriaged
needs attention

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

enhancement

Problem It is common to load multiple token decryption certificates, especially to handle a certificate rotation. It is desirable when doing a certificate rotation to avoid having to modify the...

enhancement
feature request
untriaged
needs attention

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

DefaultCredentialsLoader currently uses a ConcurrentDictionary which will permanently store a string and a SemaphoreSlim for every credential loaded, as it does not clean up after itself. I am the author...

✏️design proposal
untriaged
needs attention

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

investigate

I'm rather frustrated that the OpenID implementation of Azure doesn't support custom scopes. OpenID is supported in multiple technologies these days, but without custom scopes the use cases are severely...

enhancement
feature request
untriaged
needs attention