sdk-java icon indicating copy to clipboard operation
sdk-java copied to clipboard

Complete Oauth 2 authorization support

Open fjtirado opened this issue 3 months ago • 0 comments

As per spec, we are supporting ClientSecretBasic and ClientSecretPost authentication, but we are lacking PrivateKeyJwt and ClientSecretJwt.

The relevant code to completed is located here and here

Also we are not considering following fields:

fjtirado avatar Nov 24 '25 13:11 fjtirado