Skip to content

Bump Microsoft.Identity.Client from 4.10.0 to 4.32.0 in /src/02-Corporate#89

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

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

Conversation

@dependabot-preview
Copy link
Copy Markdown
Contributor

Bumps Microsoft.Identity.Client from 4.10.0 to 4.32.0.

Release notes

Sourced from Microsoft.Identity.Client's releases.

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.
Added telemetry data to requests sent to WAM. See issue #2562.
Added option to hide iOS security prompt for system browser for iOS 13+. See issues #2131, #114, #512.

Bug Fixes:

Fixed parenting of WAM account picker control. See issue #2566.
Fixed an exception in console apps that use WAM when they are run directly as an executable. See issue #2608.

4.30.1

Bug Fix:

MSAL.NET now correctly does Base64 encoding instead of Base64 URL encoding when interacting with the broker. See issue #2554.

4.30.0

New Features:

Added support for Proof Key for Code Exchange (PKCE) in confidential client authorization code flows. See issue #1473.

Bug Fixes:

Removed iOS Xamarin workaround for background threads, as it's no longer needed with fixes done in Mono. See issue #2556.
PKeyAuth challenge is now correctly performed on .NET Core, .NET 5, and .NET Standard platforms. See issue #2363.
WebView2 embedded browser now works in an app that executes in a protected directory. See issue #2502.
MSAL.NET now redirects standard and error output streams when starting a system browser on Linux. See issue #2427.
Correct OS version is now sent in x-client-os header on .NET classic. See issue #2517.
Fixed a NotImplementedException when setting a ConnectionLeaseTimeout on Unity. See issue #2537.
Improved the error message when an app is unable to listen to system browser on localhost URL for interactive flow. See issue #2219.
MSAL.NET will now fall back to WebView1 if WebView2 is unavailable on .NET 5, .NET Core, and .NET classic. See issue #2495.

... (truncated)

Changelog

Sourced from Microsoft.Identity.Client's changelog.

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

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.
Added telemetry data to requests sent to WAM. See issue #2562.
Added option to hide iOS security prompt for system browser for iOS 13+. See issues #2131, #114, #512.

Bug Fixes:

Fixed parenting of WAM account picker control. See issue #2566.
Fixed an exception in console apps that use WAM when they are run directly as an executable. See issue #2608.

4.30.1

Bug Fix:

MSAL.NET now correctly does Base64 encoding instead of Base64 URL encoding when interacting with the broker. See issue #2554.

4.30.0

New Features:

Added support for Proof Key for Code Exchange (PKCE) in confidential client authorization code flows. See issue #1473.

Bug Fixes:

Removed iOS Xamarin workaround for background threads, as it's no longer needed with fixes done in Mono. See issue #2556.
PKeyAuth challenge is now correctly performed on .NET Core, .NET 5, and .NET Standard platforms. See issue #2363.
WebView2 embedded browser now works in an app that executes in a protected directory. See issue #2502.
MSAL.NET now redirects standard and error output streams when starting a system browser on Linux. See issue #2427.
Correct OS version is now sent in x-client-os header on .NET classic. See issue #2517.
Fixed a NotImplementedException when setting a ConnectionLeaseTimeout on Unity. See issue #2537.
Improved the error message when an app is unable to listen to system browser on localhost URL for interactive flow. See issue #2219.

... (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 Jun 4, 2021
@dependabot-preview
Copy link
Copy Markdown
Contributor Author

Superseded by #90.

@dependabot-preview dependabot-preview Bot deleted the dependabot/nuget/src/02-Corporate/Microsoft.Identity.Client-4.32.0 branch June 11, 2021 04:23
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