jwks

@GetMapping(value = "/.well-known/jwks.json", produces = MediaType.APPLICATION_JSON_VALUE)
open fun jwks(): Map<String, Any>

Return the current JWKS containing a single RSA signing key.

Return

a JSON object with a "keys" array compatible with RFC 7517