1.6.0 (2022-04-05)
Features Added
- Added a new property under the
Diagnostics
options available onTokenCredentialOptions
and all sub-types. If set totrue
, we try to log the account identifiers by parsing the received access token. The account identifiers we try to log are the:- Application or Client Identifier
- User Principal Name
- Tenant Identifier
- Object Identifier of the authenticated user or app
ManagedIdentityCredential
now attempts to use the newest "2019-08-01" api version for App Service Managed Identity sources. The newer API version will be used if theIDENTITY_ENDPOINT
andIDENTITY_HEADER
environment variables are set.
Bugs Fixed
- Fixed an issue where the x5c header is not sent for
OnBehalfOfCredential
when theSendCertificateChain
option is set. #27679