sso.corp.ebay.com Open in urlscan Pro
216.113.162.70  Public Scan

Submitted URL: https://ebaysso.aravo.com/link.jsp?ipj44i34fcbfr3i3
Effective URL: https://sso.corp.ebay.com/idp/startSSO.ping?PartnerSpId=ebaysso.aravo.com
Submission: On December 20 via manual from US — Scanned from DE

Form analysis 1 forms found in the DOM

POST /idp/RHb1D/resumeSAML20/idp/startSSO.ping

<form method="POST" action="/idp/RHb1D/resumeSAML20/idp/startSSO.ping" autocomplete="off">
  <div class="ping-messages">
  </div>
  <div class="columns-2" id="content-columns">
    <!-- column-1 -->
    <div class="content-column column-2 alt-auth-source-column" style="display: none">
      <div class="columns-separator">
        <span></span>
      </div>
      <div class="column-title-2"> Sign On With </div>
      <div class="social-media-container">
        <input type="hidden" name="pf.alternateAuthnSystem" value="">
        <div class="button-container" id="windowshello-div" style="display: none">
          <a onclick="postAlternateAuthnSystem('Windows Hello');" class="ping-button social-media windowshello" title="Windows Hello">Windows Hello</a>
        </div>
      </div>
      <script>
        handleAltAuthnSources();

        function handleAltAuthnSources() {
          var authnSources = [];
          authnSources.push("windowshello");
          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 class="content-column column-1">
      <div class="column-title columns alt-auth-source-column" style="display: none"> Sign On </div>
      <div class="ping-input-label"> Username </div>
      <div class="ping-input-container">
        <input id="username" type="text" style="width:95%" name="pf.username" value="" autocorrect="off" autocapitalize="off" onkeypress="return postOnReturn(event)"><!---->
        <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" type="password" style="width:95%" name="pf.pass" onkeypress="return postOnReturn(event)">
        <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 type="hidden" name="pf.ok" value="">
        <input type="hidden" name="pf.cancel" value="">
        <span id="signOnButtonSpan">
          <a onclick="postOk();" class="ping-button normal allow" id="signOnButton" title="Sign On">
                                Sign On
                                </a>
        </span>
      </div><!-- .ping-buttons -->
    </div>
  </div>
  <!-- content-columns -->
  <!-- #recaptcha -->
  <input type="hidden" name="pf.adapterId" id="pf.adapterId" value="eBayFIDOHTML">
</form>

Text Content

Your eBay Credentials

Sign On With
Windows Hello
Sign On
Username
!
Please fill out this field.
Password
!
Please fill out this field.
Sign On
© Copyright 2023 Ping Identity. All rights reserved.