AspNetCore.Diagnostics.HealthChecks icon indicating copy to clipboard operation
AspNetCore.Diagnostics.HealthChecks copied to clipboard

Suggestion: Naming inconsistency for Identity Service

Open a-z-hub opened this issue 5 years ago • 2 comments

All packages have full name of checked services except Identity Service. It have names:

  • package name AspNetCore.HealthChecks.OpenIdConnectServer
  • project name HealthChecks.IdSvr

a-z-hub avatar Nov 21 '19 11:11 a-z-hub

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...

unaizorrilla avatar Nov 26 '19 13:11 unaizorrilla

I've created a PR #2198 to close this issue. Looking forward for review!

jakubriha avatar May 11 '24 18:05 jakubriha