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

Feature/update to duende #78

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Conversation

RaduTerec
Copy link

Claims are now strings in Duende, so I removed the obsolete call to ClaimConverter in RedisUserStore.cs.
Upgraded projects to .net 6
Replaced Newtonsoft with System.Text.Json

Radu Terec and others added 11 commits October 21, 2022 16:56
Claims are now strings in Duende, so I removed the obsolete call to `ClaimConverter` in `RedisUserStore.cs`.
Upgraded projects to .net 6
Replaced Newtonsoft with System.Text.Json
Removed references to IdentityServer4 from text.
Signed-off-by: Radu Terec <Radu.Terec@medgate.ch>
Signed-off-by: Radu Terec <Radu.Terec@medgate.ch>
Signed-off-by: Radu Terec <Radu.Terec@medgate.ch>
Signed-off-by: Radu Terec <Radu.Terec@medgate.ch>
Signed-off-by: Radu Terec <Radu.Terec@medgate.ch>
Signed-off-by: Radu Terec <Radu.Terec@medgate.ch>
Signed-off-by: Radu Terec <Radu.Terec@medgate.ch>
Signed-off-by: Radu Terec <Radu.Terec@medgate.ch>
Claims are now strings in Duende, so I removed the obsolete call to `ClaimConverter` in `RedisUserStore.cs`.
Upgraded projects to .net 6
Replaced Newtonsoft with System.Text.Json

Signed-off-by: Radu Terec <Radu.Terec@medgate.ch>
@RaduTerec
Copy link
Author

The check fails because the build agent is set to build up to .Net 5 and the project was compiled with .net 6 for LTS.
Please be so kind and update the build agent. Locally, the tests are green and the quickstart solution works.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants