Skip to Content.
Sympa Menu

shibboleth-dev - Re: Strawman AuthnRequest profile #2 (ignore previous)

Subject: Shibboleth Developers

List archive

Re: Strawman AuthnRequest profile #2 (ignore previous)


Chronological Thread 
  • From: Tom Scavo <>
  • To: Scott Cantor <>
  • Cc: Shibboleth Developers <>
  • Subject: Re: Strawman AuthnRequest profile #2 (ignore previous)
  • Date: Tue, 4 Jan 2005 18:52:50 -0500
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=QUrtVmH5CvfsuPUvizrq/SJJyvJD7K2+bjM6jSVsFYw7kYvBgbg71e30WRLcX3gAvcUHC1ciKMxXu6g/uhHzwy8C91184XmpygwdIiTYGna+5YbJw4SfeNAESe8RJLOaCRTyF/lbB3fcZFmGcBu/AH8OPxELuVzwEXQgVHzqb6Q=

I was constructing some examples for saml-dev, so I thought I'd share
this for what it's worth:

<samlp:AuthnRequest
ID="identifier_3"
Version="2.0"
IssueInstant="2004-12-05T09:21:59Z"
ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact"
AssertionConsumerServiceURL="https://sp.org/SAML2/SSO/Artifact";
ProviderName="My Service Provider">
<saml:Issuer>https://sp.org/SAML2/</saml:Issuer>
<samlp:NameIDPolicy
AllowCreate="true"
Format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"/>
</samlp:AuthnRequest>

Comments would be appreciated.


On Mon, 27 Dec 2004 18:01:21 -0500, Scott Cantor
<>
wrote:
>
> <element name="AuthnRequest" type="samlp:AuthnRequestType"/>
> <complexType name="AuthnRequestType">
> <sequence>
> <element ref="saml:Issuer" minOccurs="0"/>
> <element ref="ds:Signature" minOccurs="0"/>
> <element ref="samlp:Extensions" minOccurs="0"/>
> <element ref="saml:Subject" minOccurs="0"/>
> <element ref="samlp:NameIDPolicy" minOccurs="0"/>
> <element ref="saml:Conditions" minOccurs="0"/>
> <element ref="samlp:RequestedAuthnContext" minOccurs="0"/>
> <element ref="samlp:Scoping" minOccurs="0"/>
> </sequence>
> <attribute name="ID" type="ID" use="required"/>
> <attribute name="Version" type="string" use="required"/>
> <attribute name="IssueInstant" type="dateTime" use="required"/>
> <attribute name="Destination" type="anyURI" use="optional"/>
> <attribute name="Consent" type="anyURI" use="optional"/>
> <attribute name="ForceAuthn" type="boolean" use="optional"/>
> <attribute name="IsPassive" type="boolean" use="optional"/>
> <attribute name="ProtocolBinding" type="anyURI" use="optional"/>
> <attribute name="AssertionConsumerServiceIndex" type="unsignedShort"
> use="optional"/>
> <attribute name="AssertionConsumerServiceURL" type="anyURI"
> use="optional"/>
> <attribute name="AttributeConsumingServiceIndex" type="unsignedShort"
> use="optional"/>
> <attribute name="ProviderName" type="string" use="optional"/>
> </complexType>



Archive powered by MHonArc 2.6.16.

Top of Page