Skip to Content.
Sympa Menu

mace-opensaml-users - Problems with RequestedAuthnContextBuilder.

Subject: OpenSAML user discussion

List archive

Problems with RequestedAuthnContextBuilder.


Chronological Thread 
  • From: "Giuseppe Sarno" <>
  • To: "OpenSAML" <>
  • Subject: Problems with RequestedAuthnContextBuilder.
  • Date: Thu, 26 Oct 2006 23:39:21 +0100

Hi I think this is a bug,
the builder has got this code:

/**
{@inheritDoc}
*/
public RequestedAuthnContext buildObject() {
return buildObject(SAMLConstants.SAML20_NS,
RequestedAuthnContext.DEFAULT_ELEMENT_LOCAL_NAME,
SAMLConstants.SAML20_PREFIX);
}

It look like the buildObject parameters are wrong:
They should be:

SAMLConstants.SAML20P_NS,
RequestedAuthnContext.DEFAULT_ELEMENT_LOCAL_NAME,SAMLConstants.SAML20P_P
REFIX

Thanks.
Giuseppe.


  • Problems with RequestedAuthnContextBuilder., Giuseppe Sarno, 10/26/2006

Archive powered by MHonArc 2.6.16.

Top of Page