AspNetCore.Diagnostics.HealthChecks
AspNetCore.Diagnostics.HealthChecks copied to clipboard
Suggestion: Naming inconsistency for Identity Service
All packages have full name of checked services except Identity Service. It have names:
- package name
AspNetCore.HealthChecks.OpenIdConnectServer
- project name
HealthChecks.IdSvr
True, a PR for change the project name to OpenIdConnectServer is appreciated! Really, this healtcheck use discovery endpoint ( .well-known/openid-configuration) and works for any OpenIdConnect server like Identity or Azure AD, Auth0 etc...
I've created a PR #2198 to close this issue. Looking forward for review!