New features
- Implement
IAuthorizationHeaderProvider2(fromMicrosoft.Identity.Abstractions12.3.0) onDefaultAuthorizationHeaderProviderand the publicBaseAuthorizationHeaderProvider, exposing the metadata-richCreateAuthorizationHeaderInformation*surface (returningOperationResult<AuthorizationHeaderInformation, AuthorizationHeaderError>) with binding-certificate propagation.DownstreamApiandMicrosoftIdentityMessageHandlernow preferIAuthorizationHeaderProvider2for mTLS PoP and soft-deprecate the bound-onlyIBoundAuthorizationHeaderProviderpath (kept as a fallback for source/binary compatibility). See #3899. - Populate
TokenAcquisitionMetadata.ExpiresOnonAcquireTokenResultfrom the MSALAuthenticationResult.ExpiresOnvalue. See #3905.
Bug fixes
- Finalize the
DownstreamApirequest (headers, query parameters, content, and customizations) before creating the authorization header, addingAuthorizationonly after signing so request-binding providers do not include it in their signed material. See #3902.