You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/attestation/claim-sets.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,6 +180,13 @@ Below claims are generated and included in the attestation token by the service
180
180
- **tcbinfohash**: SHA256 value of the TCB Info collateral
181
181
- **x-ms-sgx-report-data**: SGX enclave report data field (usually SHA256 hash of x-ms-sgx-ehd)
182
182
183
+
Below claims will appear only in the attestation token generated for Intel® Xeon® Scalable processor-based server platforms. The claims will not appear if the SGX enclave is not configured with [Key Separation and Sharing Support](https://github.com/openenclave/openenclave/issues/3054). The claim definitions can be found [here](https://github.com/openenclave/openenclave/issues/3054)
184
+
185
+
- **x-ms-sgx-config-id**
186
+
- **x-ms-sgx-config-svn**
187
+
- **x-ms-sgx-isv-extended-product-id**
188
+
- **x-ms-sgx-isv-family-id**
189
+
183
190
Below claims are considered deprecated but are fully supported and will continue to be included in the future. It is recommended to use the non-deprecated claim names.
0 commit comments