sdk-java
sdk-java copied to clipboard
Complete Oauth 2 authorization support
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:
- actors
- subject
- endpoints.revocation
- endpoints.introspection