Schema Central > SAML 2.0 > saml-schema-protocol-2.0.xsd > samlp:LogoutRequest
Advanced search
Need SOA Help?

Recommended Reading:

Web Service Contract Design and Versioning for SOA

 

Definitive XML Schema

 

samlp:LogoutRequest

Element information

Content

Attributes

NameOccTypeDescriptionNotes
ID [1..1]xsd:IDfrom type samlp:RequestAbstractType
Version [1..1]xsd:stringfrom type samlp:RequestAbstractType
IssueInstant [1..1]xsd:dateTimefrom type samlp:RequestAbstractType
Destination [0..1]xsd:anyURIfrom type samlp:RequestAbstractType
Consent [0..1]xsd:anyURIfrom type samlp:RequestAbstractType
Reason [0..1]xsd:string
NotOnOrAfter [0..1]xsd:dateTime

Sample instance

<samlp:LogoutRequest ID="ID" Version="string" IssueInstant="2000-01-01T12:00:00">
   <saml:Issuer>string</saml:Issuer>
   <ds:Signature>
      <ds:SignedInfo>
         <ds:CanonicalizationMethod Algorithm="http://www.example.com/">Any text, intermingled with:
            <!--any element-->
         </ds:CanonicalizationMethod>
         <ds:SignatureMethod Algorithm="http://www.example.com/">Any text, intermingled with:...
         </ds:SignatureMethod>
         <ds:Reference URI="http://www.example.com/">...
         </ds:Reference>
      </ds:SignedInfo>
      <ds:SignatureValue>GpM7</ds:SignatureValue>
      <ds:KeyInfo>Any text, intermingled with:
         <ds:KeyName>string</ds:KeyName>
      </ds:KeyInfo>
      <ds:Object>Any text, intermingled with:
         <!--any element-->
      </ds:Object>
   </ds:Signature>
   <samlp:Extensions>
      <!--any element-->
   </samlp:Extensions>
   <saml:BaseID/>
   <samlp:SessionIndex>string</samlp:SessionIndex>
</samlp:LogoutRequest>

Site developed and hosted by Datypic, Inc.

Please report errors or comments about this site to contrib@functx.com