Showing script error dialog for method is undefined only for Chromium but not on Chrome browser

Viewed 29

I am trying to Login through SSO, I got the login page return from IDP i.e. login.jsp

where onsubmit 'validateForm()' method is set but its implementation is not defined in

<form name="loginForm" action="/oam/server/auth_cred_submit" method="post" onsubmit="return validateForm()" />

The same login page work without any issue from chrome and other browsers.

But I have been login app(its add-in) using SSO from Outlook this opens a popup screen that is loaded with the Chromium browser. Here login page appears but when I enter creds and login, a Script Error dialog appears.

An error has occurred in the script on this page.
Line: 132
Char. 95
Error. 'ValdateForm'is undefined
Code: 0
URL: nitps:/lmn.abc.com/customloginpage/pagesfogin jsp?
bmet-CBBD9200DDEIDE2D50973179394DAFAF &passwor
d=secure_sting&contextType=extemaldusername=string&chal

Do you want to continue running scripts on this page?
[ Yes ]  [ No ]

What is causing this issue and how can I resolve this?

0 Answers
Related