microsoftgraph / msgraph-sample-maui

This sample demonstrates how to use the Microsoft Graph .NET SDK to access data in Office 365 from .NET MAUI apps.
MIT License
31 stars 15 forks source link

Bump Microsoft.Identity.Client from 4.52.0 to 4.53.0 in /GraphMAUI #62

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Microsoft.Identity.Client from 4.52.0 to 4.53.0.

Release notes

Sourced from Microsoft.Identity.Client's releases.

4.53.0

New Features

  • Added support for CIAM authorities. See 3990

Bug Fixes

  • Fixed issue where WAM is invoked for B2C authorities. MSAL will now fall back to the browser for this scenario. See 4072
Changelog

Sourced from Microsoft.Identity.Client's changelog.

4.53.0

New Features

  • Added support for CIAM authorities. See 3990

Bug Fixes

  • Fixed issue where WAM is invoked for B2C authorities. MSAL will now fall back to the browser for this scenario. See 4072
Commits
  • 653aeaf Update CHANGELOG.md for 4.53.0 (#4083)
  • 0c8cb9c Fallback from WAM to browser on B2C, extend Webview2 support (#4073)
  • ebb3040 Fix Service Principal OBO RT test. (#4081)
  • b632b33 For MAUI Dev Apps include only MAUI Android workload (#4076)
  • d3b71a9 Disable Azure ARC integration test
  • fb4f818 Remove test name with spaces as it fails in re-run (#4075)
  • 275c373 Initial implementation of CIAM support (#4054)
  • 300fba1 [WAM] Adding more dev apps to test msalruntime existence (#4044)
  • 1d0371f [WAM] Token protection validation with CA Policy (#4056)
  • 50c4d51 Fix test loading cert by name when multiple certs with same name exist (#4058)
  • Additional commits viewable in compare view


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)