You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
The current implementation expects the OIDC provider to support RS256 as a signature algorithm.
What you expected to happen:
It should also be allowed that the OIDC provider only supports RS512 and the health check still works.
How to reproduce it (as minimally and precisely as possible):
Run the health check against a ODIC Provider that only supports RS512 as signing algorithm.
.NET Core version 8
Healthchecks version 8.0.0
The text was updated successfully, but these errors were encountered:
What happened:
The current implementation expects the OIDC provider to support RS256 as a signature algorithm.
What you expected to happen:
It should also be allowed that the OIDC provider only supports RS512 and the health check still works.
How to reproduce it (as minimally and precisely as possible):
Run the health check against a ODIC Provider that only supports RS512 as signing algorithm.
The text was updated successfully, but these errors were encountered: