FusionAuth
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    • Login
    1. Home
    2. Tags
    3. rsa
    Log in to post
    • All categories
    • G

      Verification of ID Token using RSA public key

      General Discussion
      • rsa jwks verification validation client-library • • gokul.mahajan20
      2
      0
      Votes
      2
      Posts
      3.5k
      Views

      danD

      @gokul-mahajan20

      Can you add ----BEGIN to the JWKS certs?

    • danD

      How can I sync my RSA or Elliptical keypairs between environments?

      Q&A
      • rsa keypair keys public private elliptical • • dan
      2
      0
      Votes
      2
      Posts
      857
      Views

      danD

      If you need to keep everything in sync between your dev, staging and production systems, I believe the best way to accomplish that is to create the key-pair outside of FusionAuth and use the “Import RSA key pair” functionality.

      If you are using the UI, you can find that under "Settings -> Key master". The button in the upper right hand corner lets you select between the different options:

      Screen Shot 2020-09-24 at 1.48.38 PM.png

      You can of course also use the API to import the keys: https://fusionauth.io/docs/v1/tech/apis/keys

    • danD

      I imported a public key and am not seeing the kid in the jwks endpoint.

      Q&A
      • keys rsa jwks • • dan
      2
      0
      Votes
      2
      Posts
      2.7k
      Views

      danD

      We only publish keys that we can use for signing, so a public key all by itself will not be published via JWKS. If you import the entire key pair, it will be published on the JWKS endpoint.

      You can also generate a keypair too.