msgraph-samples-dashboard
msgraph-samples-dashboard copied to clipboard
Bump Microsoft.Identity.Web from 1.25.10 to 2.13.4 in /SamplesDashboard/SamplesDashboard
Bumps Microsoft.Identity.Web from 1.25.10 to 2.13.4.
Release notes
Sourced from Microsoft.Identity.Web's releases.
2.13.4
- Update to IdentityModel 7.0.0-preview5 on .NET 8 and IdentityModel 6.32.3 for the other target frameworks.
- Update to MSAL 4.56.0, which now enables the cache synchronization by default
- Support for .NET 8 preview 7. See PR #2430
Bug fixes
- In Microsoft.Identity.Web.Owin, removed un-needed reference to Microsoft.Aspnet.WebApi.HelpPage. See issue #2417
- Fix to accomodate for breaking change in ASP.NET Core on .NET 8 that the SecurityToken is now a JsonWebToken. See issue #2420
- Improved the usability of IDownstreamApi by checking all
HttpResponsefor success before returning to the caller, instead of swallowing issues. This is a change of behavior. See issue #2426- Improvement/Fix of OWIN scenarios, especially the session with B2C: #2388
- Fix an issue with CIAM web APIs and added two CIAM test apps. See PR #2411
- Fix a bug that is now surfaced by the .NET 8 runtime. See issue #2448
- Added a lock while loading credentials. See issue #2439
Fundamentals
- performance improvements: #2414
- Replaced Selenim with Playwright for more reliable faster UI tests. See issue #2354
- Added MSAL telemetry about the kind of token cache used (L1/L2). See issue #1900
- Resilience improvement: IdWeb now attempts to reload a certificate from its description when AAD returns "certificate revoked" error. See issue #244
2.13.3
- Update to Wilson 7.0.0-preview2 on .NET 8.
New features:
- Support langversion 11, which as fewer allocations compared to 10, see issue #2351 for details.
- In AspNET Core 3.1 and Net 5+, Microsoft.Identity.Web now use the DefaultTokenAcquisitionHost (the host for SDK apps) instead of the Asp.NET Core one, when the service collection was not initialized by ASP.NET Core.
- This means the
IWebHostEnvironmentis not present in the collection.- If you want the ASP.NET Core host, you would need to use the
WebApplication.CreateBuilder().Servicesinstead of instantiating a simple service collection.- In web APIs,
GetAuthenticationResultForUserAsynctries to find the inbound token fromuser.Identity.BootstrapContextfirst (if not null), and then from the token acquisition host. This will help for non-asp.NET Core Azure functions for instance, see issue #2371 for details.2.13.2
Bug fixes:
- Fix bug found in usage of AzureAD key issuer validator, see issue #2323.
- Improved performance in downstreamAPI, see issue #2355 for details.
- Address duplicate cache entries, with singleton token acquisition, which was causing much larger cache size than needed. See issue #2349.
- Distributed cache logger now prints correct cache entry size, see issue #2348
2.13.1
- Update to MSAL 4.55.0
New Features:
Support new AzureAD key issuer validator in AddMicrosoftIdentityWebApi by default in Owin. See #2323 for details.
Microsoft.Identity.Web now supports .NET 8 with conditional compilation, see #2309.
2.13.0
... (truncated)
Changelog
Sourced from Microsoft.Identity.Web's changelog.
2.13.4
- Update to IdentityModel 7.0.0-preview5 on .NET 8 and IdentityModel 6.32.3 for the other target frameworks.
- Update to MSAL 4.56.0, which now enables the cache synchronization by default
- Support for .NET 8 preview 7. See PR #2430
Bug fixes
- In Microsoft.Identity.Web.Owin, removed un-needed reference to Microsoft.Aspnet.WebApi.HelpPage. See issue #2417
- Fix to accomodate for breaking change in ASP.NET Core on .NET 8 that the SecurityToken is now a JsonWebToken. See issue #2420
- Improved the usability of IDownstreamApi by checking all
HttpResponsefor success before returning to the caller, instead of swallowing issues. This is a change of behavior. See issue #2426- Improvement/Fix of OWIN scenarios, especially the session with B2C: #2388
- Fix an issue with CIAM web APIs and added two CIAM test apps. See PR #2411
- Fix a bug that is now surfaced by the .NET 8 runtime. See issue #2448
- Added a lock while loading credentials. See issue #2439
Fundamentals
- performance improvements: #2414
- Replaced Selenim with Playwright for more reliable faster UI tests. See issue #2354
- Added MSAL telemetry about the kind of token cache used (L1/L2). See issue #1900
- Resilience improvement: IdWeb now attempts to reload a certificate from its description when AAD returns "certificate revoked" error. See issue #244
2.13.3
- Update to IdentityModel 7.0.0-preview2 on .NET 8.
New features:
- Support langversion 11, which as fewer allocations compared to 10. See issue #2351.
- In AspNET Core 3.1 and Net 5+, Microsoft.Identity.Web now use the DefaultTokenAcquisitionHost (the host for SDK apps) instead of the Asp.NET Core one, when the service collection was not initialized by ASP.NET Core (that is the
IWebHostEnvironmentis not present in the collection. If you want the ASP.NET Core host, you would need to use theWebApplication.CreateBuilder().Servicesinstead of instantiating a simple service collection.- In web APIs,
GetAuthenticationResultForUserAsynctries to find the inbound token fromuser.Identity.BootstrapContextfirst (if not null), and then from the token acquisition host. This will help for non-asp.NET Core Azure functions for instance. See issue #2371 for details.2.13.2
Bug fixes:
- Fix bug found in usage of AzureAD key issuer validator, see issue #2323.
- Improved performance in downstreamAPI, see issue #2355 for details.
- Address duplicate cache entries, with singleton token acquisition, which was causing much larger cache size than needed. See issue #2349.
- Distributed cache logger now prints correct cache entry size, see issue #2348
2.13.1
- Update to MSAL 4.55.0
New Features:
- Support new AzureAD key issuer validator in AddMicrosoftIdentityWebApi by default in Owin. See #2323 for details.
... (truncated)
Commits
06c3ef6updating changelog (#2452)050e3e0Introduces a lock while loading credentials from Credential Source (#2438)52cec44Add revoked cert condition (#2450)e7d7d4eFixes #2448 (#2449)bb4fe8dBump Microsoft.Identity.Client from 4.55.0 to 4.56.0 (#2447)767331fChangelog for 2.13.4 (#2441)e39c2f6package updates for release (#2440)a6b5fe8api: Check all responses for success (#2427)cc6fc99change value of expected properties to 60 (#2431)8d7e90cJennyf19/net8 preview7 (#2430)- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)