mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-13 05:47:23 +00:00
Add backticks to apparent code blocks; label some
This commit is contained in:
parent
8af64f7c30
commit
8f62eeb9d2
@ -103,7 +103,8 @@ This node will trigger attestation flow by launching an attestation process. If
|
|||||||
|
|
||||||
<p>Templated SyncML Call:</p>
|
<p>Templated SyncML Call:</p>
|
||||||
|
|
||||||
<SyncML xmlns="SYNCML:SYNCML1.2">
|
```xml
|
||||||
|
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||||
<SyncBody>
|
<SyncBody>
|
||||||
<Exec>
|
<Exec>
|
||||||
<CmdID>VERIFYHEALTHV2</CmdID>
|
<CmdID>VERIFYHEALTHV2</CmdID>
|
||||||
@ -123,7 +124,8 @@ This node will trigger attestation flow by launching an attestation process. If
|
|||||||
</Exec>
|
</Exec>
|
||||||
<Final/>
|
<Final/>
|
||||||
</SyncBody>
|
</SyncBody>
|
||||||
</SyncML>
|
</SyncML>
|
||||||
|
```
|
||||||
|
|
||||||
<p>Data fields:</p>
|
<p>Data fields:</p>
|
||||||
<ul>
|
<ul>
|
||||||
@ -136,15 +138,17 @@ This node will trigger attestation flow by launching an attestation process. If
|
|||||||
|
|
||||||
<p>Sample Data:</p>
|
<p>Sample Data:</p>
|
||||||
|
|
||||||
<Data>
|
```json
|
||||||
{
|
<Data>
|
||||||
"rpid" : "https://www.contoso.com/attestation",
|
{
|
||||||
"endpoint" : "https://contoso.eus.attest.azure.net/attest/tpm?api-version=2020-10-01",
|
"rpid" : "https://www.contoso.com/attestation",
|
||||||
"nonce" : "5468697320697320612054657374204e6f6e6365",
|
"endpoint" : "https://contoso.eus.attest.azure.net/attest/tpm?api-version=2020-10-01",
|
||||||
"aadToken" : "dummytokenstring",
|
"nonce" : "5468697320697320612054657374204e6f6e6365",
|
||||||
"cv" : "testonboarded"
|
"aadToken" : "dummytokenstring",
|
||||||
}
|
"cv" : "testonboarded"
|
||||||
</Data>
|
}
|
||||||
|
</Data>
|
||||||
|
```
|
||||||
|
|
||||||
<a href="" id="AttestStatus"></a>**AttestStatus**
|
<a href="" id="AttestStatus"></a>**AttestStatus**
|
||||||
<p>Node type: GET
|
<p>Node type: GET
|
||||||
@ -154,7 +158,8 @@ The status is always cleared prior to making the attest service call.
|
|||||||
|
|
||||||
<p>Templated SyncML Call:</p>
|
<p>Templated SyncML Call:</p>
|
||||||
|
|
||||||
<SyncML xmlns="SYNCML:SYNCML1.2">
|
```xml
|
||||||
|
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||||
<SyncBody>
|
<SyncBody>
|
||||||
<Get>
|
<Get>
|
||||||
<Item>
|
<Item>
|
||||||
@ -167,13 +172,16 @@ The status is always cleared prior to making the attest service call.
|
|||||||
</Get>
|
</Get>
|
||||||
<Final/>
|
<Final/>
|
||||||
</SyncBody>
|
</SyncBody>
|
||||||
</SyncML>
|
</SyncML>
|
||||||
|
```
|
||||||
|
|
||||||
<p>Sample Data:</p>
|
<p>Sample Data:</p>
|
||||||
|
|
||||||
If Successful: 0
|
```
|
||||||
If Failed: A corresponding HRESULT error code
|
If Successful: 0
|
||||||
Example: 0x80072efd, WININET_E_CANNOT_CONNECT
|
If Failed: A corresponding HRESULT error code
|
||||||
|
Example: 0x80072efd, WININET_E_CANNOT_CONNECT
|
||||||
|
```
|
||||||
|
|
||||||
<a href="" id="getAttestReport"></a>**GetAttestReport**
|
<a href="" id="getAttestReport"></a>**GetAttestReport**
|
||||||
<p>Node type: GET
|
<p>Node type: GET
|
||||||
@ -182,8 +190,9 @@ This node will retrieve the attestation report per the call made by the TriggerA
|
|||||||
|
|
||||||
<p>Templated SyncML Call:</p>
|
<p>Templated SyncML Call:</p>
|
||||||
|
|
||||||
<SyncML xmlns="SYNCML:SYNCML1.2">
|
```xml
|
||||||
<SyncBody>
|
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||||
|
<SyncBody>
|
||||||
<Get>
|
<Get>
|
||||||
<Item>
|
<Item>
|
||||||
<Target>
|
<Target>
|
||||||
@ -194,16 +203,19 @@ This node will retrieve the attestation report per the call made by the TriggerA
|
|||||||
</Item>
|
</Item>
|
||||||
</Get>
|
</Get>
|
||||||
<Final/>
|
<Final/>
|
||||||
</SyncBody>
|
</SyncBody>
|
||||||
</SyncML>
|
</SyncML>
|
||||||
|
```
|
||||||
|
|
||||||
<p>Sample data:</p>
|
<p>Sample data:</p>
|
||||||
|
|
||||||
If Success:
|
```
|
||||||
JWT token: aaaaaaaaaaaaa.bbbbbbbbbbbbb.cccccccccc
|
If Success:
|
||||||
If failed:
|
JWT token: aaaaaaaaaaaaa.bbbbbbbbbbbbb.cccccccccc
|
||||||
Previously cached report if available (the token may have already expired per the attestation policy).
|
If failed:
|
||||||
OR Sync ML 404 error if not cached report available.
|
Previously cached report if available (the token may have already expired per the attestation policy).
|
||||||
|
OR Sync ML 404 error if not cached report available.
|
||||||
|
```
|
||||||
|
|
||||||
<a href="" id="getServiceCorrelationIDs"></a>**GetServiceCorrelationIDs**
|
<a href="" id="getServiceCorrelationIDs"></a>**GetServiceCorrelationIDs**
|
||||||
<p>Node type: GET
|
<p>Node type: GET
|
||||||
@ -211,8 +223,9 @@ This node will retrieve the service generated correlation IDs for the given MDM
|
|||||||
</p>
|
</p>
|
||||||
<p>Templated SyncML Call:</p>
|
<p>Templated SyncML Call:</p>
|
||||||
|
|
||||||
<SyncML xmlns="SYNCML:SYNCML1.2">
|
```xml
|
||||||
<SyncBody>
|
<SyncML xmlns="SYNCML:SYNCML1.2">
|
||||||
|
<SyncBody>
|
||||||
<Get>
|
<Get>
|
||||||
<Item>
|
<Item>
|
||||||
<Target>
|
<Target>
|
||||||
@ -223,8 +236,9 @@ This node will retrieve the service generated correlation IDs for the given MDM
|
|||||||
</Item>
|
</Item>
|
||||||
</Get>
|
</Get>
|
||||||
<Final/>
|
<Final/>
|
||||||
</SyncBody>
|
</SyncBody>
|
||||||
</SyncML>
|
</SyncML>
|
||||||
|
```
|
||||||
|
|
||||||
<p>Sample data:</p>
|
<p>Sample data:</p>
|
||||||
|
|
||||||
@ -380,6 +394,7 @@ c:[type=="events", issuer=="AttestationService"] => issue(type="bootRevListInfo"
|
|||||||
|
|
||||||
};
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
<br><li>Call TriggerAttestation with your rpid, AAD token and the attestURI:<br>
|
<br><li>Call TriggerAttestation with your rpid, AAD token and the attestURI:<br>
|
||||||
Use the Attestation URL generated in step 1, and append the appropriate api version you want to hit. More information about the api version can be found here Attestation - Attest Tpm - REST API (Azure Azure Attestation) | Microsoft Docs</li>
|
Use the Attestation URL generated in step 1, and append the appropriate api version you want to hit. More information about the api version can be found here Attestation - Attest Tpm - REST API (Azure Azure Attestation) | Microsoft Docs</li>
|
||||||
@ -387,7 +402,7 @@ Use the Attestation URL generated in step 1, and append the appropriate api vers
|
|||||||
GetAttestReport return the signed attestation token as a JWT.The JWT can be decoded to parse the information per the attestation policy.
|
GetAttestReport return the signed attestation token as a JWT.The JWT can be decoded to parse the information per the attestation policy.
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
```json
|
||||||
{
|
{
|
||||||
"typ": "JWT",
|
"typ": "JWT",
|
||||||
"alg": "RS256",
|
"alg": "RS256",
|
||||||
@ -442,7 +457,7 @@ GetAttestReport return the signed attestation token as a JWT.The JWT can be deco
|
|||||||
"testSigningDisabled": true,
|
"testSigningDisabled": true,
|
||||||
"vbsEnabled": true
|
"vbsEnabled": true
|
||||||
}.[Signature]
|
}.[Signature]
|
||||||
|
```
|
||||||
</li>
|
</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user