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
When using discovery, and the response from the Provider is a JSON::JWK::Set, a JSON::JWK::Set::KidNotFound error is raised. Looking through the locals at the point of the error, it seems that the kid is not being passed down at all. It therefor can't find the key in the set to verify the token.
When using discovery, and the response from the Provider is a
JSON::JWK::Set
, aJSON::JWK::Set::KidNotFound
error is raised. Looking through the locals at the point of the error, it seems that thekid
is not being passed down at all. It therefor can't find the key in the set to verify the token.Relevant stack trace:
The text was updated successfully, but these errors were encountered: