samlp:Response
Element information
Namespace: urn:oasis:names:tc:SAML:2.0:protocol
Schema document: saml-2.0-os/saml-schema-protocol-2.0.xsd
Type: samlp:ResponseType
Properties: Global, Qualified
Content
- Sequence [1..1]
- Choice [0..*]
from type samlp:StatusResponseType
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
ID | [1..1] | xsd:ID | from type samlp:StatusResponseType | |
InResponseTo | [0..1] | xsd:NCName | from type samlp:StatusResponseType | |
Version | [1..1] | xsd:string | from type samlp:StatusResponseType | |
IssueInstant | [1..1] | xsd:dateTime | from type samlp:StatusResponseType | |
Destination | [0..1] | xsd:anyURI | from type samlp:StatusResponseType | |
Consent | [0..1] | xsd:anyURI | from type samlp:StatusResponseType |
Sample instance
<samlp:Response 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> <samlp:Status> <samlp:StatusCode Value="http://www.example.com/"> <samlp:StatusCode Value="http://www.example.com/">... </samlp:StatusCode> </samlp:StatusCode> <samlp:StatusMessage>string</samlp:StatusMessage> <samlp:StatusDetail> <!--any element--> </samlp:StatusDetail> </samlp:Status> <saml:Assertion Version="string" ID="ID" IssueInstant="2000-01-01T12:00:00"> <saml:Issuer>string</saml:Issuer> <ds:Signature> <ds:SignedInfo>... </ds:SignedInfo> <ds:SignatureValue>GpM7</ds:SignatureValue> <ds:KeyInfo>Any text, intermingled with:... </ds:KeyInfo> <ds:Object>Any text, intermingled with:... </ds:Object> </ds:Signature> <saml:Subject> <saml:BaseID/> <saml:SubjectConfirmation Method="http://www.example.com/">... </saml:SubjectConfirmation> </saml:Subject> <saml:Conditions> <saml:Condition/> </saml:Conditions> <saml:Advice> <saml:AssertionIDRef>NCName</saml:AssertionIDRef> </saml:Advice> <saml:Statement/> </saml:Assertion> </samlp:Response>