Devache
DashboardPainsTechnologiesIdeasGenerateSourcesSearchAbout

Devache v0.1.0

All technologies

MSAL.NET

2 painsavg 6.0/10
config 1auth 1

Blocking token cache operations prevent async patterns

7

The TokenCache API in MSAL.NET uses void-returning event handlers for load/persist operations, forcing synchronous calls to distributed caches. This blocks threads and can cause application crashes under high load in ASP.NET Core applications, as async cache APIs cannot be leveraged.

configMSAL.NETASP.NET CoreToken Cache

MSAL lacks fine-grained access control and authorization

5

MSAL focuses primarily on authentication and token issuance but does not fully address access control issues or implement role-based and feature-level access control within applications. Developers must build custom authorization logic.

authMSALMSAL.jsMSAL.NET