2.2.2.4 VerifyMessageResponse

The VerifyMessageResponse message is a reply to VerifyMessageRequest, containing a Boolean result. It is used by the following message:

Message type

Action URI

Response

http://schemas.microsoft.com/ws/2009/12/identityserver/samlprotocol/ProcessRequestResponse

body: The SOAP body MUST contain a single msis:VerifyMessageResponse element with the following type:

  
   <complexType name="VerifyMessageResponseType" >
     <complexContent>
       <extension base="msis:ResponseType">
         <sequence>
           <element name="IsVerified" type="boolean"/>
           <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
         </sequence>
       </extension>
     </complexContent>
   </complexType>

IsVerified: A Boolean result indicating whether a SAML Message is from a known party and signed according to the metadata directives for that party.