-
Notifications
You must be signed in to change notification settings - Fork 6
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
Remove IdentityServer4 to completely switch to OpenIdDict #1206
Conversation
OutOfSchool/OutOfSchool.WebApi/Services/ProviderAdminService.cs
Outdated
Show resolved
Hide resolved
...ol/OutOfSchool.WebApi/Services/ProviderAdminOperations/ProviderAdminOperationsRESTService.cs
Outdated
Show resolved
Hide resolved
OutOfSchool/OutOfSchool.WebApi/Services/MinistryAdminService.cs
Outdated
Show resolved
Hide resolved
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.
Approved in general.
There are minor traces of identityServer in services' constructor parameter name.
Also (bit irrelevant) I see that Sonar is down, so you are not protected from other possible issues.
SonarCloud Quality Gate failed. 0 Bugs 9.1% Coverage The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Now possible to use latest versions of EF Core and other MS libs (was blocked by some IS4 dependencies).
This PR is mostly deleting files with some refactoring on naming