23-Jan-2020 03:15
You have a formbased logon, but it consists of two pages, the first page you have to decide to pick one of two options with a "onclick", option 1 redirects you to "logon page 1" and option 2 redirects you to "logon page 2", the logon pages is external.
After you're redirected to a logon page you can use a forms client initiated sso, that works fine.
I need something to choose either option from the first page.
Can this be accomplished? iRule? Forms client initiated sso with some modification to the javascript?
Regards,
Johan
Solved! Go to Solution.
23-Jan-2020 10:08
Hello Johan.
You can achieve that using APM access policy.
KR,
Dario.
23-Jan-2020 10:08
Hello Johan.
You can achieve that using APM access policy.
KR,
Dario.
05-Feb-2020 04:09
Thanks, you made me go the right direction. I configured two logon pages in two different branches, depending on which branch the user choose, different irule events fires off and a irule makes some descisions to proceed to the correct logon page with an client-initiated sso form.