Skip to content

Bump Microsoft.Identity.Client from 4.10.0 to 4.34.0 in /src/02-Corporate#92

Closed
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/src/02-Corporate/Microsoft.Identity.Client-4.34.0
Closed

Bump Microsoft.Identity.Client from 4.10.0 to 4.34.0 in /src/02-Corporate#92
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/nuget/src/02-Corporate/Microsoft.Identity.Client-4.34.0

Conversation

@dependabot-preview
Copy link
Contributor

Bumps Microsoft.Identity.Client from 4.10.0 to 4.34.0.

Release notes

Sourced from Microsoft.Identity.Client's releases.

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

4.33.0

New Features

On-Behalf-Of flow logic now performs refresh token flow eliminating the need to call AcquireTokenSilent and GetAccounts in OBO scenarios. See issue #2623. Added monitoring flags for global stats. See issue #2646. MSAL.NET adds CCS routing information for interactive requests using client info.. See issue #2525 and PR #2687.

4.32.1

Bug Fixes:

When doing a client credential flow with an authority specified at the request level, the region is used and not the public cloud as the authority, which results in a cache miss. See issue #2686 for details.

Fundamentals:

Improved logging for cache performance. See issues & PRs #2690, #2688, #2680, and #2678.

4.32.0

New Features:

Added cancellation token to TokenCacheNotificationArgs, to allow apps to send cancellation token to Redis. See issue #2551 FindAccessToken now logs the number of access tokens. See issue #2417 MSAL now exposes AuthenticationResult.TokenType. See issue #2637 Introduce WithFederationMetadata option for IWA and Username/Password flows, allowing developers to inject the federation metadata XML document. See issue #2152

Bug Fixes:

Improved search of metadata in the federation metadata XML during WS-Trust flows. See issue #2665 Fixed a bug where WithTenant is ignored. See issue #2543 Fixed a bug with UWP token caching not being thread safe. See issue #2616 Handle multiple work accounts on same machine with WAM. See issue #2615 **Fix B2C failure when user flows/policies have a name containing a .. See issue #2444 Handle the scenario where TokenType is null. See issue #2636 Handle Unity Windows Standalone il2cpp: NotSupportedException. See issue #2586 MSAL Xamarin Android now opens EDGE browser for authentication with OpenWithChromeEdgeBrowserAsync. See issue #2399 Handle WAM failure after account picker shows up on Win Server 2016. See issue #2572 Updated the regional telemetry schema. See issue #2622

4.31.0

New Features:

Added time metrics to AuthenticationResultMetadata, which includes total duration, time spent in HTTP, and duration of token cache callbacks. See pull request #2581.

... (truncated)

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

4.33.0

New Features

On-Behalf-Of flow logic now performs refresh token flow eliminating the need to call AcquireTokenSilent and GetAccounts in OBO scenarios. See issue #2623. Added monitoring flags for global stats. See issue #2646. MSAL.NET adds CCS routing information for interactive requests using client info.. See issue #2525 and PR #2687.

4.32.1

Bug Fixes:

When doing a client credential flow with an authority specified at the request level, the region is used and not the public cloud as the authority, which results in a cache miss. See issue #2686 for details.

Fundamentals:

Improved logging for cache performance. See issues/PRs #2690, #2688, #2680, and #2678.

4.32.0

New Features:

** Add Kerberos ticket support **, see AzureAD/microsoft-authentication-library-for-dotnet#2602 Added cancellation token to TokenCacheNotificationArgs, to allow apps to send cancellation token to Redis. See issue #2551 FindAccessToken now logs the number of access tokens. See issue #2417 MSAL now exposes AuthenticationResult.TokenType. See issue #2637 Introduce WithFederationMetadata option for IWA and Username/Password flows, allowing developers to inject the federation metadata XML document. See issue #2152 MSAL.NET now provides routing information to Cached Credential Service (CCS). See issue #2525

Bug Fixes:

Improved search of metadata in the federation metadata XML during WS-Trust flows. See issue #2665 Fixed a bug where WithTenant is ignored. See issue #2543 Fixed a bug with UWP token caching not being thread safe. See issue #2616 Handle multiple work accounts on same machine with WAM. See issue #2615 Fix B2C failure when user flows/policies have a name containing a .. See issue #2444 Handle the scenario where TokenType is null. See issue #2636 Handle Unity Windows Standalone il2cpp: NotSupportedException. See issue #2586 MSAL Xamarin Android now opens EDGE browser for authentication with OpenWithChromeEdgeBrowserAsync. See issue #2399 Handle WAM failure after account picker shows up on Win Server 2016. See issue #2572 Updated the regional telemetry schema. See issue #2622

4.31.0

... (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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 9, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #93.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/src/02-Corporate/Microsoft.Identity.Client-4.34.0 branch July 26, 2021 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants