Skip to content

Commit

Permalink
Merge pull request #372 from vrk-kpa/fix/authorization-bearer-spelling
Browse files Browse the repository at this point in the history
Fix authorization token Bearer prefix spelling in examples
  • Loading branch information
jogu authored Oct 23, 2024
2 parents 0d1c3cf + 03d4204 commit 1d544da
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions openid-4-verifiable-credential-issuance-1_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ Cache-Control: no-store
{
"access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6Ikp..sHQ",
"token_type": "bearer",
"token_type": "Bearer",
"expires_in": 86400,
"authorization_details": [
{
Expand Down Expand Up @@ -823,7 +823,7 @@ Below is a non-normative example of a Credential Request for a Credential in [@I
POST /credential HTTP/1.1
Host: server.example.com
Content-Type: application/json
Authorization: BEARER czZCaGRSa3F0MzpnWDFmQmF0M2JW
Authorization: Bearer czZCaGRSa3F0MzpnWDFmQmF0M2JW
{
"format":"mso_mdoc",
Expand All @@ -843,7 +843,7 @@ Below is a non-normative example of a Credential Request for two Credential inst
POST /credential HTTP/1.1
Host: server.example.com
Content-Type: application/json
Authorization: BEARER czZCaGRSa3F0MzpnWDFmQmF0M2JW
Authorization: Bearer czZCaGRSa3F0MzpnWDFmQmF0M2JW
{
"credential_identifier": "CivilEngineeringDegree-2023",
Expand Down Expand Up @@ -1170,7 +1170,7 @@ The following is a non-normative example of a Deferred Credential Request:
POST /deferred_credential HTTP/1.1
Host: server.example.com
Content-Type: application/json
Authorization: BEARER czZCaGRSa3F0MzpnWDFmQmF0M2JW
Authorization: Bearer czZCaGRSa3F0MzpnWDFmQmF0M2JW
{
"transaction_id": "8xLOxBtZp8"
Expand Down

0 comments on commit 1d544da

Please sign in to comment.