Skip to content

Commit

Permalink
Merge pull request #71 from tnorimat/typos
Browse files Browse the repository at this point in the history
fix typos
  • Loading branch information
IngridPuppet authored Aug 12, 2024
2 parents deaf959 + 31103a2 commit 5e6e69a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 3.retrieve_test_credential.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ CREDENTIAL_BEARER_TOKEN=$(curl -k -s $KEYCLOAK_EXTERNAL_ADDR/realms/master/proto
-H 'Content-Type: application/x-www-form-urlencoded' \
-d 'grant_type=urn:ietf:params:oauth:grant-type:pre-authorized_code' \
-d "pre-authorized_code=$PRE_AUTHORIZED_CODE" \
-d "client_id=penid4vc-rest-api" \
-d "client_id=openid4vc-rest-api" \
-d "client_secret=$CLIENT_SECRET")

# Stop if CREDENTIAL_BEARER_TOKEN is not retrieved
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,5 +436,5 @@ Certain credential types require cryptographic binding to the user's identity. T
For these examples, we will be using the **pre-authorized_code** flow.

* The script `3.retrieve_test_credential.sh` will allow you to request and obtain a test_credential, without holder binding.
* The script `3.retrieve_IdentityCredential.sh` with create a key pair for the wallet, sign a kye proof and use it to request an IdentityCredential with key binding.
* The script `3.retrieve_IdentityCredential.sh` with create a key pair for the wallet, sign a key proof and use it to request an IdentityCredential with key binding.

0 comments on commit 5e6e69a

Please sign in to comment.