Skip to content

Commit de05d33

Browse files
authored
Merge pull request #488 from adibmbrk/fix-typo
Fix typo in the OAuth2 DPoP instructions
2 parents cd7e57f + 3ecf5b1 commit de05d33

File tree

1 file changed

+2
-2
lines changed
  • oauth2/org.wso2.dpop.proof.generator

1 file changed

+2
-2
lines changed

oauth2/org.wso2.dpop.proof.generator/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In this method, you generate a key pair once and use it for multiple requests.
3333
1. Navigate to the project folder:
3434
2. Run the following command to generate the key pair:
3535
```sh
36-
java -cp target/org.wso2.dpop.proof.generator-(*)-jar-with-dependenciess.jar org.wso2.dpop.proof.generator.GeneratePublicKeyPair
36+
java -cp target/org.wso2.dpop.proof.generator-(*)-jar-with-dependencies.jar org.wso2.dpop.proof.generator.GeneratePublicKeyPair
3737
```
3838
This will generate two files:
3939
- `dpop.key` (Private Key)
@@ -43,7 +43,7 @@ In this method, you generate a key pair once and use it for multiple requests.
4343

4444
1. Run the following command:
4545
```sh
46-
java -cp target/org.wso2.dpop.proof.generator-(*)-jar-with-dependenciess.jar org.wso2.dpop.proof.generator.DPOPProofGenerator
46+
java -cp target/org.wso2.dpop.proof.generator-(*)-jar-with-dependencies.jar org.wso2.dpop.proof.generator.DPOPProofGenerator
4747
```
4848
2. Enter the requested inputs:
4949
```

0 commit comments

Comments
 (0)