creditone.ccicom.com Open in urlscan Pro
199.16.151.188  Public Scan

Submitted URL: https://creditone.ccicom.com/
Effective URL: https://creditone.ccicom.com/portal/
Submission: On June 07 via automatic, source certstream-suspicious — Scanned from DE

Form analysis 1 forms found in the DOM

POST /portal/login/login

<form action="/portal/login/login" id="LoginForm" class="form-stacked" method="post" accept-charset="utf-8">
  <div style="display:none;"><input type="hidden" name="_method" value="POST"></div>
  <div class="hide">
    <input name="data[Login][vendor]" type="text" id="SsoVendor"><input name="data[Login][id_token]" type="text" id="SsoIdToken">
  </div>
  <div id="login-fields">
    <div>
      <label for="username">Login Name</label>
      <div>
        <input name="data[Login][username]" type="text" id="LoginUsername">
      </div>
    </div>
    <div>
      <label for="password">Password</label>
      <div>
        <input type="password" name="data[Login][password]" class="hide" id="LoginPassword">
      </div>
    </div>
  </div>
  <div id="login-submit" style="padding-bottom: 15px;">
    <div class="submit"><input class="btn btn-large color-primary" update="#login" complete="hideModalIf(&quot;#login&quot;);" type="submit" value="Log In"></div>
  </div>
  <div id="reset-container" style="margin-bottom: 12px;">
    <div id="reset-links">
      <a href="/portal/resets/forgotlogin" style="padding-right: 7px;">Forgot Login Name</a>|<a href="/portal/resets/forgotpassword" style="padding-left: 7px;">Forgot Password</a>
    </div>
  </div>
  <div id="ssoSeparator" class="separator separator--light" style="">
    <span class="separator__content">OR</span>
  </div>
  <style>
    #appleid-signin {
      display: none;
    }
  </style>
  <div class="sso-container">
    <div id="officeSigninBtn" class="ssoLoginBtn btn btn-large">
      <span class="icon"><img src="/portal/img/office-logo.svg"></span>
      <span class="buttonText"> Log in with Office 365 </span>
    </div>
    <div id="officeSigninLoader" style="display: none;">
      <span class="icon"></span>
      <span class="buttonText"> Checking Office authorization... </span>
    </div>
    <div id="officeContinueBtn" class="ssoLoginBtn btn btn-large" style="display: none;">
      <span class="icon"><img src="/portal/img/google-logo.png"></span>
      <span class="buttonText"> Log in with Office </span>
    </div>
    <div id="clientError" style="display: none;"> Failed to initialize Office SSO application </div>
  </div>
  <script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.0/js/msal.js"></script>
  <script>
    $('#ssoSeparator').show();
    var officeIdToken = '';
    var msalConfig = {
      auth: {
        clientId: '9d941131-d150-4d3b-8c63-4dfc7c91bab0'
      },
      cache: {
        cacheLocation: 'localStorage'
      }
    };
    var authenticationParameters = {
      scopes: ["user.read"], // optional Array<string>
      prompt: "select_account",
    };
    //This maybe needs to be on a page load callback?
    var msalInstance = new Msal.UserAgentApplication(msalConfig);
    $('#officeSigninBtn').click(function() {
      var thisPath = window.location.pathname;
      window.history.pushState('portal', 'Login', '/portal/msal.php?c=9d941131-d150-4d3b-8c63-4dfc7c91bab0'); // force base path so url can match allowed redirect urls
      msalInstance.loginPopup(authenticationParameters).then(response => {
        msalInstance.acquireTokenSilent(authenticationParameters).then(response => {
          window.history.pushState('portal', 'Login', thisPath); // revert path after msal roundtrip
          officeIdToken = response.accessToken;
          $('#LoginUsername').val('');
          $('#LoginPassword').val('');
          $('#SsoVendor').val('office');
          $('#SsoIdToken').val(officeIdToken);
          onSubmit();
        }).catch(err => {
          console.log('acquireTokenSilent fresh err', err)
        });
      }).catch(err => {
        console.log('loginPopup err', err)
      });
    });
  </script>
</form>

Text Content

Login Name

Password


Forgot Login Name|Forgot Password
OR
Log in with Office 365
Checking Office authorization...
Log in with Office
Failed to initialize Office SSO application
Are you a new user?


Copyright © 2011–2023 by NetSapiens, Inc.

Manager Portal: Version 43.3.0