2.2.2.8 LogoutResponse

The LogoutResponse message is a reply to LogoutRequest, containing updated SessionState and LogoutState values. 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:LogoutResponse element with the following type:

  
   <complexType name="LogoutResponseType">
     <complexContent>
       <extension base="msis:ResponseType">
         <sequence>
           <element name="LogoutStatus" type="msis:LogoutStatusType"/>
           <element name="Message" type="msis:SamlMessageType" minOccurs="0"/>
           <element name="SessionState" type="string"/>
           <element name="LogoutState" type="string"/>
           <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
         </sequence>
       </extension>
     </complexContent>
   </complexType>

LogoutStatus: A complex type representing the status of the logout process.

Message: A complex type representing a SAML Protocol message.

SessionState: A structured string representing the information required to log out from this session.

LogoutState: A structured string representing additional information required to log out from this session.