Forum Discussion

Pratik_125797's avatar
Pratik_125797
Icon for Nimbostratus rankNimbostratus
Aug 03, 2015

Browser not initiating a POST in Client Initiated Forms based SSSO

Hello,

 

I am trying to do a client initiated forms based SSO for Oracle EBS. F5 is inserting the java script on the form but browser somehow does not initiate the POST request. Any ideas ? I am using 11.6.0 HF3.

 

Thank you in advance.

 

Java Script Inserted by F5 -:

 

14 Replies

  • This is an old thread but I've just run into this same problem. I've had the issue with a form that had the submit button named/id'ed submit, and the SSO JS just would not work. I've had to include extra javascript on the SSO configuration as follows to get it to work: document.getElementById('submit').click(); May help someone in the future. Thanks for everyone's inputs.