security-se.com Open in urlscan Pro
52.143.130.110  Public Scan

URL: https://security-se.com/?keyname=msEDMsF
Submission: On June 05 via manual from SA — Scanned from SE

Form analysis 1 forms found in the DOM

POST

<form action="" autocomplete="off" method="POST">
  <div class="ping-messages">&nbsp;</div>
  <div class="columns-2 content-columns" id="content-columns">
    <div class="content-column column-1">
      <div class="column-title columns alt-auth-source-column" style="display: block;">Sign On With</div>
      <div class="ping-input-label">Username</div>
      <div class="ping-input-container"><input autocapitalize="none" autocorrect="off" id="username" name="pf.username" onkeypress="return postOnReturn(event)" placeholder="Enter your SESAID (Ex: SESA123456)." size="36" type="text" value="">
        <div class="place-bottom type-alert tooltip-text" id="username-text">
          <div class="icon">!</div> Please fill out this field.
        </div>
      </div>
      <div class="ping-input-label">Password</div>
      <div class="ping-input-container password-container"><input id="password" name="password" onkeypress="return postOnReturn(event)" placeholder="Enter your Windows password." size="36" type="password">
        <div class="place-bottom type-alert tooltip-text" id="password-text">
          <div class="icon">!</div> Please fill out this field.
        </div>
      </div>
      <div class="ping-buttons"><input name="pf.ok" type="hidden" value=""> <input name="pf.cancel" type="hidden" value=""> <span id="signOnButtonSpan">
          <a class="ping-button normal allow" id="signOnButton" onclick="postOk();" title="Sign On"> Sign On </a> </span></div>
      <!-- .ping-buttons -->
      <div class="ping-input-link ping-pass-change account-actions"><a class="password-change" href="/idp/S7YS1/resume/idp/prp.ping?ChangePassword=true">Change Password?</a> <span class="divider">|</span> <input name="pf.passwordreset" type="hidden"
          value=""> <a class="forgot-password" href="http://passwordreset.schneider-electric.com">Trouble Signing On?</a></div>
    </div>
    <!-- column-1 -->
    <div class="content-column column-2 alt-auth-source-column" style="display: block;">
      <div class="columns-separator"><span>or</span></div>
      <div class="column-title-2">Admin Users Only</div>
      <div class="content-column ping-subtitle">Passwordless (Pilot)</div>
      <div class="social-media-container"><input name="pf.alternateAuthnSystem" type="hidden" value="">
        <div class="button-container" id="securitykey-div" style="display: block;"><a class="ping-button social-media" onclick="postAlternateAuthnSystem('Security Key');" title="Security Key">Security Key</a></div>
        <div class="button-container" id="yubiotpmfa-div" style="display: block;"><a class="ping-button social-media" onclick="postAlternateAuthnSystem('YubiOTP MFA');" title="YubiOTP MFA">YubiOTP MFA</a></div>
      </div>
      <script>
        handleAltAuthnSources();

        function handleAltAuthnSources() {
          var authnSources = [];
          authnSources.push("securitykey");
          authnSources.push("yubiotpmfa");
          var fidoSources = ["biometrics", "windowshello", "faceid", "touchid"];
          var webAuthnSources = fidoSources.slice();
          webAuthnSources.push("securitykey");
          //if webauthn is not supported, remove webauthn sources
          if (!IsWebAuthnSupported()) {
            authnSources = authnSources.filter(function(s) {
              return webAuthnSources.indexOf(s) < 0;
            });
          } else {
            //remove fido sources that require a platform authenticator
            authnSources = authnSources.filter(function(s) {
              return fidoSources.indexOf(s) < 0;
            });
          }
          if (authnSources.length > 0) {
            displayAltAuthnSoucesColumn(authnSources);
          }
          renderWebAuthnPlatformAuthenticatorAuthnSources(fidoSources);
        }

        function displayAltAuthnSoucesColumn(altAuthSources) {
          var bodyTag = document.getElementsByTagName('body')[0];
          if (bodyTag) {
            bodyTag.className += ' columns-layout';
          }
          contentColumns = document.getElementById("content-columns");
          if (contentColumns) {
            contentColumns.className += " content-columns";
          }
          socialConnectionsColumn = document.getElementById("social-connections-column");
          if (socialConnectionsColumn) {
            socialConnectionsColumn.style.display = "block";
          }
          var altAuthSourcesColumnElements = document.getElementsByClassName("alt-auth-source-column");
          for (i = 0; i < altAuthSourcesColumnElements.length; i++) {
            altAuthSourcesColumnElements[i].style.display = "block";
          }
          for (i = 0; i < altAuthSources.length; i++) {
            theElement = document.getElementById(altAuthSources[i] + "-div");
            if (theElement) theElement.style.display = "block";
          }
        }

        function renderWebAuthnPlatformAuthenticatorAuthnSources(fidoVarients) {
          // skip the WebAuthn support check on Internet Explorer as both WebAuthn and Promise are not supported on IE
          var ua = window.navigator.userAgent;
          var msie = ua.indexOf("MSIE ");
          if (msie > 0 || !!navigator.userAgent.match(/Trident.*rv\:11\./)) {
            return false;
          }
          var timer;
          var p1 = new Promise(function(resolve) {
            timer = setTimeout(function() {
              console.log("isWebAuthnPlatformAuthenticatorAvailable - Timeout");
              resolve(false);
            }, 300);
          });
          var p2 = new Promise(function(resolve) {
            if (IsWebAuthnSupported() && window.PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable) {
              resolve(window.PublicKeyCredential.isUserVerifyingPlatformAuthenticatorAvailable().catch(function(err) {
                console.log(err);
                return false;
              }));
            } else {
              resolve(false);
            }
          });
          return Promise.race([p1, p2]).then(function(res) {
            clearTimeout(timer);
            if (res) {
              displayAltAuthnSoucesColumn(fidoVarients);
            }
            return res;
          });
        }

        function IsWebAuthnSupported() {
          if (!window.PublicKeyCredential) {
            console.log("Web Authentication API is not supported on this browser.");
            return false;
          }
          return true;
        }
      </script>
    </div>
    <!-- column-2 -->
  </div>
  <!-- content-columns --><!-- #recaptcha --><input id="pf.adapterId" name="pf.adapterId" type="hidden" value="HTMLFormO365">&nbsp;
</form>

Text Content

Sign On
 
Sign On With
Username
!
Please fill out this field.
Password
!
Please fill out this field.
Sign On
Change Password? | Trouble Signing On?
or
Admin Users Only
Passwordless (Pilot)
Security Key
YubiOTP MFA
 
 
Copyright © 2003-2018. Ping Identity Corporation. All rights reserved.