Application NameDIRECTV NOW - webPass
PublisherDIRECTV NOW
Date Entered02/06/2017
Date Modified02/06/2017
webNetwork Version 6.4.4.29
Delivery MethodwebPass Client
ConfigurationStandard Link : https://directvnow.com/accounts/sign-in

Form type : webPass
Service side webPass : (Unchecked)
Startup URL : https://directvnow.com/accounts/sign-in
Login URL : https://directvnow.com/accounts/sign-in
Trigger URL : https://directvnow.com/accounts/sign-in
Mobile Login URL : (leave blank)
Login Page Launch : Enabled
Frame Identifier : (leave blank)
Form Identifier : 0
Button Identifier : (leave blank)
Script :
function populateCredentials() {
document.getElementById( "user" ).value = 'USERNAME_VARIABLE';
updateModel( document.getElementById( "user" ));
document.getElementById( "password" ).value = 'PASSWORD_VARIABLE';
updateModel( document.getElementById( "password" ));
document.getElementById("password").focus();
document.getElementById( "login-submit" ).click();
}
function updateModel( element ) {
var event = document.createEvent("Event");
event.initEvent("input", true, true);
element.dispatchEvent(event);
}
setTimeout( function() { populateCredentials(); }, 2000 );
Assigned To : USERS
 
Notes

- USERNAME_VARIABLE and PASSWORD_VARIABLE in the Script should be changed out for the appropriate variables to be used for authentication.
- USERS under Assigned To should be replaced with Users, Groups, or OU's you want to have access to the SSO