microsoft / microsoft/DurableFunctionsMonitor

The type initializer for 'DurableFunctionsMonitor.DotNetBackend.Auth' threw an exception.

Open
#136 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

wontfix
Dominant language
TypeScript
Stars
290
Forks
46
Avg merge
6m
Merged PRs (30d)
1

Description

Hello,

When upgrading to last Microsoft.IdentityModel.Protocols is pulling Microsoft.IdentityModel.Abstractions
from 6.32.3 to 6.33.0 that as the following breaking change on startup

The type initializer for 'DurableFunctionsMonitor.DotNetBackend.Auth' threw an exception. Method not found: 'System.Collections.Generic.ICollection`1<Microsoft.IdentityModel.Tokens.SecurityKey> Microsoft.IdentityModel.Protocols.OpenIdConnect.OpenIdConnectConfiguration.get_SigningKeys()'.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the startup failure after Microsoft.IdentityModel.Protocols changes Microsoft.IdentityModel.Abstractions from 6.32.3 to 6.33.0. Trace the DotNetBackend.Auth type initializer and the resolved Microsoft.IdentityModel.Protocols.OpenIdConnect dependency; done means the application starts without the missing OpenIdConnectConfiguration.SigningKeys method error.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, csharp
Domain
authentication, backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.