Skip to content
This repository was archived by the owner on Oct 5, 2023. It is now read-only.

Bump Microsoft.Identity.Client from 4.33.0 to 4.35.0 in /SamplesDashboard/SamplesDashboard#345

Merged
andrueastman merged 2 commits intodevfrom
dependabot/nuget/SamplesDashboard/SamplesDashboard/Microsoft.Identity.Client-4.35.0
Jul 27, 2021
Merged

Bump Microsoft.Identity.Client from 4.33.0 to 4.35.0 in /SamplesDashboard/SamplesDashboard#345
andrueastman merged 2 commits intodevfrom
dependabot/nuget/SamplesDashboard/SamplesDashboard/Microsoft.Identity.Client-4.35.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 26, 2021

Bumps Microsoft.Identity.Client from 4.33.0 to 4.35.0.

Release notes

Sourced from Microsoft.Identity.Client's releases.

4.35.0

Bug Fixes:

  • AcquireTokenByIntegratedWindowsAuth against ADFS provides clearer error message Error messages have been udpated. See issue #2752

  • MSAL no longer performs instance discovery on well known authorities. This will improve performance for customers in regional scenarios See issue #2777

  • MSAL uses preferred_network name on sovereign clouds. Skipping discovery will improve the performance. See issue #2778

  • Error messages in Integrated Windows Authentication are now clearer. The following message related issues are fixed

  • ConfidentialClientApplicationBuilder with auto region discovery no longer throws UriFormatException. This has been fixed by validating region string. See issue #2772

  • Memory leak in AuthorityEndpoint caching has been fixed. This will reduce memory leaks in the apps. See issue #2770

  • ADFS now has consistent values for UserName between STS and cache.. Tenant profiles will provide the consistency. #1559

  • MSAL.NET would throw an ArgumentNullException if the provided CcsRoutingHint was null, now authentication will proceed forward as providing the hint is for resiliency and should not prevent sign-in. See issue #2755

  • The mismtached authorities were throwing exceptions. MSAL now does instance discovery to find the right match. See issue #2736

  • WebView2 was throwing error when KeyDown was handled. This error has been removed. See issue #2685

  • Instance discovery was being performed multiple times on non-public non-sovereign clouds. You will get better performance as now it does discovery only if it is not in the cache. See issue #2701

  • RemoveAsync(account) in confidential client apps now returns suggested web cache key. Empty key is no longer returned. #2643

  • Invalid syntax in XML comments for NoPromptFailedError and NoTokensFoundError has now been fixed. See issue #2756

New Features

  • Limits on URL length in embedded browsers was causing errors with auth code. Applications will not fail on the embedded browers due to the limitation. See issue #2743

  • IAccount now provides Tenant profile for each ID token. This will enable customers to get ID tokens in the authentication results. See issue #2583

4.34.0

Bug Fixes:

MSAL now has WithCcsRoutingHint() to enable developers to more easily provide the CCS routing hint during authentication. See issue 2725

New Features

MSAL.NET provides helper methods to extract the authentication parameters from the WWW-Authenticate headers. This allows for dynamic scenarios such as claim challenge, Conditional Access Evaluation and Conditional Access authentication context scenarios. See https://aka.ms/msal-net/wwwAuthenticate and issue #2679 for details. WAM support is now generally available in MSAL.NET. WithExperimentalFeatures() is no longer required to authenticate with WAM. See https://aka.ms/msal-net-wam for more details MSAL enables easier cache eviction by exposing SuggestedCacheExpiry which helps determine the cache eviction time for for client credentials scenarios. See issue #2486 MSAL now adds runtime information to logs enabling easier diagnosing of authentication issues on all platforms. See issue 2559

Changelog

Sourced from Microsoft.Identity.Client's changelog.

4.34.0

Bug Fixes:

MSAL now has WithCcsRoutingHint() to enable developers to more easily provide the CCS routing hint during authentication. See issue 2725

New Features

MSAL.NET provides helper methods to extract the authentication parameters from the WWW-Authenticate headers. This allows for dynamic scenarios such as claim challenge, Conditional Access Evaluation and Conditional Access authentication context scenarios. See https://aka.ms/msal-net/wwwAuthenticate and issue #2679 for details. WAM support is now generally available in MSAL.NET. WithExperimentalFeatures() is no longer required to authenticate with WAM. See https://aka.ms/msal-net-wam for more details MSAL enables easier cache eviction by exposing SuggestedCacheExpiry which helps determine the cache eviction time for for client credentials scenarios. See issue #2486 MSAL now adds runtime information to logs enabling easier diagnosing of authentication issues on all platforms. See issue 2559

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)

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Jul 26, 2021
@dependabot dependabot bot force-pushed the dependabot/nuget/SamplesDashboard/SamplesDashboard/Microsoft.Identity.Client-4.35.0 branch from 298aaa6 to 4486052 Compare July 26, 2021 06:42
Bumps [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) from 4.33.0 to 4.35.0.
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/master/changelog.txt)
- [Commits](AzureAD/microsoft-authentication-library-for-dotnet@4.33.0...4.35.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 force-pushed the dependabot/nuget/SamplesDashboard/SamplesDashboard/Microsoft.Identity.Client-4.35.0 branch from 4486052 to ba673b9 Compare July 27, 2021 07:47
@andrueastman andrueastman merged commit 1f2d674 into dev Jul 27, 2021
@andrueastman andrueastman deleted the dependabot/nuget/SamplesDashboard/SamplesDashboard/Microsoft.Identity.Client-4.35.0 branch July 27, 2021 10:36
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 .NET Pull requests that update .net code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant