Skip to content

Commit d844487

Browse files
committed
Add DPoP to Readme
1 parent 035a58d commit d844487

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ using any grant type or client authentication method. It is compliant with almos
1818
* support for **Proof Key for Code Exchange** (**PKCE**)
1919
* support for **JWT Secured Authorization Response Mode** (**JARM**)
2020
* support for **Pushed Authorization Requests** (**PAR**)
21+
* support for **Demonstration of Proof of Possession** (**DPoP**)
2122

2223
## Installation
2324

@@ -69,6 +70,7 @@ The available flags are:
6970
--auth-method string token endpoint authentication method
7071
--client-id string client identifier
7172
--client-secret string client secret
73+
--dpop use DPoP
7274
--encrypted-request-object pass request parameters as encrypted jwt
7375
--encryption-key string path or url to encryption key in jwks format
7476
--grant-type string grant type

0 commit comments

Comments
 (0)