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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -470,6 +470,7 @@ The following example shows the enrollment web service request for federated aut
</ac:AdditionalContext>
</wst:RequestSecurityToken>
</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).