Uploaded image for project: 'PicketLink'
  1. PicketLink
  2. PLINK-642

Add support for setting ForceAuthn value in AuthnRequest

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • PLINK_2.7.0.CR3
    • PLINK_2.6.0.Final
    • SAML
    • None

      SAML2AuthenticationHander should take in an option "ForceAuthn" with possible values being "true" or "false" which could be in picketlink.xml's Handler section with an option being "ForceAuthn", just like "NAMEID_FORMAT".

      Then in its private class SPAuthenticationHandler, (for version 2.6.0.Final) add (after line 382), add

      auth.setForceAuthn(<the_above_mentioned_configured_value>);

      if the option does exist in picketlink.xml file.

      This flag is telling the IDP side to force user authentication, instead of reusing an existing user session on the IDP side even if it is not expired.

              psilva@redhat.com Pedro Igor Craveiro
              vidder4adam Adam Dong (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: