Javascript problem with Form Fill policies
I am using Access Manager 3.1 SP1 (build: 3.1.1-215) and I wrote a Form Fill rule to SSO a web based application (OnBase 6.2.0.96).
The FF policy works in this way: if I leave "Auto Submit" DISABLED, I can see all the forms of the OnBase login page (here attached) correctly filled and the login process ends correctly; with "Auto Submit" ENABLED it doesn't work.
"Enable JavaScript Handling" should always be left ENABLED, otherwise the login process never ends correctly.
I tried to explicitly call the submitForm() function contained in the OnBase login page, writing "submitForm();" in "Statements to Execute on Submit", but the error is "submitForm is not defined".
With this and other tests I verified AM 3.1 SP1 can not execute not only any function contained in JS files included by the login page, but also any function contained directly in the login page. Using the option "Debug Mode" I verified the needed JS code is not correctly loaded by AM.
To correctly SSO OnBase I need this JS code be loaded and executed. Is AM supposed to do that when "Enable JavaScript Handling" is ENABLED?
Thank you.
|