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: Wed, 5 Jan 2005 09:48:14 -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=eV0nFzCSdMAj0f1WSJcq+E8urC25MjxMD8nGbn2w2eo/ZF0qHdY+VzGl71fOPOg8j1Lj2GL2llir+KGFrO0pqBcr1W+PyEp4uBMqLisZIdnNcEy4NU1PnYQnXgE14eUqhsUzhixgB31j1txSZa91PQ/X4V//pNdhXcxZ3QdUmms=

On Tue, 4 Jan 2005 19:25:36 -0500, Scott Cantor
<>
wrote:
> > ProtocolBinding="urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Artifact"
> > AssertionConsumerServiceURL="https://sp.org/SAML2/SSO/Artifact";
> > ProviderName="My Service Provider">
>
> These three attributes are probably in the category of "rarely used", so
> maybe don't make the best examples.

Thanks. I can understand ProviderName, but as you mentioned earlier,
ProtocolBinding and AssertionConsumerServiceURL replace the shire
parameter, so I'm not sure why you would want to omit them. Are you
making some assumptions about metadata?

> > <samlp:NameIDPolicy
> > AllowCreate="true"
> > Format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"/>
> > </samlp:AuthnRequest>
>
> Similarly, I suspect using AllowCreate with anything but persistent is
> probably also rare. It's not nonsensical, it's just kind of a competing set
> of deployment considerations.

I assume you're referring to a persistent identifier such as
eduPersonTargetedID. As I read the SAML 2.0 spec, AllowCreate is
required for ANY identifier, not just persistent identifiers. If
that's true (there is nothing in the spec to suggest otherwise), then
a value of true is required here (since the default value is false).

Tom



Archive powered by MHonArc 2.6.16.

Top of Page