Skip to content
This repository has been archived by the owner on Mar 21, 2023. It is now read-only.

Bump Microsoft.Identity.Client from 4.39.0 to 4.45.0 #114

Closed

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jul 1, 2022

Bumps Microsoft.Identity.Client from 4.39.0 to 4.45.0.

Release notes

Sourced from Microsoft.Identity.Client's releases.

4.45.0

Important Changes that developer should make in their UWP apps.

Upgrade the minimum target platform version to 10.0.17763.0 Upgrade Microsoft.NETCore.UniversalWindowsPlatform version to minimum 6.1.9 Add a reference to Microsoft.IdentityModel.Abstractions, if you are still using package.json

New Features

Logging improvements 3028. Expose resource (scopes) in TokenCacheNotificationArgs 3389. New WithClientAssertion API that exposes the token endpoint. (3352)[https://github-redirect.dependabot.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3352]. Add more information to error logs (3278)[https://github-redirect.dependabot.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3278].

Bug Fixes

Tenant profiles are not returned in GetAccounts for broker tokens (3349)[https://github-redirect.dependabot.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3349]. Auth result from runtime broker is not parsed correctly (3354)[https://github-redirect.dependabot.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3354]. DTS - Fixed the endpoints Privacy and TOU links not visible in embedded picker UI for smaller screen (3153)[https://github-redirect.dependabot.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3153] Broker POP token appears as "Bearer" when calling GetAuthorizationHeader() (3353)[https://github-redirect.dependabot.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3353] Ensure MSAL does not check local cache for tokens when using POP with the runtime broker (3363)[https://github-redirect.dependabot.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3363]

Fundamentals

Upgraded to .net standard 2.0

4.44.0

New Features

Added support in MSAL for dSTS authority See 3198. Enabled Azure.Identity (Azure SDK) to benefit from MSAL.NET token cache when used for Managed Identity See 3137.

Experimental Features

MSAL.NET now has a new WAM preview which is an abstraction layer based on MSAL C++ with support for Proof-of-Possession access tokens. This fixes some issues with current WAM implementation. See 3192 and wiki.

Bug Fixes

Improved exception handling in case of an Operation Cancelled Exception See 3283. Fixed AcquireTokenSilent to not display a login prompt unnecessarily for operating system accounts in WAM. See 3294. Fixed NullReferenceException in IsBrokerAvailable() See 3261. Fixed a race condition to improve stability of region autodiscovery. See 3277. Fixed a bug in instance discovery by adding pre-production environment (PPE) domains to known endpoints. See 3265.

Fundamentals

Improved automated performance microbenchmarks to better reflect common scenarios See 3297 and wiki.

4.43.2

Bug Fix

MSAL will now allow the use of different scopes when acquiring access tokens using a cached refresh token in long running On-Behalf-Of processes. See 2817

4.43.1

... (truncated)

Changelog

Sourced from Microsoft.Identity.Client's changelog.

4.45.0

Important Changes that developer should make in their UWP apps.

Upgrade the minimum target platform version to 10.0.17763.0 Upgrade Microsoft.NETCore.UniversalWindowsPlatform version to minimum 6.1.9 Add a reference to Microsoft.IdentityModel.Abstractions, if you are still using package.json

New Features

Logs are now consistent when you use several .NET authentication libraires from Microsoft 3028. Expose resource (scopes) in TokenCacheNotificationArgs 3389. New WithClientAssertion API that exposes the token endpoint. (3352)[https://github-redirect.dependabot.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3352]. Add more information to error logs (3278)[https://github-redirect.dependabot.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3278].

Bug Fixes

Tenant profiles was not returned in GetAccounts for broker tokens (3349)[https://github-redirect.dependabot.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3349]. Auth result from runtime broker was not parsed correctly (3354)[https://github-redirect.dependabot.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3354]. DSTS - Fixed the endpoints Privacy and TOU links weren't visible in embedded picker UI for smaller screen (3153)[https://github-redirect.dependabot.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3153] Broker POP token appeared as "Bearer" when calling GetAuthorizationHeader() (3353)[https://github-redirect.dependabot.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3353] Ensure MSAL didn't check local cache for tokens when using POP with the runtime broker (3363)[https://github-redirect.dependabot.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/3363]

Fundamentals

Upgraded to .net standard 2.0

4.44.0

New Features

Added support in MSAL for dSTS authority See 3198. Enabled Azure.Identity (Azure SDK) to benefit from MSAL.NET token cache when used for Managed Identity See 3137.

Experimental Features

MSAL.NET now has a new WAM preview which is an abstraction layer based on MSAL C++ with support for Proof-of-Possession access tokens. This fixes some issues with current WAM implementation. See 3192 and wiki.

Bug Fixes

Improved exception handling in case of an Operation Cancelled Exception See 3283. Fixed AcquireTokenSilent to not display a login prompt unnecessarily for operating system accounts in WAM. See 3294. Fixed NullReferenceException in IsBrokerAvailable() See 3261. Fixed a race condition to improve stability of region autodiscovery. See 3277. Fixed a bug in instance discovery by adding pre-production environment (PPE) domains to known endpoints. See 3265.

Fundamentals

Improved automated performance microbenchmarks to better reflect common scenarios See 3297 and wiki.

4.43.2

Bug Fix

MSAL will now allow the use of different scopes when acquiring access tokens using a cached refresh token in long running On-Behalf-Of processes. See 2817

... (truncated)

Commits

Dependabot compatibility score

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 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 [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) from 4.39.0 to 4.45.0.
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/changelog.txt)
- [Commits](AzureAD/microsoft-authentication-library-for-dotnet@4.39.0...4.45.0)

---
updated-dependencies:
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 1, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jul 1, 2022

Dependabot tried to add @hbjorgo and @janid1967 as reviewers to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/equinor/lighthouse-api/pulls/114/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the equinor/lighthouse-api repository. // See: https://docs.github.com/rest/reference/pulls#request-reviewers-for-a-pull-request

@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Sep 1, 2022

Superseded by #153.

@dependabot dependabot bot closed this Sep 1, 2022
@dependabot dependabot bot deleted the dependabot/nuget/Microsoft.Identity.Client-4.45.0 branch September 1, 2022 13:07
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants