Update dependency Microsoft.Identity.Client to 4.85.2#546
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
bfadfbf to
33954d3
Compare
33954d3 to
ae1f5d8
Compare
ae1f5d8 to
fa23f44
Compare
fa23f44 to
70e05f2
Compare
70e05f2 to
e4a165d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.72.1→4.85.2Release Notes
AzureAD/microsoft-authentication-library-for-dotnet (Microsoft.Identity.Client)
v4.85.2Compare Source
What's Changed
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.85.1...4.85.2
v4.85.1Compare Source
======
New Features
MsalMetricsCatalog.CanonicalTagsByMetricfor discoverability and validation. #6076v4.85.0Compare Source
======
New Features
WithOtelTagsEnricherextension onAbstractAcquireTokenParameterBuilder<T>to enrich OpenTelemetry tags from token acquisition results. #6071MsalServiceException.SubErrorForLoggingto public for diagnostic logging of service sub-errors. #6063GovFr,GovDe, andGovSgvalues to theAzureCloudInstanceenum for sovereign cloud support. #6023Changes
/computeJSON endpoint. #6039Bug Fixes
caller-sdk-id,caller-sdk-ver) from access token cache keys to prevent cache fragmentation. #6073principalIdforObjectIdand rejectsClientId/ResourceIdidentifiers. #6065v4.84.2Compare Source
======
New Features
ManagedIdentityApplication.GetManagedIdentityCapabilitiesAsync(CancellationToken)returning aManagedIdentityCapabilitiesobject that reports the detected managed identitySource, the host'sMaxSupportedBindingStrength(newMtlsBindingStrengthenum:None,Software,KeyGuard), and a derivedIsMtlsPopSupportedByHost. ReplacesGetManagedIdentitySourceAsync()/ManagedIdentitySourceResult. The publicManagedIdentitySource.ImdsV2value is folded intoImds(v1/v2 routing remains internal). #6049user_fic) flow viaAcquireTokenByUserFederatedIdentityCredential(scopes, Guid userObjectId, assertion). #6050WithClaimsFromClient(claimsJson)to forward client-originated claims across managed identity and confidential client flows. #5999WithCertificate(() => x509)(dynamic certificate credential). #5957Changes
CertificateOptions.SendCertificateOverMtls) to the OBO, refresh-token, and authorization-code flows. #6009Microsoft.Identity.Client.KeyAttestationpackage. #6038GetTenantedAuthorityinCiamAuthorityandDstsAuthority. #6001Bug Fixes
WithExtraQueryParametersonManagedIdentityApplicationBuilderbypassing token caching. #6035KnownInstanceMetadataIsUpToDateAsync. #6048v4.84.1Compare Source
What's Changed
New Features
Changes
Bug Fixes
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@6ff7075...main (AzureAD/microsoft-authentication-library-for-dotnet@6ff7075...main)
v4.84.0Compare Source
======
New Features
CacheOptions.DisableInternalCacheOptionsstatic property andCacheOptions.IsInternalCacheDisabledto allow disabling MSAL's internal token cache. AddedCacheRefreshReason.CacheDisabledandMsalError.InternalCacheDisabledto support this scenario. #5947AuthenticationResultExtensions.GetRefreshToken()extension method for accessing refresh tokens fromAuthenticationResult. #5947WithAttributeTokensandWithExtraBodyParametersextension methods onAbstractConfidentialClientAcquireTokenParameterBuilderfor enhanced extensibility. #5888CertificateOptions.SendCertificateOverMtlsfor mTLS Proof-of-Possession certificate support. #5849AssertionRequestOptions.CorrelationIdproperty for correlation ID support in FIC assertion requests. #5937Changes
WithClientAssertion(ClientSignedAssertion)overload. #5945System.Text.Jsonexclusively. #5959Bug Fixes
ConcurrentDictionary.GetOrAddcalls. #5950System.ValueTupleconditional dependency tonet462only. #5894clientSignedAssertionProviderdelegate is non-null inWithClientAssertion. #5956MtlsPopTokenNotSupportedinImdsV1error message clarity. #5908v4.83.3Compare Source
======
New Features
IByUserFederatedIdentityCredentialinterface anduser_ficgrant type. #5802Changes
Bug Fixes
HttpListenerInterceptor.csto ensure the full response is properly closed. #5478Infrastructure & Dependencies
Microsoft.Identity.Lab.API. #5864v4.83.1Compare Source
======
Bug Fixes
v4.83.0Compare Source
======
New Features
Changes
Bug Fixes
GetManagedIdentitySourceAsync()is explicitly invoked #5815expires_onfield in attestation tokens for better token lifecycle management #5741ValidateCachedTokenAsyncto work properly with multiple APIs beyond the initial scope #5764IAuthenticationOperationandWithAuthenticationExtension#5699ICustomWebUidocumentation #5704Infrastructure & Dependencies
v4.82.1Compare Source
======
Bug Fixes
Changes
v4.82.0Compare Source
======
Highlights
This release expands extensibility for confidential-client authentication (certificates + client assertions), adds additional sovereign cloud environments, and hardens security-sensitive flows (mTLS PoP and system browser auth) with clearer validation and safer defaults.
Features
CertificateOptionsand updatedWithCertificateextensibility APIs to accept it, including support for passingsendX5Cconfiguration through the options model. (#5655)WithExtraClientAssertionClaimsonAcquireTokenForClientParameterBuilderto enable supplying additional signed claims in client assertions (intended for advanced scenarios and higher-level libraries). (#5650)login.*hosts. (#5684)response_mode=form_postsupport for the default system browser (loopback) flow. MSAL will enforceform_postand process the authorization response from POST data. (#5678)Changes
Microsoft.Identity.Client.MtlsPoprenamed toMicrosoft.Identity.Client.KeyAttestation(assembly/package naming update). (#5653)v4.81.0Compare Source
======
Bug Fixes
v4.80.0Compare Source
======
Features
Changes
Bug Fixes
v4.79.2What's Changed
Full Changelog: AzureAD/microsoft-authentication-library-for-dotnet@4.79.0...4.79.2
v4.79.1======
Dependency Update
This hotfix release addresses compatibility between MSAL.NET and Microsoft.Identity.Web by downgrading the System.Formats.Asn1 dependency from version 9.0.8 to 8.0.1.
What Changed
Why This Release
MSAL.NET 4.79.0 introduced a dependency on System.Formats.Asn1 9.0.8, which created version conflicts with Microsoft.Identity.Web and other packages that require System.Formats.Asn1 8.0.1. This hotfix resolves those conflicts to maintain ecosystem compatibility.
v4.79.0Compare Source
======
Changes
IMsalMtlsHttpClientFactoryinterface public in #5559* Adjust WithExtraQueryParameters APIs and cache key behavior #5536Bug fixes
v4.78.0Compare Source
======
Changes
Bug Fixes
v4.77.1Compare Source
======
v4.77.0Compare Source
======
Features
Changes
x-client-osas a query parameter in the authorization URI. #5456Microsoft.IdentityModel.Abstractionsto a supported version. #5452Bug fixes
v4.76.0Compare Source
======
New Features
ExperimentalFeaturesflag onWithMtlsProofOfPossessionAPIBug Fixes
v4.75.0Compare Source
v4.74.1Compare Source
======
Bug fixes
When you configure MSAL with WithOidcAuthority(), the library now confirms that the issuer returned by the OIDC discovery endpoint matches the expected authority (including CIAM patterns) and throws an exception if it does not. #5358
Re-expose public AuthenticationResult constructor. A public, test-friendly constructor of AuthenticationResult was inadvertently hidden behind [Obsolete] and [EditorBrowsable(Never)]. The constructor is now publicly available again. #5392
v4.74.0Compare Source
======
Features
Bug fixes
v4.73.1Compare Source
======
Features
Bug fixes
v4.73.0Compare Source
=======
Features
Bug Fixes
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.