3 Replies Latest reply on Aug 28, 2012 9:07 AM by pcraveiro

    SAML v2.0 Assertion - OneTimeUse support

    glassesmouse

      Hi,

       

      I recently got a problem when parsing the SAML 2.0 response doc. It looks like org.picketlink.identity.federation.core.parsers.saml.SAMLCondtionParser does not recognize the standard OneTimeUse tag within the <saml:Conditions> type.

       

      However, I checked org.picketlink.identity.federation.saml.v2.assertion package, and it has a OneTimeUseType class in it.

       

      Does the current picketlink support OneTimeUse tag? If not, is there a way to get over this since we are in a situation where we can't change IDP's response xml.

       

      Thanks...