-
Notifications
You must be signed in to change notification settings - Fork 717
Commit 4ac2332
authored
Bump Microsoft.Identity.Web from 2.17.0 to 2.17.1 in /webapi (#828)
Bumps
[Microsoft.Identity.Web](https://github.com/AzureAD/microsoft-identity-web)
from 2.17.0 to 2.17.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/AzureAD/microsoft-identity-web/releases">Microsoft.Identity.Web's
releases</a>.</em></p>
<blockquote>
<h1>2.17.1</h1>
<ul>
<li>Updated to Microsoft.IdentityModel.* 7.4.0</li>
</ul>
<h3>New features</h3>
<ul>
<li>DownstreamApi now automatically processes claims challenge from web
APIs which are CAE enabled, provided you set
"ClientCapablities" : ["cp1"] in the configuation.
See issue <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/pull/2550">#2550</a>.</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Fixes the use of <code>ServiceDescriptor</code> for containers which
have keyed services present. This can be an issue on .NET 8.0. See issue
<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/pull/2676">#2676</a>
for details.</li>
</ul>
<h3>Engineering excellence</h3>
<ul>
<li>Calls to
<code>ConfidentialClientApplicationBuilderExtension.WithClientCredentials</code>
are fully async. See issue <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2566">#2566</a>
for details.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/AzureAD/microsoft-identity-web/blob/master/changelog.md">Microsoft.Identity.Web's
changelog</a>.</em></p>
<blockquote>
<h1>2.17.1</h1>
<ul>
<li>Updated to Microsoft.IdentityModel.* 7.4.0</li>
</ul>
<h3>New features</h3>
<ul>
<li>DownstreamApi now automatically processes claims challenge from web
APIs which are CAE enabled, provided you set
"ClientCapablities" : ["cp1"] in the configuation.
See issue <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/pull/2550">#2550</a>.</li>
</ul>
<h3>Bug fixes</h3>
<ul>
<li>Fixes the use of <code>ServiceDescriptor</code> for containers which
have keyed services present. This can be an issue on .NET 8.0. See issue
<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/pull/2676">#2676</a>
for details.</li>
</ul>
<h3>Engineering excellence</h3>
<ul>
<li>Calls to
<code>ConfidentialClientApplicationBuilderExtension.WithClientCredentials</code>
are fully async. See issue <a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2566">#2566</a>
for details.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/847304540bbe6c6825861bf52155567c5bda575f"><code>8473045</code></a>
changelog for 2.17.1 (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2682">#2682</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/4355c93b65f86077199eb5c311fd3659b499bf0a"><code>4355c93</code></a>
update to identitymodel 7.4.0 (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2683">#2683</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/407db827e421f499ea4a0f321083577f30e60e56"><code>407db82</code></a>
IDownstreamApi handles Continuous Access Evaluation (CAE) (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2616">#2616</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/ced85916355687036db43eac47ef98beefb42790"><code>ced8591</code></a>
Make ConfidentialClientApplicationBuilderExtension.WithClientCredentials
asyn...</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/b6cc9eb4314ffd248cc3c966e1d0e1711811c468"><code>b6cc9eb</code></a>
Fix ServiceDescriptor access when Keyed Services are present (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2676">#2676</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/7ca44be6d15310594d7ad2dcffea3e3c0747e7e7"><code>7ca44be</code></a>
Stabilize UI and Unit Tests (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2669">#2669</a>)</li>
<li><a
href="https://github.com/AzureAD/microsoft-identity-web/commit/397fce764ad436a68934baa545f2b8884e70ae8c"><code>397fce7</code></a>
Changelog for IdWeb 2.17.0 (<a
href="https://redirect.github.com/AzureAD/microsoft-identity-web/issues/2668">#2668</a>)</li>
<li>See full diff in <a
href="https://github.com/AzureAD/microsoft-identity-web/compare/2.17.0...2.17.1">compare
view</a></li>
</ul>
</details>
<br />
[](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)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent ac4b33e commit 4ac2332Copy full SHA for 4ac2332
1 file changed
+1
-1
lines changedwebapi/CopilotChatWebApi.csproj
Copy file name to clipboardexpand all lines: webapi/CopilotChatWebApi.csproj+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
|
0 commit comments