Okta login form is not submitted in panel since Premiere Pro 2020 (14.4)
Steps to reproduce:
- Add below parameters in manifest.xml:
<Parameter>--enable-nodejs</Parameter>
<Parameter>--mixed-context</Parameter>
- Redirect to okta login page on panel load, refer below index.html:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script>
window.location.href = 'https://test.oktapreview.com/login/login.htm';
</script>
</head>
<body></body>
</html>
- Enter any username and password and click on "Sign In" button
Actual Result: Nothing happen, the form is not submitted. There isn't any error in console
Expected Result: The form should be submitted
Note:
- The okta login form is submitted till Premiere Pro 2020 (14.3) and broken since 14.4 version
Premiere Pro Version: 2020 (14.4)
Extension Type: Panel
Thanks & Regards,
Meet Tank