Forum Discussion

my_strate's avatar
my_strate
Icon for Nimbostratus rankNimbostratus
Dec 29, 2021

Form Based SSO

Hi, everyone.

Got some problem while making irule for my web app. Trying to SSO Form Based Client Initiated.

All I need to add credentials to POST and not making any changes in hidden values of form.

But. I cant find FORM, because it`s created by javascript.

Is there any way to make BIG IP create POST Request after successfull authorize in Login Page with adding only creds in payload and not modify another parameters and values?

 

3 Replies

  • Sounds that you're trying to enable SSO for a dynamically built HTTP form. Here's an iRule that can help you enable SSO for such logins.

     

    https://devcentral.f5.com/s/articles/form-based-sso-for-dynamically-built-http-forms-1174

     

    • my_strate's avatar
      my_strate
      Icon for Nimbostratus rankNimbostratus

      Not exactly what Im looking for.

      What`s wee need is iRule same actions that Form Based SSO Configuration makes.

      Generate POST Request with creds in payload and add needed cookie value from 1st response GET.

      • This iRule will also generate a POST. It uses javascript to perform the button.click(), which will post the form with the required creds. Can you tell more about this web app? Is it available online?