diff --git a/openid-4-verifiable-credential-issuance-1_0.md b/openid-4-verifiable-credential-issuance-1_0.md index 77362020..5c4f9762 100644 --- a/openid-4-verifiable-credential-issuance-1_0.md +++ b/openid-4-verifiable-credential-issuance-1_0.md @@ -684,7 +684,7 @@ Cache-Control: no-store { "access_token": "eyJhbGciOiJSUzI1NiIsInR5cCI6Ikp..sHQ", - "token_type": "bearer", + "token_type": "Bearer", "expires_in": 86400, "authorization_details": [ { @@ -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", @@ -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", @@ -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"