service.ariba.com Open in urlscan Pro
34.171.180.175  Public Scan

Submitted URL: http://service.ariba.com/Authenticator.aw/ad/pswdReset?key=3DP2jIwep0pZdo5mBVI4=
Effective URL: https://service.ariba.com/Authenticator.aw/ad/pswdReset?key=3DP2jIwep0pZdo5mBVI4=
Submission: On September 05 via api from AE — Scanned from US

Form analysis 1 forms found in the DOM

Name: _ehj3cPOST /Authenticator.aw/109591052/aw

<form bh="AS" class="relocdest" id="_ehj3c" method="POST" action="/Authenticator.aw/109591052/aw" style="margin:0px;padding:0px;" name="_ehj3c">
  <link href="/an/1297213386/p/Ariba/fiori-fundamentals_1_7_1/components.min.css" type="text/css" rel="stylesheet">
  <script>
    RJS(true, false, false, function() {
      ariba.Event.registerBehaviors({
        SGNML: {
          // this fires before menuOnMouseDown
          mousedown: function(elm, evt) {
            // invoke the handlers for onRefreshRequestBegin event for selenium
            //Event.invokeRegisteredHandlers("onRefreshRequestBegin");
            var target = elm.getAttribute("_t");
            //if any value passed on _t/target,we open the the link in new browser
            if (target) {
              ariba.Dom.openNewWindow(elm.href);
            } else {
              var e = elm.getAttribute("_t");
              if (e != null) {
                window.open(elm.href, e);
              } else {
                location.href = elm.href;
              }
            }
          }
        },
        SGNSPML: {
          // this fires before menuOnMouseDown
          mousedown: function(elm, evt) {
            // invoke the handlers for onRefreshRequestBegin event for selenium
            //Event.invokeRegisteredHandlers("onRefreshRequestBegin");
            location.href = elm.href;
          }
        },
        SGNCA: {
          // We are simulating a component action from the direct action
          // Look for the Supplier Login Div in the page -> A link -> Invoke the link
          // for more info refer to Handler.js -> GAT (Generic Action Tag)
          click: function(elm, evt) {
            var caDiv = ariba.Dom.getElementById("SupplierLogin");
            if (caDiv == null) {
              return false;
            }
            var caLink = Dom.findChild(caDiv, "A", false);
            if (caLink == null) {
              return false;
            }
            var formId = Dom.boolAttr(elm, "_sf", true) ? Dom.lookupFormId(elm) : null;
            ariba.Handlers.tagOnClick(caLink, formId, elm.getAttribute("_t"), elm.getAttribute("_a"), evt, Dom.boolAttr(elm, "_av"), elm.getAttribute("_w"));
            return false;
          }
        },
        SGNSP: {
          click: function(elm, evt) {
            if (!elm.getAttribute("_visited")) {
              var scriptTag = document.createElement("script"); // create a script element
              scriptTag.src = elm.getAttribute("_spUrl");
              var divObj = ariba.Dom.getElementById("SGNSplashDiv");
              divObj.appendChild(scriptTag);
            }
          }
        }
      });
    });
  </script>
  <script>
    RJS(true, false, false, function() {
      splashCallback = function(htmlContent) {
        var divObj = ariba.Dom.getElementById("SGNSplashDiv");
        if (ariba.Dom.IsIE && ariba.Util.isAW5()) {
          var divObj = ariba.Dom.getElementById("SGNSplashDiv");
          var newdiv = document.createElement("div");
          newdiv.innerHTML = htmlContent;
          divObj.appendChild(newdiv);
        } else {
          divObj.innerHTML = htmlContent;
        }
        ariba.Widgets.showConfirmation("SGNSplashDivID", true);
      };
      hideSplash = function() {
        var divObj = ariba.Dom.getElementById("SGNSplashDiv");
        divObj.innerHTML = "";
        ariba.Widgets.cancelConfirmation();
      };
    });
  </script>
  <div id="SupplierGlobalNavContentDiv">
    <div>
      <link rel="stylesheet" type="text/css" href="/an/p/Ariba/ies_misc.css">
      <script onloadevent="ariba.Fiori.initializeFiori()" src="/an/w/fiori.js" isinjectable="true"></script>
      <div class="fd-shellbar" id="shellbar">
        <div class="fd-shellbar__group fd-shellbar__group--start"><img title="SAP" alt="SAP" height="24" width="48" src="/an/p/Ariba/fiori-fundamentals/dist/images/sap-logo.png" class="fd-shellbar__logo">
          <div class="fd-shellbar__product"></div>
        </div>
        <div class="fd-shellbar__group fd-shellbar__group--middle">
          <div class="back-to-classic-wrapper"></div>
        </div>
        <div class="fd-shellbar__group fd-shellbar__group--end">
          <div class=" fd-shellbar__action fd-shellbar__action--show-always commandDarkClass">
            <div class="fd-user-menu">
              <div class="fd-popover fd-popover--right">
                <div class="fd-popover__control">
                  <div class="fd-user-menu__control" aria-controls="ZY3AY280" aria-expanded="false" aria-haspopup="true" role="button" fiori-listener="true"><span class="fd-shellbar__title fd-product-menu__title sgnIconClass"><span
                        class="sap-icon--sys-help sap-icon--l iestooltip iestooltip-dropdown" tabindex="-1"><span class="iestooltiptext">Help</span></span></span></div>
                  <div class="fd-popover__body fd-popover__body--right" aria-hidden="true" id="ZY3AY280">
                    <nav class="fd-menu">
                      <ul class="fd-menu__list">
                        <li>
                          <a href="javascript:ariba.Community.gotoCommunityWithContext('https://uex.ariba.com/?a_dc=US&amp;q=external-login&amp;a_persona=seller&amp;a_context=bidding&amp;a_domn=aribanetwork&amp;a_lgin=false&amp;a_lang=en&amp;a_enc=EncodeBase64','scrollbars=yes, status=yes, resizable=yes, location=yes, toolbar=yes, width=920, height=675');" class="fd-menu__item" id="helpCenter">Help Center</a>
                        </li>
                      </ul>
                    </nav>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <script src="https://service.ariba.com/an/w/fiori.js"></script>
    </div>
  </div>
  <script src="/an/w/hover_card.js"></script>
  <script>
    RJS(true, false, false, function() {
      renderGlobalNav = function() {
        var headerDiv = ariba.Dom.getElementById("SupplierGlobalNavContentDiv");
        if (headerDiv.innerHTML != window.SupplierGlobalNavContentDivStorage) {
          var t = document.createElement('div');
          t.innerHTML = window.SupplierGlobalNavContentDivStorage;
          headerDiv.appendChild(t);
          var scripts = t.getElementsByTagName('script');
          if (scripts) {
            // convert HTMLCollection to Array so that it can be iterated easily
            Array.prototype.slice.call(scripts).forEach(function(scriptElm) {
              if (scriptElm.hasAttribute("isinjectable") && scriptElm.getAttribute("isinjectable") == "true") {
                var scriptTag = document.createElement('script');
                scriptTag.src = scriptElm.src;
                var onEventCall = scriptElm.getAttribute("onloadevent");
                scriptTag.onload = function() {
                  var onLoadCallValue = onEventCall;
                  var onLoadFunction = new Function(onLoadCallValue);
                  onLoadFunction();
                };
                t.appendChild(scriptTag);
              }
            });
          }
        }
        try {
          var aobj = ariba.Dom.getElementById("SGNAlertId");
          if (aobj != null) {
            ariba.Widgets.displayNewsHover("SGNAlertId");
          }
        } catch (ex) {
          // nothing here
        }
      };
      renderGlobalNav();
    });
  </script>
  <div class="rr relocdest" id="BPR_Body_Inner">
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
      <tbody>
        <tr>
          <td valign="top">
            <table border="0" cellpadding="0" cellspacing="0" width="100%">
              <tbody>
                <tr>
                  <td class="cmdBar" name="mastHeadCmdBarClass">
                    <table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tbody>
                        <tr>
                          <td valign="bottom">
                          </td>
                        </tr>
                      </tbody>
                    </table>
                  </td>
                </tr>
                <tr>
                  <td>
                    <table border="0" cellpadding="0" cellspacing="0" width="100%">
                      <tbody>
                        <tr>
                          <td class="vaT" id="tocAlley">
                            <div class="leg-w-1 w-toc-ignore-ie-fix"></div>
                          </td>
                          <td class="w-page-wrapper-content vaT" id="contentAlley">
                            <div class="flexContainer">
                              <div class="flexContainer">
                                <a name="content"></a>
                                <div class="rr" id="_71hs">
                                  <script>
                                    RJS(true, false, false, function() {
                                      ariba.Widgets.updateDialogWrapperClass(true);
                                    });
                                  </script>
                                  <div class="w-dlg-panel">
                                    <div>
                                      <div class="w-dlg-inner-wrapper">
                                        <div class="stepNavTop w-stepnavbar-top-bar">
                                          <table border="0" cellspacing="0" cellpadding="0" width="100%">
                                            <tbody>
                                              <tr>
                                                <td class="w-stepnavbar-title-area">
                                                  <span class="pageHead"></span>
                                                </td>
                                              </tr>
                                            </tbody>
                                          </table>
                                        </div>
                                        <link href="/an/1297213386/p/Ariba/StyleSheet.css" type="text/css" rel="stylesheet">
                                        <link href="/an/1297213386/p/Ariba/aw6_StyleSheet.css" type="text/css" rel="stylesheet">
                                        <link href="/an/1297213386/p/Ariba/asni18n.css" type="text/css" rel="stylesheet">
                                        <link href="/an/1297213386/p/Ariba/an_themecombo.css" type="text/css" rel="stylesheet">
                                        <link href="/an/1297213386/p/Ariba/fiori-fundamentals_1_7_1/components.min.css" type="text/css" rel="stylesheet">
                                        <link href="/an/1297213386/p/Ariba/ies_StyleSheet.css" type="text/css" rel="stylesheet">
                                        <link href="/an/1297213386/p/Ariba/ies_sgn.css" type="text/css" rel="stylesheet">
                                        <link href="/an/1297213386/p/Ariba/horizon_StyleSheet.css" type="text/css" rel="stylesheet">
                                        <link href="/an/1297213386/p/Ariba/an_iestheme.css" type="text/css" rel="stylesheet">
                                        <link href="/an/1297213386/p/Ariba/ies_asni18n.css" type="text/css" rel="stylesheet">
                                        <div class="ep-navbar">
                                          <script src="https://webassistant.enable-now.cloud.sap/web_assistant/framework/wpb/Help4.js"></script>
                                          <script src="/an/1297213386/w/webassistant.js" language="JavaScript"></script>
                                          <link href="/an/1297213386/w/WebAssistant.css" type="text/css" rel="stylesheet">
                                          <div class="rr" id="_6gqhpd">
                                            <script>
                                              RJS(true, false, false, function() {
                                                var pageName = 'BasicEnableNowPage';
                                                var appName = 'Authenticator';
                                                var serviceHost = 'service.ariba.com';
                                                var locale = 'en-US';
                                                var configAttributes =
                                                  "{&quot;dataUrl&quot;:&quot;https://help.sap.com/webassistant/&quot;,&quot;serviceLayerVersion&quot;:&quot;UACP&quot;,&quot;stateUACP&quot;:&quot;PRODUCTION&quot;,&quot;product&quot;:&quot;AribaNetworkWebAssistant&quot;,&quot;workspace&quot;:null,&quot;resourceUrl&quot;:&quot;https://webassistant.enable-now.cloud.sap/web_assistant/framework/&quot;,&quot;trackingUrl&quot;:&quot;https://ariba.enable-now.cloud.sap/wa/network_analytics&quot;,&quot;learningAppUrl&quot;:null,&quot;version&quot;:&quot;001&quot;}";
                                                var enableNowAnalyticsDAurl = '';
                                                var userContextValues = "{}";
                                                setUpWebAssistant(appName, serviceHost, pageName, locale, configAttributes, enableNowAnalyticsDAurl, userContextValues);
                                              });
                                            </script>
                                          </div>
                                          <a xclick="toggle()" id="_6lhpac" href="#" bh="HL" _sf="false">
Help
</a>
                                        </div>
                                        <div class="spacer137"></div>
                                        <div class="ep-layout-body">
                                          <img alt="" border="0" src="/an/1297213386/p/Ariba/Illustration_invalidPin.png" class="ep-img-dimensions">
                                          <div class="spacer62"></div>
                                          <div class="ep-body-area">
                                            <div class="ep">
                                              <div class="ep-title"> Invalid or expired URL </div>
                                              <div class="spacer28"></div>
                                              <div class="ep-exp-description"> The URL you clicked is either invalid or has expired. Please verify the URL is correct or reset your password again. </div>
                                              <div class="spacer31"></div>
                                              <div class="ep-reset-button">
                                                <a href="https://service.ariba.com/Authenticator.aw/ad/forgotPassword?cancelURL=https%3A%2F%2Fservice.ariba.com%2F.aw%2F"> Reset password again </a>
                                              </div>
                                              <div class="spacer24"></div>
                                              <div class="ep-back-to-login">
                                                <a> Back to Sign In </a><a>
</a>
                                              </div><a>
<div class="spacer92"></div>
</a>
                                            </div><a>
</a>
                                          </div>
                                        </div>
                                        <div class="stepNavBottom">
                                          <table border="0" cellspacing="0" cellpadding="0" width="100%" class="w-stepnavbar-bottom-bar">
                                            <tbody>
                                              <tr>
                                                <td class="leg-w-99p w-stepnavbar-button-group-bottom"></td>
                                              </tr>
                                            </tbody>
                                          </table>
                                        </div>
                                      </div>
                                    </div>
                                  </div>
                                  <script>
                                    RJS(true, true, false, function() {
                                      ariba.Widgets.clearDialog();
                                    });
                                  </script>
                                  <script>
                                    RJS(true, false, false, function() {
                                      ariba.Input.allowSelectFirstText();
                                    });
                                  </script>
                                </div>
                              </div>
                            </div>
                          </td>
                        </tr>
                      </tbody>
                    </table>
                  </td>
                </tr>
                <tr>
                  <td>
                    <div id="SupplierGlobalNavFooterDiv">
                      <link href="/an/1297213386/w/aw6_sgn.css" type="text/css" rel="stylesheet">
                      <link href="/an/1297213386/p/Ariba/an_themecombo.css" type="text/css" rel="stylesheet">
                      <div class="supp-SGNF-mainPanelFooter">
                        <div class="ADMainPanelFooterHorizDiv">
                          <div>
                            <div class="sgnfooterwrapper paddingTop5">
                              <div class="ies-footer-start-container"><img alt="SAP" title="SAP" border="0" height="24" width="48" src="/an/1297213386/p/Ariba//fiori-fundamentals/dist/images/sap-logo.png" tabindex="0">
                                <div class="sgnfootercopyright ies-footer-item" tabindex="0">© 2022 SAP SE or an SAP affiliate company. All rights reserved.</div>
                              </div>
                              <div class="ies-footer-end-container"><span class="sgnfooteritem"><a target="_blank" href="https://www.sap.com/agreements-sap-business-network-privacy-statement">Privacy Statement</a></span><span
                                  class="sgnfooteritem"><a target="_blank" href="https://www.ariba.com/legal/security-disclosure">Security Disclosure</a></span><span
                                  class="sgnfooteritem"><a target="new" href="https://service.ariba.com/Authenticator.aw/ad/termsCenter?tou=BNTermsCenter">Terms of Use</a></span></div>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                    <div id="SGNSplashDiv"></div>
                    <script>
                      RJS(true, false, false, function() {
                        var footerDiv = ariba.Dom.getElementById("SupplierGlobalNavFooterDiv");
                        if (footerDiv.innerHTML != window.SupplierGlobalNavFooterDivStorage) {
                          footerDiv.innerHTML = window.SupplierGlobalNavFooterDivStorage;
                        }
                      });
                    </script>
                  </td>
                </tr>
              </tbody>
            </table>
          </td>
        </tr>
      </tbody>
    </table>
  </div>
  <link href="/an/1297213386/p/Ariba/ies_StyleSheet.css" type="text/css" rel="stylesheet">
  <link href="/an/1297213386/p/Ariba/ies_sgn.css" type="text/css" rel="stylesheet">
  <link href="/an/1297213386/p/Ariba/horizon_StyleSheet.css" type="text/css" rel="stylesheet">
  <link href="/an/1297213386/p/Ariba/an_iestheme.css" type="text/css" rel="stylesheet">
  <link href="/an/1297213386/p/Ariba/ies_asni18n.css" type="text/css" rel="stylesheet">
  <div class="rr" id="BPR_FLs">
    <script>
      RJS(true, true, false, function() {
        ariba.Widgets.hideFooter();
      });
    </script>
  </div>
  <div class="rr" id="_qceaf">
    <input value="_ehj3c" type="hidden" name="awsnf"><input value="_ar6nzd" type="hidden" name="awfa"><input value="true" type="hidden" name="awfid"><input value="UTF-8" type="hidden" name="awcharset">
  </div>
</form>

Text Content

 


Help
 * Help Center


Help

Invalid or expired URL

The URL you clicked is either invalid or has expired. Please verify the URL is
correct or reset your password again.

Reset password again

Back to Sign In




© 2022 SAP SE or an SAP affiliate company. All rights reserved.
Privacy StatementSecurity DisclosureTerms of Use





Loading...
Loading...

Loading content ...





Loading...
Loading...





ariba.Input.registerActiveElementId();




page:ariba/network/service/common/sawapplication/AODPasswordReset,app:ariba.network.service.apps.authenticator.Application


Updating...


HELP TOPICS

Search Help Topics




HiddenNot published
