IBM Security Verify

 View Only
  • 1.  HTTP 302 response after authentication Policy

    Posted Tue August 18, 2020 06:41 PM
    Hi, I have a resource protected by an access control policy, then after completing the OTP authentication policy attached to the access control policy I cannot access the protected resource, Webseal redirects to the authentication policy again, on webseal request log I can see a HTTP 302 response to the protected resource but I cannot access it, Webseal inmediately redirect to the OTP authentication policy again.
    Does anybody has a clue why this is happening?
    Thanks in advance, Regards.

    acces control policy
    protected resource
    request log


    ------------------------------
    David Vicenteño
    ------------------------------


  • 2.  RE: HTTP 302 response after authentication Policy

    IBM Champion
    Posted Tue August 18, 2020 11:23 PM
    Hi David, It would help if the logs contain more details. Seems like the policy rule "Permit with Authentication userotp" is in a loop and authentication is triggered on every redirect as per the rule.


    My two cents if it helps.Try by changing the policy Precedence to First and below rule. It might work. Precedence of first, returns decision of the first rule that applies in the chain

    Rule1: If user authentication types has userotp authentication then permit.

    Rule2: If NOT user authentication types has userotp authentication then permit with authentication userotp

    Rule3: Unconditional Deny

    Attached a sample rule below:
    Note: Authentication type URN should match your auth mechanism type
    Authentication type should match your authentication mechanism. Gave a random OTP mechanism name in sample rule attached



    Regards,
    Rama

    ------------------------------
    Rama Yenumula
    ------------------------------



  • 3.  RE: HTTP 302 response after authentication Policy

    Posted Wed August 19, 2020 08:01 PM
    Thank you very much Rama. Regards

    ------------------------------
    David Vicenteño
    ------------------------------