4.5 LsRequestSecurityToken Response

 <?xml version="1.0" encoding="utf-8"?>
 - <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
     - <soap:Body>
         - <LsRequestSecurityTokenResponse xmlns="http://schemas.microsoft.com/ActiveDirectory/FederationService/2005/07/">
             - <rstr>
                 - <Status>
                     Success
                 </Status>
                 - <PolicyVersion>
                     - <SoftwareVersion>
                         1
                     </SoftwareVersion>
                     - <Guid>
                         c8fbb077-6f57-43b9-a8c1-1884fe8813b5
                     </Guid>
                     - <Version>
                         27
                     </Version>
                 </PolicyVersion>
                 - <CredentialsVerification>
                     - <AccountStoreType>
                         ActiveDirectoryType
                     </AccountStoreType>
                     - <AccountStoreTypeDisplay>
                         Active Directory
                     </AccountStoreTypeDisplay>
                     - <AccountStoreUriString>
                         urn:federation:activedirectory
                     </AccountStoreUriString>
                     - <AccountStoreDisplayName>
                         Active Directory
                     </AccountStoreDisplayName>
                     - <UserValidationData>
                         - <ErrorCode>
                             0
                         </ErrorCode>
                     </UserValidationData>
                 </CredentialsVerification>
                 - <ForeignRealmUri>
                     urn:federation:self
                 </ForeignRealmUri>
                 - <SecurityToken>
                     QBlAHMAVABvAD4APAAvAHcAcwB0ADoAUgBlAHEAdQBlAHMAdABTAG....... 
                     Base 64 encoded token ... AHMAZQA+AA==
                 </SecurityToken>
 <LogonAcceleratorToken>
                     PABzAGEAbQBsADoAQQBzAHMAZQByA... Base 64 encoded token .... BjAG8AbQA=
                 </LogonAcceleratorToken>
             </rstr>
         </LsRequestSecurityTokenResponse>
     </soap:Body>
 </soap:Envelope>