VIP with ADFS integration, using the 2-factor PUSH access. OTP is not affected.
Integration Error: You have encountered an unexpected error. Try again later. If this error continues, contact your administrator.
Expected characters are missing from IAScripts.js file.
There may be missing or corrupted characters in the IAScripts.js file, which can cause integration failures.
<!-- BEGIN VIP integration code -->
<script type="text/javascript" src="https://userservices.vip.symantec.com/vipuserservices/resources/js/v_1_0/vip?appId=8802758888&idpURL=https://vipsspidp.com:8233/vipssp/trustedserviceaccess&autoIntegration=manual"></script>
<script type="text/javascript">
function vipAuth() {
vipIaIntegrationProperties.setAuthenticationMode('uo');
vipIaIntegrationProperties.setUsernameFieldName('username');
vipIaIntegrationProperties.setPasswordFieldName('vippassword');
vipIaIntegrationProperties.setSecurityCodeFieldName('security_code');
vipIaIntegrationProperties.setFormName('loginform');
}
window.onload = function() {
document.getElementById("continueButton").click();
}
vipIaIntegrationProperties.setFormName(loginform');