FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. me
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Best 1
    • Controversial 0
    • Groups 0

    Andreas

    @me

    1
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Copenhagen

    me Unfollow Follow

    Best posts made by me

    • RE: Cannot lookup public key for kid

      @me found the missing piece here https://fusionauth.io/community/forum/topic/404/

      One has to generate a JWT signing key pair on the FA application in question.

      posted in General Discussion
      M
      me

    Latest posts made by me

    • RE: Cannot lookup public key for kid

      @me found the missing piece here https://fusionauth.io/community/forum/topic/404/

      One has to generate a JWT signing key pair on the FA application in question.

      posted in General Discussion
      M
      me
    • Cannot lookup public key for kid

      Hello,
      I'm on FusionAuth version [1.20.1] launched with provided docker-compose.yml
      After successful login my backend service looks at the JWT and want to verify the token by retrieving the corresponding public signing key.

      The JWT header says:

      {
        "alg": "HS256",
        "typ": "JWT",
        "kid": "52d751231"
      }
      

      But looking that key up results in Not Found

      curl -i http://localhost:9011/api/jwt/public-key?kid=52d751231
      HTTP/1.1 404 
      

      But the kid mentioned above matches the Default signing key listed under http://localhost:9011/admin/key/ in the admin interface.

      Am I doing it wrong? How can I get the public signing key?

      posted in General Discussion
      M
      me