Skip to content

Commit 8a46940

Browse files
Merge pull request #196904 from msmbaldwin/att
New attestation articles
2 parents c89d1fd + 00c2e1d commit 8a46940

13 files changed

+917
-8
lines changed

articles/attestation/author-sign-policy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ms.author: mbaldwin
1010

1111

1212
---
13+
1314
# How to author an attestation policy
1415

1516
Attestation policy is a file uploaded to Microsoft Azure Attestation. Azure Attestation offers the flexibility to upload a policy in an attestation-specific policy format. Alternatively, an encoded version of the policy, in JSON Web Signature, can also be uploaded. The policy administrator is responsible for writing the attestation policy. In most attestation scenarios, the relying party acts as the policy administrator. The client making the attestation call sends attestation evidence, which the service parses and converts into incoming claims (set of properties, value). The service then processes the claims, based on what is defined in the policy, and returns the computed result.
@@ -134,3 +135,4 @@ After creating a policy file, to upload a policy in JWS format, follow the below
134135
## Next steps
135136
- [Set up Azure Attestation using PowerShell](quickstart-powershell.md)
136137
- [Attest an SGX enclave using code samples](/samples/browse/?expanded=azure&terms=attestation)
138+
- [Learn more about policy versions](policy-version-1-0.md)

0 commit comments

Comments
 (0)