3.2.5.3.1 GET
This operation returns a Proxy Relying Party Trust (section 2.2.2.3) corresponding to the web application for the client in the server.
The operation is transported by a HTTP GET and can be invoked through the following URI:
-
adfs/proxy/WebApplicationProxy/trust?api-version=1
The request MUST authenticate using client TLS authentication [RFC2246]. The server MUST validate that the certificate presented by the client during client TLS authentication [RFC2246] can be validated by one of the values of [Server State].ProxyTrustedCertificates. If the certificate cannot be validated, the server MUST return an HTTP error code of 401.
The response message for this operation can result in the following status codes.
|
Status code |
|---|
|
200 |
|
400 |
|
401 |
|
404 |
|
500 |
|
501 |