@dan I did not initially publish any key pairs. This was part of the problem for sure.
S
Best posts made by stacey
-
RE: JWT public keys are empty
-
JWT public keys are empty
Hey there… I’ve been searching for a solution to problem I am having with the /jwt/public-key endpoint. It seems there are no keys being returned. The response is
{"publicKeys":{}}
When I supply an application ID with the request, I get an exception
The @JSONResponse field [response] in the action [class io.fusionauth.app.action.api.jwt.PublicKeyAction] is null. It cannot be null!
Any insight on this? Am I missing a configuration setting somewhere? I would have expected maybe a default key would have been returned.