Rapid release cadence is great when it comes to innovation, bug fixes, and new features. One thing it’s not very good for is the documentation. It’s virtually impossible to keep one up to date. Take, for example provisioning Azure AD B2C and configuring Power Apps portals to use it. Documentation talks about Metadata endpoint for […]
Tip #1122: Multiple tokens in cache
If you are working with multiple user or app identities (e.g. for testing), and the code uses ADAL, and especially if the application is killed or crashes, you may occasionally get an error: multiple_matching_tokens_detected: The cache contains multiple tokens satisfying the requirements. Call AcquireToken again providing more requirements (e.g. UserId) Note that it does not […]