Explore the globe like never before with World Explorer. Our AI-powered app gives you in-depth insights about any place worldwide, provides a comprehensive description, and recommends local attractions with your personalized travel guide.
Fixed a regression in MSAL 4.61.1 where Proof of Possession (POP) extensibility API was made available for all the confidential client scenarios caused runtime exception for users using higher level SDKs with explicit dependency on MSAL. See 4789
Measurement of duration in milliseconds is now consistent across all platforms. See 4784
4.61.1
New Features
Enabled Proof of Possession (POP) extensibility API for all confidential client requests, enhancing security measures for confidential clients. See 4757
Introduced a public API that identifies and returns the current Azure environment for Managed Identity. See 4751
Deprecated the WithClientAssertion(string) method. Developers are encouraged to use the overload with Func instead, which ensures the return of a non-expired assertion, potentially including a Federated Credential. See 4775
Adding support for Non-GUID Client IDs with AuthorityType.Generic See #4686
Bug Fixes
Improved logic to handle ADFS tokens that include a manually added tid claim, preventing exceptions. See 4608
Improved build-time validation to ensure that applications using the WithBroker(true) method will fail at build time if the application targets net6-windows and uses an old broker API. This change prevents runtime failures and facilitates early detection of issues. See 4768
Fixed token acquisition failure in broker based flow when authority is common. See 4696
Fixed a regression in MSAL 4.61.1 where the Proof of Possession (POP) extensibility API, when made available for all confidential client scenarios, caused a runtime exception for users of higher-level SDKs that have an explicit dependency on MSAL. See [Issue #4789](AzureAD/microsoft-authentication-library-for-dotnet#4789).
Enabled Proof of Possession (POP) extensibility API for all confidential client requests, enhancing security measures for confidential clients. See 4757
Introduced a public API that identifies and returns the current Azure environment for Managed Identity. See 4751
Deprecated the WithClientAssertion(string) method. Developers are encouraged to use the overload with Func instead, which ensures the return of a non-expired assertion, potentially including a Federated Credential. See 4775
Adding support for Non-GUID Client IDs with AuthorityType.Generic See #4686
Bug Fixes
Improved logic to handle ADFS tokens that include a manually added tid claim, preventing exceptions. See 4608
Improved build-time validation to ensure that applications using the WithBroker(true) method will fail at build time if the application targets net6-windows and uses an old broker API. This change prevents runtime failures and facilitates early detection of issues. See 4768
Fixed token acquisition failure in broker based flow when authority is common. See 4696
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps Azure.Identity and Microsoft.Identity.Client.Extensions.Msal. These dependencies needed to be updated together. Updates
Azure.Identity
from 1.12.0-beta.2 to 1.12.0-beta.3Release notes
Sourced from Azure.Identity's releases.
Commits
ecceb40
Fix Core reference (#44508)b0adc97
Increment version for storage releases (#44507)724a605
[AzureMonitorDistro] Add field validation to Integration Tests (part1) (#44429)2e5ed97
Fixed Storage live tests (#44493)7854613
AzurePipelinesCredential uses new environment variables (#44297)7188acb
Update the test guide for mgmt sdk (#44500)684b650
Api and sdk updates for bicep client (#44181)9d1c5c4
Updated Storage changelogs for STG 94 beta release (#44492)9b7eeb6
prep release Distro 1.2.0 (#44491)735f6af
Increment package version after release of Azure.Monitor.OpenTelemetry.Export...Updates
Microsoft.Identity.Client.Extensions.Msal
from 4.61.0 to 4.61.3Release notes
Sourced from Microsoft.Identity.Client.Extensions.Msal's releases.
Changelog
Sourced from Microsoft.Identity.Client.Extensions.Msal's changelog.
Commits
08675d0
Update CHANGELOG.md (#4800)88df640
Fix for #4791 - don't use WSTrust for ROPC except for AAD authorities (#4794)3f5f9df
Update8a6fe48
Update AzureArcManagedIdentitySource.cs61a89f7
Update extfddb2c4
Update as discussedd2201cf
Changelog for 4.61.2 (#4795)449251d
Required feature update5c6f22f
Fix TypeLoadException (#4792)239d9d6
MeasureDurationResult incorrect when running in linux (#4785)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show