fislink-pft.fisglobal.com Open in urlscan Pro
2.17.161.99  Public Scan

URL: https://fislink-pft.fisglobal.com/bds/Login.do
Submission: On February 20 via manual from US — Scanned from DE

Form analysis 6 forms found in the DOM

Name: loginFormPOST

<form name="loginForm" id="loginForm" class="form-signin ng-pristine ng-invalid ng-invalid-required ng-valid-maxlength" role="form" method="POST" ng-submit="preLogin($event)">
  <input type="hidden" name="method" value="loginSubmit" autocomplete="off">
  <input type="hidden" name="sftlc" value="RXHYOBE6BILN5V8MET78P7TVAR5X7ESL" autocomplete="off">
  <input type="hidden" name="js" value="n" autocomplete="off">
  <input type="hidden" name="displayDomainName" value="N" autocomplete="off">
  <input type="hidden" name="domain" value="" autocomplete="off">
  <input type="hidden" name="secure" value="" autocomplete="off">
  <input type="hidden" name="redirSrc" value="/LoginAuthenticate.do?method=login" autocomplete="off">
  <label class="input-label input-label-top" for="username">Username (Customer Email)</label>
  <input type="text" class="form-control" required="" id="username" name="username" size="30" maxlength="100" value="">
  <div>
    <label class="input-label input-label-middle" for="password">Password</label>
    <input type="password" autocomplete="off" id="password" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-maxlength" required="" name="password" maxlength="50" value="" ng-model="password">
    <div id="capsLockElement" class="hide-caps-lock" style="padding: 0 0 0 7px;position: absolute;left: 100%;top: 14px;"><img src="/bds/img/notification-exclamation.gif" title="Caps lock is on"></div>
  </div>
  <fieldset>
    <legend class="hidden"></legend>
    <input type="checkbox" name="rememberMe" id="rememberMe">
    <label for="rememberMe">Remember my username</label>
  </fieldset>
  <button id="signinButton" class="btn btn-lg btn-primary w-100" type="submit" onclick="cookieStoreUsername();">Sign in</button>
  <br>
  <a href="/bds/SAMLLogin.do?method=samlLogin&amp;id=x3j03rjcgd20"> FIS  Employee Login</a>
  <div style="margin-top: 15px"><a href="/bds/ForgotPassword.do?v6">CLIENTS/CUSTOMERS: Reset your password</a></div>
  <div class="vSpacer10"></div>
  <a target="_blank" class="footer1" href="/bds/GovernanceDetails.do?method=governanceDetails">
                    Terms of Service
                </a>
  <input type="hidden" name="mfaCode" value="" autocomplete="off">
  <input type="hidden" name="token" value="null" autocomplete="off">
  <input type="hidden" name="mfaOption" value="" autocomplete="off">
  <input type="hidden" name="transport" value="" autocomplete="off">
</form>

Name: mfaValidateForm

<form name="mfaValidateForm" role="form" class="form-signin ng-pristine ng-valid" ng-submit="preValidate($event)">
  <div id="validateMfaMsg">A 2 step verification code has been sent by text to your phone number (ending in null)</div>
  <br>
  <div>
    <div class="row">
      <div class="col-6">Enter the code below to log in</div>
    </div>
    <div class="row">
      <div class="col-6">
        <input type="text" autocomplete="off" id="mfaCode" autofocus="" class="form-control ng-pristine ng-untouched ng-valid ng-empty" name="mfaCode" ng-model="userMfaCode">
      </div>
    </div>
    <br>
    <div class="row">
      <div class="col-6">
        <a ng-show="'sms' == selectedMfaOption" class="pagelink ng-hide" href="" ng-click="sendMfaCode($event, 'sms', true)">Send another code</a>
        <a ng-show="'email' == selectedMfaOption" class="pagelink ng-hide" href="" ng-click="sendMfaCode($event, 'email')">Send another code</a>
      </div>
    </div>
    <br>
  </div>
  <div class="row">
    <div class="col-6">
      <fieldset>
        <legend class="hidden"></legend>
        <input type="checkbox" id="skipMfa" name="skipMfa" ng-model="skipMfa" class="ng-pristine ng-untouched ng-valid ng-empty">
        <label class="regular" for="skipMfa">Trust this browser</label>
      </fieldset>
      <br>
    </div>
  </div>
  <div class="row">
    <div class="col-12">
      <div>You should only check this box if you are on a trusted device such as your home computer or a work computer that is not shared with other users. </div>
      <br>
      <div>If check this box you will not have to enter a code every time you log in from this browser.</div>
      <br>
    </div>
  </div>
  <div class="d-grid gap-2 col-6 mx-auto">
    <button class="btn btn-lg btn-primary" ng-disabled="busy || mfaValidateForm.$invalid || !userMfaCode" type="submit" disabled="disabled"> Continue </button>
  </div>
</form>

Name: mfaSendForm

<form name="mfaSendForm" role="form" class="form-signin ng-pristine ng-valid" ng-submit="sendMfaCode($event)">
  <div>Would you like to protect your account by enabling Multi-Factor Authentication(MFA)?</div>
  <br>
  <div>Enabling Multi-Factor Authentication will help to protect your account from unauthorized access by requiring an additional code when you login. This code will be generated by your phone or computer.</div>
  <br>
  <div>To enable MFA you must have a Time-based One-Time Password (TOTP) application (such as FIS Authenticator or Google Authenticator) to generate security codes.</div>
  <br>
  <div class="col-12">
    <div class="row">
      <label class="radio-inline"><input type="radio" name="mfaOption" ng-model="selectedMfaOption" value="authApp" ng-click="mfaOptionClicked()" class="ng-pristine ng-untouched ng-valid ng-empty"> Use an authentication app, e.g., FIS Authenticator
        or Google Authenticator</label>
      <br>
    </div>
    <br>
    <div class="row">
      <label class="radio-inline"><input type="radio" name="mfaOption" ng-model="selectedMfaOption" value="N" ng-click="mfaOptionClicked()" class="ng-pristine ng-untouched ng-valid ng-empty"> I do not wish to protect my account at this time. I
        understand that this option will perform a logout and I will not be able to use the site. </label>
    </div>
  </div>
  <br>
  <div class="d-grid gap-2 col-6 mx-auto">
    <button class="btn btn-lg btn-primary" ng-disabled="busy || mfaSendForm.$invalid || !selectedMfaOption || ('sms'==selectedMfaOption &amp;&amp; !mobilePhoneNo)" type="submit" disabled="disabled"> Continue </button>
  </div>
</form>

Name: mfaRequiredForm

<form name="mfaRequiredForm" role="form" class="form-signin ng-pristine ng-valid" ng-submit="setAuthStep('mfaCodeSend')">
  <div>You must set up 2 step verification to log in</div>
  <br>
  <div>You have previously declined to set up 2 step verification.</div>
  <br>
  <div>2 step verification is required on this system to protect the information stored on it from unauthorized access.</div>
  <br>
  <div>To enable 2 step verification now click the button below. If you do not enable verification you will not be able to continue.</div>
  <br>
  <div class="d-grid gap-2 col-6 mx-auto">
    <button class="btn btn-lg btn-primary" type="submit"> Set up verification </button>
  </div>
</form>

Name: mfaSendEmailForm

<form name="mfaSendEmailForm" role="form" class="form-signin ng-pristine ng-valid" ng-submit="sendMfaCode($event, 'email')">
  <div id="mfaSendEmailMsgTitle">We encountered an error sending a security code through text.</div>
  <br>
  <div id="mfaSendEmailMsgText">The security code will be sent to the email null instead.</div>
  <br>
  <div class="d-grid gap-2 col-6 mx-auto ng-hide" ng-show="enableEmailOption">
    <button class="btn btn-lg btn-primary" type="submit"> OK </button>
  </div>
  <div class="col-offset-3 col-6" ng-show="!enableEmailOption &amp;&amp; mfaRequiredForUserType">
    <button class="btn btn-lg btn-primary btn-block" type="button" ng-click="setAuthStep('usernameAndPassword')"> OK </button>
  </div>
  <div class="col-offset-3 col-6 ng-hide" ng-show="!enableEmailOption &amp;&amp; !mfaRequiredForUserType">
    <button class="btn btn-lg btn-primary btn-block" type="button" ng-click="preLogin($event, true)"> Login </button>
    <br>
    <button class="btn btn-lg btn-primary btn-block" type="button" ng-click="setAuthStep('usernameAndPassword')"> Cancel </button>
  </div>
</form>

Name: mfaAuthAppSetupForm

<form name="mfaAuthAppSetupForm" role="form" class="form-signin ng-pristine ng-valid ng-valid-maxlength" ng-submit="verifyConfirmationCode($event)">
  <div>Scan the QR Code using your authentication app (such as FIS Authenticator or Google Authenticator). You can also set up your authenticator app manually by entering the Secret Key listed below (without the hyphens). After you have added this
    account in your authenticator app it will produce a 6 digit code that changes every 30 seconds. Enter that code in the Confirmation Code box below, then click Continue.</div>
  <br>
  <div class="offset-3 col-6">
    <div class="row">
      <label class="input-label input-label-top"> QR Code </label><br>
      <div align="center"><img id="qrc" ng-show="qrCodeImageData" alt="Not found" width="200" height="200" border="0" class="ng-hide">
        <p></p>
      </div>
    </div>
    <div class="row">
      <label class="input-label input-label-top"> Secret Key: REMOVE the hyphens if you are typing or pasting the secret key in your 2-Factor app: </label><br>
      <span id="aasc" class="ng-binding"></span>
      <p>
      </p>
    </div>
    <div class="row">
      <a id="urlSetupOnSameDevice" class="pagelink">Set up on this device</a>
      <p>
      </p>
    </div>
    <div class="row">
      <label class="input-label input-label-top"> Confirmation Code </label><br>
      <input class="form-control input-sm ng-pristine ng-untouched ng-valid ng-empty ng-valid-maxlength" autocomplete="off" type="text" id="confirmationCode" name="confirmationCode" ng-model="confirmationCode" maxlength="20" size="20" autofocus="">
      <p>
      </p>
    </div>
    <div class="row">
      <button class="btn btn-lg btn-primary btn-block" ng-disabled="busy || mfaAuthAppSetupForm.$invalid  || !confirmationCode" type="submit" disabled="disabled"> Continue </button>
    </div>
  </div>
</form>

Text Content

This application requires javascript to function correctly. Please enable
javascript in your browser.
 




CLIENTS/CUSTOMERS: Please enter your username and password to sign in.
FIS EMPLOYEES: Please click on "FIS Employee Login" link lower on this page.


Multi-Factor Authentication is required, see the Client User Guide for more
information.



Clients, do you need assistance with a login issue? Check here.


INTERNET EXPLORER IS NO LONGER SUPPORTED WITH FISLINK-PFT

FISLINK-PFT WORKS BEST WITH MICROSOFT EDGE OR GOOGLE CHROME BROWSERS


Username (Customer Email)
Password

Remember my username Sign in
FIS Employee Login
CLIENTS/CUSTOMERS: Reset your password

Terms of Service

 


FIS EMPLOYEES: Please click on "FIS Employee Login" link lower on this page.


FIS Employees who are missing the Compose Delivery option or need to send files,
please follow the request process here.


CLIENT/CUSTOMER LOGIN: Login on the left with the email address and password you
provided during registration.

CLIENT/CUSTOMER SUPPORT: Do you need assistance with a login issue? Check here
for the support process.

CLIENT/CUSTOMER REGISTRATION:
Registration is only available to those that have been invited to use the
system. If you received an email from FISLink you can register here.

Help: FISLink help guides are available here.




A 2 step verification code has been sent by text to your phone number (ending in
null)

Enter the code below to log in


Send another code Send another code

Trust this browser

You should only check this box if you are on a trusted device such as your home
computer or a work computer that is not shared with other users.

If check this box you will not have to enter a code every time you log in from
this browser.

Continue
Would you like to protect your account by enabling Multi-Factor
Authentication(MFA)?

Enabling Multi-Factor Authentication will help to protect your account from
unauthorized access by requiring an additional code when you login. This code
will be generated by your phone or computer.

To enable MFA you must have a Time-based One-Time Password (TOTP) application
(such as FIS Authenticator or Google Authenticator) to generate security codes.

Use an authentication app, e.g., FIS Authenticator or Google Authenticator


I do not wish to protect my account at this time. I understand that this option
will perform a logout and I will not be able to use the site.

Continue
You must set up 2 step verification to log in

You have previously declined to set up 2 step verification.

2 step verification is required on this system to protect the information stored
on it from unauthorized access.

To enable 2 step verification now click the button below. If you do not enable
verification you will not be able to continue.

Set up verification
We encountered an error sending a security code through text.

The security code will be sent to the email null instead.

OK
OK
Login
Cancel
Scan the QR Code using your authentication app (such as FIS Authenticator or
Google Authenticator). You can also set up your authenticator app manually by
entering the Secret Key listed below (without the hyphens). After you have added
this account in your authenticator app it will produce a 6 digit code that
changes every 30 seconds. Enter that code in the Confirmation Code box below,
then click Continue.

QR Code




Secret Key: REMOVE the hyphens if you are typing or pasting the secret key in
your 2-Factor app:




Set up on this device



Confirmation Code




Continue

Caps lock is on