Supported signature JSON Web Algorithms (JWAs) by this implementation:
Example {@link com.nimbusds.oauth2.sdk.TokenRequest} with private key JWTauthentication:
POST /token HTTP/1.1 Host: server.example.com Content-Type: application/x-www-form-urlencoded grant_type=authorization_code& code=i1WsRn1uB1& client_id=s6BhdRkqt3& client_assertion_type=urn%3Aietf%3Aparams%3Aoauth%3Aclient-assertion-type%3Ajwt-bearer& client_assertion=PHNhbWxwOl...[omitted for brevity]...ZT
Related specifications:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|