You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
2.20.0
Updated to Microsoft.Identity.Abstractions 6.0.0 which adds one method to IAuthorizationHeaderProvider
New features
Implements the updated IAuthorizationHeaderProvider interface (the new method CreateAuthorizationHeaderForAppAsync). See issue #2907
If an IMsalHttpClientFactory is added to the service collection, it's not used by IdWeb token acquisition. See issue #2911
This will be use to enable some IPv6 scenarios.
Bug fixes
Fix metadata address creation when using AddMicrosoftIdentityWebApp. See issue #2752
Use MSAL.NET instead of DefaultAzureCredential for Federation identity credentials scenario. See 2894