Removed unnecessary indentation in code; added missing </s:Envelope>

This commit is contained in:
Gary Moore
2021-07-13 20:59:31 -07:00
committed by GitHub
parent 40ce58718d
commit ce6231a203

View File

@ -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).