OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

saml-dev message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: RE: [saml-dev] Re: Call for sample SAML instances


Eve,

attached is a sample saml response.  It passes schema validation against:

            http://schemas.xmlsoap.org/soap/envelope/
            sstc-saml-schema-assertion-1.1-cs.xsd
            sstc-saml-schema-protocol-1.1-cs.xsd


John



> -----Original Message-----
> From: Eve L. Maler [mailto:Eve.Maler@Sun.COM]
> Sent: 06 January 2004 18:21
> To: saml-dev@lists.oasis-open.org; oasis sstc (E-mail)
> Subject: [saml-dev] Re: Call for sample SAML instances
>
>
> By the way, I'm happy to credit submitters for any examples sent (if
> you'd prefer no attribution, just let me know).  Thanks again!
>
> 	Eve
>
> Eve L. Maler wrote:
>
> > The SAML TC would like to collect sample instances that conform to SAML
> > V1.0 or V1.1.  We intend to use them in constructing examples to insert
> > into the specification, as well as in providing sample instances
> > (informally, for now) on the website for developers to play with.  Can
> > you help us out?  Please send sample instances directly to me
> > (eve.maler@sun.com) or, if you like, to the saml-dev list.  Thank you!
> >
> >     Eve
>
> --
> Eve Maler                                        +1 781 442 3190
> Sun Microsystems                            cell +1 781 354 9441
> Web Products, Technologies, and Standards    eve.maler @ sun.com
>
>
> To unsubscribe from this list, send a post to
> saml-dev-unsubscribe@lists.oasis-open.org, or visit
> http://www.oasis-open.org/mlmanage/.
<env:Envelope
	xmlns:env="http://schemas.xmlsoap.org/soap/envelope/";>
	<env:Body>
		<samlp:Response
			xmlns:samlp="urn:oasis:names:tc:SAML:1.0:protocol"
			ResponseID="P1YaAQwSMt8E3R8rNhcpPTM"
			InResponseTo="_192.168.16.51.1024506224022"
			MajorVersion="1"
			MinorVersion="1"
			IssueInstant="2002-06-19T17:05:37.795Z">
			<samlp:Status>
				<samlp:StatusCode Value="samlp:Success" />
			</samlp:Status>

			<saml:Assertion
				xmlns:saml="urn:oasis:names:tc:SAML:1.0:assertion"
				MajorVersion="1"
				MinorVersion="1"
				AssertionID="P1YaAztP6UfswxAjax5TPxQ"
				Issuer="www.entegrity.com"
				IssueInstant="2002-06-19T17:05:37.795Z">
				<saml:Conditions NotBefore="2002-06-19T17:00:37.795Z" 
			    		NotOnOrAfter="2002-06-19T17:10:37.795Z"/>
				<saml:AuthenticationStatement
					AuthenticationMethod="urn:oasis:names:tc:SAML:1.0:am:password"
					AuthenticationInstant="2002-06-19T17:05:17.706Z">
					<saml:Subject>
						<saml:NameIdentifier
							NameQualifier="http://www.entegrity.com/";
							Format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress">
								john.hughes@entegrity.com
						</saml:NameIdentifier>
						<saml:SubjectConfirmation>
							<saml:ConfirmationMethod>
								urn:oasis:names:tc:SAML:1.0:cm:artifact
							</saml:ConfirmationMethod>
							<saml:SubjectConfirmationData>
								AAGZE1RNQJEFzYNCGAGPjWvtDIRSZ4lWDqBphqA
							</saml:SubjectConfirmationData>
						</saml:SubjectConfirmation>
					</saml:Subject>
				</saml:AuthenticationStatement>
			</saml:Assertion>
		</samlp:Response> 
	</env:Body> 
</env:Envelope>


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]