Skip to content

Bump Microsoft.IdentityModel.Protocols.OpenIdConnect from 8.18.0 to 8.19.1 - #42

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/Dashboard/Microsoft.IdentityModel.Protocols.OpenIdConnect-8.19.1
Closed

Bump Microsoft.IdentityModel.Protocols.OpenIdConnect from 8.18.0 to 8.19.1#42
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/src/Dashboard/Microsoft.IdentityModel.Protocols.OpenIdConnect-8.19.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Updated Microsoft.IdentityModel.Protocols.OpenIdConnect from 8.18.0 to 8.19.1.

Release notes

Sourced from Microsoft.IdentityModel.Protocols.OpenIdConnect's releases.

8.19.1

Bug Fixes

  • Update JwtSecurityTokenHandler for IssuerSigningKeyResolverUsingConfiguration to take priority over IssuerSigningKeyResolver, matching the documented contract and the correct behavior already present in JsonWebTokenHandler. See PR #​3519.

8.19.0

New Features

  • Add ML-DSA (FIPS 204) post-quantum signature support. See PR #​3479.
  • Cache custom crypto providers in CryptoProviderFactory. See PR #​3489.

Bug Fixes

  • Disable automatic redirects on default HttpClient for JKU retrieval. See PR #​3494.
  • Adjust rented buffer handling in claim set parsing. See PR #​3493.
  • Tidy null handling in SAML conditions validation. See PR #​3491.
  • Improve validation of jku claim. See PR #​3481.
  • Limit telemetry algorithm dimension cardinality. See PR #​3490.
  • Add defensive copy of collections in ValidationParameters. See PR #​3492.
  • Update TokenValidationParameter copy constructor to make a deep copy. See PR #​3488.
  • Update to fail-closed when replay protection isn't configured and other DPoP hardening. See PR #​3505.
  • Apply RFC 3986 section 6.2.2 normalization to DPoP htu comparison. See PR #​3509.

Commits viewable in compare view.

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

….19.1

---
updated-dependencies:
- dependency-name: Microsoft.IdentityModel.Protocols.OpenIdConnect
  dependency-version: 8.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dotnet. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 8, 2026
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jun 8, 2026
Ali Reza Farahnak (alfarahn) added a commit that referenced this pull request Jul 11, 2026
…agent, gpt-5.6-sol + Priority processing, dep bumps

Slowness fixes from App Insights investigation (12.7-min chat turns): (1) ReasoningEffort now read from AzureOpenAI:ReasoningEffort, default 'high' — hardcoded 'xhigh' produced 8+ min single LLM round-trips; (2) Copilot CLI 'task' sub-agent excluded via SessionConfig.ExcludedTools — one call looped 8 min in prod; (3) default model gpt-5.6-sol 2026-07-09 with serviceTier Priority (new Bicep param, default Priority) for faster TTFT; (4) NuGet bumps: IdentityModel 8.19.1 x2 (#41 #42), OpenTelemetry 1.16.0 x2 (#44). Verified: dotnet build Release green; bicep build clean.
Ali Reza Farahnak (alfarahn) added a commit that referenced this pull request Jul 11, 2026
…ol Priority (#54)

* Upgrade GitHub.Copilot.SDK to 1.0.5 (+ API migration) [skip ci]

Migrate from GitHub.Copilot.SDK 1.0.0-beta.4 to 1.0.5. API changes: namespace GitHub.Copilot.SDK -> GitHub.Copilot; CopilotClientOptions.CopilotHome -> BaseDirectory; OnPermissionRequest -> PermissionHandler.ApproveAll (replaces PermissionRequestResult); CopilotSession.GetMessagesAsync -> GetEventsAsync; SessionListFilter.Cwd -> WorkingDirectory; SessionMetadata.Context.Cwd -> WorkingDirectory; SessionConfig.Tools is now ICollection<AIFunctionDeclaration> so tool-list types widened from List<AIFunction> to List<AIFunctionDeclaration>. Behavior-preserving. Verified: dotnet build Release GREEN (0/0). Supersedes #51. [skip ci] to avoid an unattended test-slot deploy; CI runs on merge to main.

* docs(changelog): note GitHub.Copilot.SDK 1.0.5 upgrade [skip ci]

* perf: configurable reasoning effort (default high), exclude task sub-agent, gpt-5.6-sol + Priority processing, dep bumps

Slowness fixes from App Insights investigation (12.7-min chat turns): (1) ReasoningEffort now read from AzureOpenAI:ReasoningEffort, default 'high' — hardcoded 'xhigh' produced 8+ min single LLM round-trips; (2) Copilot CLI 'task' sub-agent excluded via SessionConfig.ExcludedTools — one call looped 8 min in prod; (3) default model gpt-5.6-sol 2026-07-09 with serviceTier Priority (new Bicep param, default Priority) for faster TTFT; (4) NuGet bumps: IdentityModel 8.19.1 x2 (#41 #42), OpenTelemetry 1.16.0 x2 (#44). Verified: dotnet build Release green; bicep build clean.
@alfarahn

Copy link
Copy Markdown
Collaborator

Superseded by #54 (merged) — the same version bump was applied there alongside the SDK 1.0.5 upgrade and perf fixes. Closing.

@dependabot @github

dependabot Bot commented on behalf of github Jul 11, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/nuget/src/Dashboard/Microsoft.IdentityModel.Protocols.OpenIdConnect-8.19.1 branch July 11, 2026 16:31
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.

1 participant