← Prev in month ← Prev in thread

step-up authentication

From
Tom Scavo <>
Date
2013-10-14T11:14:19+00:00
ID
CAEtu=dNyY=
Thread
step-up authentication
I'm writing a deployment profile for step-up authentication where an
SP sends the following AuthnRequest to the IdP:

<samlp:AuthnRequest ...>
 <saml:Issuer>https://sp.example.com/SAML2</saml:Issuer>
 <saml:Subject>
   <saml:NameID Format="urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress">
     
   </saml:NameID>
 </saml:Subject>
 <samlp:NameIDPolicy AllowCreate="false"/>
 <samlp:RequestedAuthnContext>
   <saml:AuthnContextClassRef>
     http://example.org/some/specific/authncontextclass
   </saml:AuthnContextClassRef>
 </samlp:RequestedAuthnContext>
</samlp:AuthnRequest>

As a result, the IdP authenticates the given Subject according to the
RequestedAuthnContext and then issues an assertion with a "strongly
matching" Subject and a matching AuthnContext.

Is this a reasonable profile of the elements of SAML Core? Assuming
that's the case, does anyone know of a product that implements this
profile (or something like it)?

Thanks,

Tom
← Prev in month ← Prev in thread