Decoding private_key_jwt in spring authorization server
Im trying to implement private_key_jwt client authentication in spring authorization server (oauth2). But im having trouble implementing signature verification. From what i see i have to specify “JwkSetUri”, since this part of code is throwing an exception