-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Replace IdentityServer4 with Duende.IdentityServer (#3008) #3184
Replace IdentityServer4 with Duende.IdentityServer (#3008) #3184
Conversation
2551c56
to
8596545
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just two minor comments - thanks for picking this up!
test/WebSites/OAuth2Integration/AuthServer/Controllers/ConsentController.cs
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3184 +/- ##
=======================================
Coverage 83.58% 83.58%
=======================================
Files 76 76
Lines 3161 3161
Branches 536 536
=======================================
Hits 2642 2642
Misses 519 519
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Pull Request
Fixes #3008
The issue or feature being addressed
This PR replaces IdentityServer4 with Duende.IdentityServer.
Details on the issue fix or feature implementation
IdentityServer4
withDuende.IdentityServer
in project dependencies.