Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7eb0342

Browse files
authoredFeb 3, 2021
Update virtualization-based-security-protocol.md
1 parent 06fe7d9 commit 7eb0342

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎articles/attestation/virtualization-based-security-protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Azure Attestation -> Client
5252

5353
**challenge** (BASE64URL(OCTETS)): Random value issued by the service.
5454

55-
**service_context** (BASE64URL(OCTETS)): Opaque, encrypted context created by the service, which includes, among others, the challenge, and an expiration time for that challenge.
55+
**service_context** (BASE64URL(OCTETS)): Opaque context created by the service.
5656

5757

5858
### Request message
@@ -233,7 +233,7 @@ TPM + VBS enclave sample:
233233

234234
- **value_type (String)**: Data type of the claim’s value
235235

236-
**service_context** (BASE64URL(OCTETS)): Opaque, encrypted context created by the service which includes, among others, the challenge and an expiration time for that challenge.
236+
**service_context** (BASE64URL(OCTETS)): Opaque context created by the service.
237237

238238
### Report message
239239

0 commit comments

Comments
 (0)
Please sign in to comment.