Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Investigate .NET 8 changes #42

Closed
brockallen opened this issue Nov 1, 2023 · 3 comments · Fixed by #44
Closed

Investigate .NET 8 changes #42

brockallen opened this issue Nov 1, 2023 · 3 comments · Fixed by #44
Assignees

Comments

@brockallen
Copy link
Member

Check to see if .NET 8 has any breaking changes WRT this library (something about the token names in the properties might have changed?).

@damienbod
Copy link

damienbod commented Nov 17, 2023

FYI

.NET 8 introduced breaking changes using the Microsoft.IdentityModel.JsonWebTokens. This breaks this package due to serialization

ArgumentException: IDX11025: Cannot serialize object of type: '<>f__AnonymousType0`4[System.String,System.String,System.String,System.String]' into property: 'jwk'.

@molinch
Copy link

molinch commented Nov 20, 2023

Hello @brockallen ,
We are a paying customer using Duende.Bff.
We are hit by this issue as we upgrade to .NET8 and would like to know if there's a workaround we could use in the meantime, like registering to the DI a different implementation for some classes.

@brockallen
Copy link
Member Author

We're working on it as we speak.

@josephdecock josephdecock linked a pull request Nov 20, 2023 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants