Skip to content

Commit 318c752

Browse files
committed
updated to add client aad link
1 parent adc3cb4 commit 318c752

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

articles/attestation/azure-TPM-VBS-attestation-usage.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,19 @@ Here's how you can set up an attestation endpoint using Portal
4949
Sample policies can be found in the [policy section](tpm-attestation-sample-policies.md) .</br>
5050

5151
> [!NOTE]
52-
> Note: TPM endpoints are designed to be provisioned without a default attestation policy.
52+
> TPM endpoints are designed to be provisioned without a default attestation policy.
5353
</ul>
5454
5555

5656
### Client Setup:
5757
A client to communicate with the attestation service endpoint needs to ensure it's following the protocol as described in the [protocol documentation](virtualization-based-security-protocol.md). Use the [Attestation Client NuGet](https://www.nuget.org/packages/Microsoft.Attestation.Client) to ease the integration.
5858

5959
<ul>
60+
<li>
61+
An Azure AD identity is needed to access the TPM endpoint.
62+
63+
Learn more [Azure AD identity tokens](azure/active-directory/develop/access-tokens.md).
64+
</li>
6065
<li> Add Attestation Reader Role to the identity that will be need for authentication against the endpoint. Azure i
6166

6267
> [!VIDEO https://www.microsoft.com/en-us/videoplayer/embed/RE5aoRi]
@@ -75,4 +80,4 @@ Here's a sample of the contents of the attestation report.
7580

7681
:::image type="content" source="./media/sampledecodedtoken.jpg" alt-text="Sample decoded token for tpm attestation" lightbox="./media/sampledecodedtoken.jpg":::
7782

78-
Using the Open ID [metadata endpoint](https://learn.microsoft.com/rest/api/attestation/metadata-configuration/get?tabs=HTTP) contains properties, which describe the attestation service.The signing keys describe the keys, which will be used to sign tokens generated by the attestation service. All tokens emitted by the attestation service will be signed by one of the certificates listed in the attestation signing keys.
83+
Using the Open ID [metadata endpoint](/rest/api/attestation/metadata-configuration) contains properties, which describe the attestation service.The signing keys describe the keys, which will be used to sign tokens generated by the attestation service. All tokens emitted by the attestation service will be signed by one of the certificates listed in the attestation signing keys.

0 commit comments

Comments
 (0)