There are some unit tests in our codebase in module "core" . Those may
help to debug and understand what you need.
Marek
On 12/03/18 18:15, Rachael O'Regan wrote:
Hi all,
I'm trying to figure out how Keycloak is parsing JWK. Am I correct in
thinking the JWSBuilder
<
https://github.com/keycloak/keycloak/blob/a743600b344763ce2e7f70a625f590a...
class
is responsible for this? And if so how can I run individual tests to debug
this class?
Thank you,