I imported a public key and am not seeing the kid in the jwks endpoint.
-
I imported a public key and am not seeing the kid in the jwks endpoint. Do I need to import the private key as well for it to show up?
-
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.
-
-