sso.carrefour.com Open in urlscan Pro
2606:4700::6812:866  Public Scan

Submitted URL: https://cockpit360.fr.carrefour.com/
Effective URL: https://sso.carrefour.com/openam/XUI/
Submission: On August 24 via api from BE — Scanned from FR

Form analysis 1 forms found in the DOM

POST

<form id="idstage" action="" method="post" class="form login col-sm-6 col-sm-offset-3" data-stage="LDAP1">
  <fieldset class="row">
    <div id="messageLogin" class="myAcc_MsgExpiredSession myAcc_MsgHide"></div>
    <div class="form-group">
      <label for="idToken1" class="aria-label">
        <span>Identifiant</span>
      </label>
      <input type="text" id="idToken1" name="callback_0" value="" autocomplete="username" data-validator="required" required="" data-validator-event="keyup" class="form-control input-lg bg-transparent" placeholder="prenom_nom" autofocus="">
    </div>
    <div class="form-group">
      <label for="idToken2" class="aria-label">
        <span>Mot de passe</span>
      </label>
      <input type="password" id="idToken2" name="callback_1" class="form-control input-lg bg-transparent" placeholder="Votre mot de passe" value="" autocomplete="current-password" data-validator="required" required="" data-validator-event="keyup">
      <span class="input-show-password" id="show-password">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" id="password-icon-visible" class="myAcc_MsgRead">
          <path d="M12 4.5C7 4.5 2.73 7.61 1 12c1.73 4.39 6 7.5 11 7.5s9.27-3.11 11-7.5c-1.73-4.39-6-7.5-11-7.5zM12 17c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5zm0-8c-1.66 0-3 1.34-3 3s1.34 3 3 3 3-1.34 3-3-1.34-3-3-3z"></path>
        </svg>
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" id="password-icon-invisible" class="myAcc_MsgHide">
          <path
            d="M12 7c2.76 0 5 2.24 5 5 0 .65-.13 1.26-.36 1.83l2.92 2.92c1.51-1.26 2.7-2.89 3.43-4.75-1.73-4.39-6-7.5-11-7.5-1.4 0-2.74.25-3.98.7l2.16 2.16C10.74 7.13 11.35 7 12 7zM2 4.27l2.28 2.28.46.46C3.08 8.3 1.78 10.02 1 12c1.73 4.39 6 7.5 11 7.5 1.55 0 3.03-.3 4.38-.84l.42.42L19.73 22 21 20.73 3.27 3 2 4.27zM7.53 9.8l1.55 1.55c-.05.21-.08.43-.08.65 0 1.66 1.34 3 3 3 .22 0 .44-.03.65-.08l1.55 1.55c-.67.33-1.41.53-2.2.53-2.76 0-5-2.24-5-5 0-.79.2-1.53.53-2.2zm4.31-.78l3.15 3.15.02-.16c0-1.66-1.34-3-3-3l-.17.01z">
          </path>
        </svg>
      </span>
    </div>
    <div class="text-center"><a href="https://lostpassword.carrefour.com" id="link_myaccount_1" target="_self">Première connexion / Mot de passe oublié ?</a></div>
    <div class="form-group">
      <input id="loginButton_0" name="callback_2" type="submit" role="button" index="0" value="Se connecter" class="btn btn-lg btn-default bg-transparent pull-right btn-round text-uppercase">
    </div>
    <script type="text/javascript">
      $(document).ready(function() {
        $("#idToken1").attr({
          autocomplete: 'username',
          placeholder: 'prenom_nom'
        });
        $("#idToken2").attr({
          autocomplete: 'current-password',
          placeholder: 'Votre mot de passe'
        });
        // timeout
        window.setTimeout(function() {
          location.href = "timeout_error.jsp";
        }, 60 * 60 * 1000);
        // check si le login est un email
        function checkEmail(email) {
          var emailReg = /[\w-\.]+@[\w-\.]+/;
          if (email === undefined || email === "") {
            return false;
          }
          return emailReg.test(email);
        }

        function cleanUsername(username) {
          var content = username.toLowerCase().trim();
          content = content.replace(/\s+/g, "_");
          return content;
        }
        $("#show-password").click(function(event) {
          var inputtype = $("#idToken2").attr('type');
          if (inputtype == "password") {
            $("#idToken2").attr({
              type: 'text'
            });
            $("#password-icon-visible").css({
              display: 'none'
            });
            $("#password-icon-invisible").css({
              display: 'block'
            });
          } else {
            $("#idToken2").attr({
              type: 'password'
            });
            $("#password-icon-visible").css({
              display: 'block'
            });
            $("#password-icon-invisible").css({
              display: 'none'
            });
          }
        });
        $("#loginButton_0").click(function(event) {
          content = cleanUsername($("#idToken1").val());
          $("#idToken1").removeClass("input-lg-alert");
          $("#idToken1").val(content);
          document.cookie = "loginredirect=" + content;
        });
        $('a[id^="link_myaccount"]').click(function(event) {
          var link = $(this).attr('href') + "?login=" + cleanUsername($("#idToken1").val());
          $(this).attr('href', link);
        });
      });
    </script>
  </fieldset>
</form>

Text Content

MERCI DE VOUS IDENTIFIER POUR ACCÉDER À VOTRE DIGITAL WORKPLACE

Identifiant
Mot de passe
Première connexion / Mot de passe oublié ?