2.2.8 LsRequestSecurityTokenWithCookie Request

The SOAP body of the request message MUST conform to the following XML Schema.

 <s:element name="LsRequestSecurityTokenWithCookie">
   <s:complexType>
     <s:sequence>
       <s:element minOccurs="0" maxOccurs="1" name="latToken" type="s:base64Binary" />
       <s:element minOccurs="0" maxOccurs="1" name="targetRealmName" type="s:string" />
       <s:element minOccurs="0" maxOccurs="1" name="authMethodUris" type="tns:ArrayOfString" />
     </s:sequence>
   </s:complexType>
 </s:element>
 <s:complexType name="ArrayOfString">
   <s:sequence>
     <s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
   </s:sequence>
 </s:complexType>

 Parameter

 Value

targetRealmName

This parameter MUST be a URI conforming to [RFC2396].

authMethodUris

The syntax of this parameter is identical to the syntax of <acceptableAuthenticationMethodStrings> defined in section 2.2.3.