2.2.2.5 Relying Party Trust List

This is a JSON array of objects containing web application information. The format of the objects is as follows:

 [ {
     "objectIdentifier" : "<object-identifier>",
     "name" : "<web-application-name>",
     "publishedThroughProxy" : <is-web-application-published>,
     "nonClaimsAware" : <is-a-non-claims-aware-web-application>,
     "enabled" : <is-web-application-enabled>
   }, + ]

object-identifier: The immutable object identifier for the web application on the server.

web-application-name: The name of the web application on the server, unique across web applications.

is-web-application-published: Boolean user configuration declaring this web application as being accessible from outside the internal network through a client.

is-a-non-claims-aware-web-application: Boolean value specifying if the web application is a non-claims-aware web application.

enabled: Boolean value specifying if the web application is enabled at the server.