2.2.2.5 IssueRequest

The IssueRequest message requests the issuance of a SAML token. It is used by the following message:

Message type

Action URI

Request

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

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

  
   <complexType name="IssueRequestType" >
     <complexContent>
       <extension base="msis:RequestType">
         <sequence>
           <element name="ActivityId" type="string"/>
           <element name="Message" type="msis:SamlMessageType"/>
           <element name="OnBehalfOf" type="wst:OnBehalfOfType"/>
           <element name="SessionState" type="string"/>
           <any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" />
         </sequence>
       </extension>
     </complexContent>
   </complexType>

ActivityId: An opaque string supplied by the caller to track the activity to which this message pertains.

Message: A complex type representing a SAML Protocol message.

OnBehalfOf: A complex type representing the party to issue the token for.

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