2.2.2.6 IssueResponse

The IssueResponse message is a reply to IssueRequest, containing a SAML response message. 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:IssueResponse element with the following type:

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

Message: A complex type representing a SAML Protocol message.

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

AuthenticatingProvider: The URI of a claims provider or a local STS identifier, depending upon where the user authenticated.