29-Dec-2021 07:00
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?
02-Jan-2022 05:02
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
11-Jan-2022 04:15
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.
13-Jan-2022 01:05
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?