mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-29 01:03:36 +00:00
Removed unnecessary indentation in code; added missing </s:Envelope>
This commit is contained in:
@ -470,6 +470,7 @@ The following example shows the enrollment web service request for federated aut
|
|||||||
</ac:AdditionalContext>
|
</ac:AdditionalContext>
|
||||||
</wst:RequestSecurityToken>
|
</wst:RequestSecurityToken>
|
||||||
</s:Body>
|
</s:Body>
|
||||||
|
</s:Envelope>
|
||||||
```
|
```
|
||||||
|
|
||||||
After validating the request, the web service looks up the assigned certificate template for the client, update it if needed, sends the PKCS\#10 requests to the CA, processes the response from the CA, constructs an OMA Client Provisioning XML format, and returns it in the RequestSecurityTokenResponse (RSTR).
|
After validating the request, the web service looks up the assigned certificate template for the client, update it if needed, sends the PKCS\#10 requests to the CA, processes the response from the CA, constructs an OMA Client Provisioning XML format, and returns it in the RequestSecurityTokenResponse (RSTR).
|
||||||
|
Reference in New Issue
Block a user