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

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

Open
bhugot opened this issue Oct 24, 2023 · 1 comment
Labels
wontfix This will not be worked on

Comments

@bhugot
Copy link
Contributor

bhugot commented Oct 24, 2023

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()'.

@scale-tone
Copy link
Contributor

Bumping up Microsoft.IdentityModel.Protocols.OpenIdConnect to anything higher than 6.10.2 in DfMon InProc indeed leads to lots of dependency conflicts.
That's precisely why we keep it at that version in DfMon InProc.
So I don't see any actionable items regarding this, unless you can name any critical issues with that particular version of Microsoft.IdentityModel.Protocols.OpenIdConnect.

DfMon Isolated, however, is much more flexible, so I bumped it up there and can confirm that there the recent v6.35.0 works OK.

@scale-tone scale-tone added wontfix This will not be worked on and removed P1 Priority 1 labels Jan 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

3 participants