<samlp:Response xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol" xmlns:fse="http://www.fsenablers.com/SSO" IssueInstant="{i.e. 2008-12-10T15:35:18Z}" MajorVersion="1" MinorVersion="0" Recipient="{URL to 3rd Party Reciever}" ResponseID="{unique id for tracking – UUID format}">
   <samlp:Status>
      <samlp:StatusCode Value="samlp:Success" />
   </samlp:Status>
   <saml:Assertion xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion" AssertionID="{unique id for tracking – UUID format}" IssueInstant="{i.e. 2008-12-10T15:35:18Z}" Issuer="www.appslibrary.com" MajorVersion="1" MinorVersion="0">
      <saml:Conditions NotBefore="{i.e. 2008-12-10T15:35:18Z}" NotOnOrAfter="{i.e. 2008-12-10T15:45:18Z}" />
      <saml:AuthenticationStatement AuthenticationInstant="{i.e. 2008-12-10T15:35:10Z}" AuthenticationMethod="urn:oasis:names:tc:SAML:1.0:am:password">
         <saml:Subject>
            <saml:NameIdentifier>{FSE User ID}</saml:NameIdentifier>
            <saml:SubjectConfirmation>
               <saml:ConfirmationMethod>urn:oasis:names:tc:SAML:1.0:cm:bearer</saml:ConfirmationMethod>
            </saml:SubjectConfirmation>
         </saml:Subject>
         <saml:SubjectLocality IPAddress="{ip address of authenticated user}" />
      </saml:AuthenticationStatement>
      <saml:AttributeStatement>
         <saml:Subject>
            <saml:NameIdentifier>{FSE User ID}</saml:NameIdentifier>
            <saml:SubjectConfirmation>
               <saml:ConfirmationMethod>urn:oasis:names:tc:SAML:1.0:cm:bearer</saml:ConfirmationMethod>
            </saml:SubjectConfirmation>
         </saml:Subject>
         <saml:Attribute AttributeName="USER_FIRSTNAME">
            <saml:AttributeValue>John</saml:AttributeValue>
         </saml:Attribute>
         <saml:Attribute AttributeName="USER_LASTNAME">
            <saml:AttributeValue>Doe</saml:AttributeValue>
         </saml:Attribute>
         <saml:Attribute AttributeName="USER_EMAIL">
            <saml:AttributeValue>jdoe@user.com</saml:AttributeValue>
         </saml:Attribute>
      </saml:AttributeStatement>
   </saml:Assertion>
</samlp:Response>