Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Microsoft.Identity.Client from 4.59.0 to 4.59.1 in /tools/importdocument #939

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 16, 2024

Bumps Microsoft.Identity.Client from 4.59.0 to 4.59.1.

Release notes

Sourced from Microsoft.Identity.Client's releases.

4.59.1

Bug Fixes

Updated Android webview attribute.

Changelog

Sourced from Microsoft.Identity.Client's changelog.

4.60.3

Bug Fixes

Updated Android webview attribute.

4.60.2

Bug Fixes

When OnBeforeTokenRequest extensibility API is used, MSAL now correctly uses the user-provided OnBeforeTokenRequestData.RequestUri to set the token request endpoint. See 4701.

4.60.1

Bug Fixes

Resolved an issue where MSAL attempts to acquire a token via certificate authentication using SHA2 and PSS resulting in a `MsalServiceException' (Error code: AADSTS5002730). See 4690

4.60.0

New Features

  • AAD client assertions are computed using SHA 256 and PSS padding. See 4428
  • CorrelationId is available in MsalException. See 4187
  • Open telemetry records telemetry for proactive token refresh background process. See 4492
  • MSAL.Net now supports generic authorities with query parameters. See 4631

Bug Fixes

  • MSAL.Net now logs an error when OBO is performed over common or organizations. See 4606
  • MSAL.Net now handles the v2.0 authorization endpoint. See 4416
  • Improved logging and error message when the web api receives a claims challenge. See 4496
  • Cloud shell error message from the managed identity endpoint is now parsed correctly. See 4402
  • Improved error message when CCA certificate is disposed before MSAL can use it. See 4602
  • Client id is now accepted as a scope. See 4652
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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) from 4.59.0 to 4.59.1.
- [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.md)
- [Commits](AzureAD/microsoft-authentication-library-for-dotnet@4.59.0...4.59.1)

---
updated-dependencies:
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Apr 16, 2024
@glahaye glahaye added this pull request to the merge queue Apr 27, 2024
Merged via the queue into main with commit fe60244 Apr 27, 2024
6 checks passed
@glahaye glahaye deleted the dependabot/nuget/tools/importdocument/Microsoft.Identity.Client-4.59.1 branch April 27, 2024 02:58
teamleader-dev pushed a commit to vlink-group/chat-copilot that referenced this pull request Oct 7, 2024
…document (microsoft#939)

Bumps
[Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet)
from 4.59.0 to 4.59.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases">Microsoft.Identity.Client's
releases</a>.</em></p>
<blockquote>
<h2>4.59.1</h2>
<h3>Bug Fixes</h3>
<p>Updated Android webview attribute.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md">Microsoft.Identity.Client's
changelog</a>.</em></p>
<blockquote>
<h1>4.60.3</h1>
<h3>Bug Fixes</h3>
<p>Updated Android webview attribute.</p>
<h1>4.60.2</h1>
<h3>Bug Fixes</h3>
<p>When <code>OnBeforeTokenRequest</code> extensibility API is used,
MSAL now correctly uses the user-provided
<code>OnBeforeTokenRequestData.RequestUri</code> to set the token
request endpoint. See <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4701">4701</a>.</p>
<h1>4.60.1</h1>
<h3>Bug Fixes</h3>
<p>Resolved an issue where MSAL attempts to acquire a token via
certificate authentication using SHA2 and PSS resulting in a
`MsalServiceException' (Error code: AADSTS5002730). See <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4690">4690</a></p>
<h1>4.60.0</h1>
<h3>New Features</h3>
<ul>
<li>AAD client assertions are computed using SHA 256 and PSS padding.
See <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4428">4428</a></li>
<li>CorrelationId is available in MsalException. See <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4187">4187</a></li>
<li>Open telemetry records telemetry for proactive token refresh
background process. See <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4492">4492</a></li>
<li>MSAL.Net now supports generic authorities with query parameters. See
<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4631">4631</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>MSAL.Net now logs an error when OBO is performed over common or
organizations. See <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4606">4606</a></li>
<li>MSAL.Net now handles the v2.0 authorization endpoint. See <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4416">4416</a></li>
<li>Improved logging and error message when the web api receives a
claims challenge. See <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4496">4496</a></li>
<li>Cloud shell error message from the managed identity endpoint is now
parsed correctly. See <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4402">4402</a></li>
<li>Improved error message when CCA certificate is disposed before MSAL
can use it. See <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4602">4602</a></li>
<li>Client id is now accepted as a scope. See <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4652">4652</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/413e319472ccf48c86647f19fa2aa49ff6038488"><code>413e319</code></a>
Ashok's fix (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4714">#4714</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/0876d2bc701b382eb30053372f2ff94ee51540b1"><code>0876d2b</code></a>
Start updating the documentation comments (QOL) (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4689">#4689</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/31e85527793148f2b91dcf6df221f9e7b8b4724e"><code>31e8552</code></a>
Add CODEOWNERS file (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4710">#4710</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/5b8db584dd1f20ce3da2aa5cc9c2ef73e44df0a0"><code>5b8db58</code></a>
Update Selenium dependencies (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4709">#4709</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/726f784231891510a02535a4e8d58728933542d7"><code>726f784</code></a>
Tests should run in headless mode</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/fea55380a12a77e8bce41af059f1d2acc9b99d8c"><code>fea5538</code></a>
4.60.2 changelog (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4704">#4704</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/894758f5dd778b53171ff8f0d25c5ff438091b5e"><code>894758f</code></a>
Fix for <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4701">#4701</a>
- OnBeforeTokenRequest can change the URI</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/7faa3581197ec00e2ab96c204b3508480779293a"><code>7faa358</code></a>
Update to use lab app for automation (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4700">#4700</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/49458ce3a50c7430795375d62dbbac41f9592773"><code>49458ce</code></a>
Delete .github/workflows/scorecard.yml</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/ab797510ce4ffa7438254a5ca4e5dd87fe54f29f"><code>ab79751</code></a>
Update CHANGELOG.md for MSAL 4.60.1 (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4693">#4693</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/compare/4.59.0...4.59.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Identity.Client&package-manager=nuget&previous-version=4.59.0&new-version=4.59.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/microsoft/chat-copilot/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
kb0039 pushed a commit to aaronba/chat-copilot that referenced this pull request Jan 8, 2025
…document (microsoft#939)

Bumps
[Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet)
from 4.59.0 to 4.59.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases">Microsoft.Identity.Client's
releases</a>.</em></p>
<blockquote>
<h2>4.59.1</h2>
<h3>Bug Fixes</h3>
<p>Updated Android webview attribute.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md">Microsoft.Identity.Client's
changelog</a>.</em></p>
<blockquote>
<h1>4.60.3</h1>
<h3>Bug Fixes</h3>
<p>Updated Android webview attribute.</p>
<h1>4.60.2</h1>
<h3>Bug Fixes</h3>
<p>When <code>OnBeforeTokenRequest</code> extensibility API is used,
MSAL now correctly uses the user-provided
<code>OnBeforeTokenRequestData.RequestUri</code> to set the token
request endpoint. See <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4701">4701</a>.</p>
<h1>4.60.1</h1>
<h3>Bug Fixes</h3>
<p>Resolved an issue where MSAL attempts to acquire a token via
certificate authentication using SHA2 and PSS resulting in a
`MsalServiceException' (Error code: AADSTS5002730). See <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4690">4690</a></p>
<h1>4.60.0</h1>
<h3>New Features</h3>
<ul>
<li>AAD client assertions are computed using SHA 256 and PSS padding.
See <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4428">4428</a></li>
<li>CorrelationId is available in MsalException. See <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4187">4187</a></li>
<li>Open telemetry records telemetry for proactive token refresh
background process. See <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4492">4492</a></li>
<li>MSAL.Net now supports generic authorities with query parameters. See
<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4631">4631</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>MSAL.Net now logs an error when OBO is performed over common or
organizations. See <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4606">4606</a></li>
<li>MSAL.Net now handles the v2.0 authorization endpoint. See <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4416">4416</a></li>
<li>Improved logging and error message when the web api receives a
claims challenge. See <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4496">4496</a></li>
<li>Cloud shell error message from the managed identity endpoint is now
parsed correctly. See <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4402">4402</a></li>
<li>Improved error message when CCA certificate is disposed before MSAL
can use it. See <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4602">4602</a></li>
<li>Client id is now accepted as a scope. See <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4652">4652</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/413e319472ccf48c86647f19fa2aa49ff6038488"><code>413e319</code></a>
Ashok's fix (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4714">#4714</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/0876d2bc701b382eb30053372f2ff94ee51540b1"><code>0876d2b</code></a>
Start updating the documentation comments (QOL) (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4689">#4689</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/31e85527793148f2b91dcf6df221f9e7b8b4724e"><code>31e8552</code></a>
Add CODEOWNERS file (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4710">#4710</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/5b8db584dd1f20ce3da2aa5cc9c2ef73e44df0a0"><code>5b8db58</code></a>
Update Selenium dependencies (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4709">#4709</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/726f784231891510a02535a4e8d58728933542d7"><code>726f784</code></a>
Tests should run in headless mode</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/fea55380a12a77e8bce41af059f1d2acc9b99d8c"><code>fea5538</code></a>
4.60.2 changelog (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4704">#4704</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/894758f5dd778b53171ff8f0d25c5ff438091b5e"><code>894758f</code></a>
Fix for <a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4701">#4701</a>
- OnBeforeTokenRequest can change the URI</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/7faa3581197ec00e2ab96c204b3508480779293a"><code>7faa358</code></a>
Update to use lab app for automation (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4700">#4700</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/49458ce3a50c7430795375d62dbbac41f9592773"><code>49458ce</code></a>
Delete .github/workflows/scorecard.yml</li>
<li><a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/ab797510ce4ffa7438254a5ca4e5dd87fe54f29f"><code>ab79751</code></a>
Update CHANGELOG.md for MSAL 4.60.1 (<a
href="https://redirect.github.com/AzureAD/microsoft-authentication-library-for-dotnet/issues/4693">#4693</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/compare/4.59.0...4.59.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=Microsoft.Identity.Client&package-manager=nuget&previous-version=4.59.0&new-version=4.59.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

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 show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/microsoft/chat-copilot/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant