insurance.johnson.ca Open in urlscan Pro
34.226.36.53  Public Scan

Submitted URL: https://client.johnson.ca/
Effective URL: https://insurance.johnson.ca/CommunityLoginPage?startURL=%2Fsetup%2Fsecur%2FRemoteAccessAuthorizationPage.apexp%3Fsource%3DCA...
Submission: On October 04 via automatic, source certstream-suspicious — Scanned from CA

Form analysis 2 forms found in the DOM

Name: j_id0:j_id2:j_id75POST /CommunityLoginPage

<form id="j_id0:j_id2:j_id75" name="j_id0:j_id2:j_id75" method="post" action="/CommunityLoginPage" enctype="application/x-www-form-urlencoded">
  <input type="hidden" name="j_id0:j_id2:j_id75" value="j_id0:j_id2:j_id75">
  <script type="text/javascript" language="Javascript">
    function dpf(f) {
      var adp = f.adp;
      if (adp != null) {
        for (var i = 0; i < adp.length; i++) {
          adp[i].parentNode.removeChild(adp[i]);
        }
      }
    };

    function apf(f, pvp) {
      var adp = new Array();
      f.adp = adp;
      var ps = pvp.split(',');
      for (var i = 0, ii = 0; i < ps.length; i++, ii++) {
        var p = document.createElement("input");
        p.type = "hidden";
        p.name = ps[i];
        p.value = ps[i + 1];
        f.appendChild(p);
        adp[ii] = p;
        i += 1;
      }
    };

    function jsfcljs(f, pvp, t) {
      apf(f, pvp);
      var ft = f.target;
      if (t) {
        f.target = t;
      }
      f.submit();
      f.target = ft;
      dpf(f);
    };
  </script>
  <script>
    function toggleLanguage() {
      SfdcApp.Visualforce.VSManager.vfPrepareForms(["j_id0:j_id2:j_id75"]);
      if (typeof jsfcljs == 'function') {
        jsfcljs(document.forms['j_id0:j_id2:j_id75'], 'j_id0:j_id2:j_id75:j_id76,j_id0:j_id2:j_id75:j_id76', '');
      }
      return false
    }
  </script>
  <div xmlns="http://www.w3.org/1999/xhtml" id="j_id0:j_id2:j_id75:j_id339"></div>
</form>

Name: j_id0:j_id2:form-sectionPOST /CommunityLoginPage

<form id="j_id0:j_id2:form-section" name="j_id0:j_id2:form-section" method="post" action="/CommunityLoginPage" class="form-vertical" enctype="application/x-www-form-urlencoded" role="form">
  <input type="hidden" name="j_id0:j_id2:form-section" value="j_id0:j_id2:form-section">
  <script id="j_id0:j_id2:form-section:j_id99" type="text/javascript">
    init = function() {
      A4J.AJAX.Submit('j_id0:j_id2:form\x2Dsection', null, {
        'similarityGroupingId': 'j_id0:j_id2:form\x2Dsection:j_id99',
        'parameters': {
          'j_id0:j_id2:form\x2Dsection:j_id99': 'j_id0:j_id2:form\x2Dsection:j_id99'
        }
      })
    };
  </script><span xmlns="http://www.w3.org/1999/xhtml" id="j_id0:j_id2:form-section:initPanel"></span>
  <div class="customer-reg-wrapper">
    <div class="row reg-body">
      <div class="col-sm-12 col-md-12 col-lg-9 reg-body-alpha">
        <div class="reg-notification"><b>Welcome to My Insurance - Johnson's new customer website.</b> If you were a previous Members Only website user, and you have not yet registered for a My Insurance online account, please click the “Register”
          button below. </div>
        <div class="reg-notification">
          <h>The Claims Point® portal for submitting and tracking home and car insurance claims is currently not available. Please contact one of our claims specialists at</h>
          <a href="tel:18008040087">1 800 804-0087</a>
          <h>We’ll be happy to assist you!</h>
        </div>
        <div class="reg-notification"> Medoc® Travel Insurance and Prestige customers: please note that your travel policy will not appear on the customer dashboard. If you do not have a group benefits policy you will not be able to register at this
          time. Please contact our Travel Insurance service departments to obtain policy documents and information: MEDOC Travel Insurance customers: 1-866-606-3362 Prestige customers: 1-877-989-2600 </div>
        <div class="reg-forms-wrapper">
          <div class="row reg-forms-register">
            <div class="mo-user-form-section form-section">
              <h3 class="form-heading">Login</h3>
              <div class="form-group form-control-wrapper">
                <div class="email-tooltip-outer">
                  <div class="email-tooltip">
                    <div>Please enter the email address and password that you used while registering your account.</div>
                    <button class="close-btn johnson-tertiary-btn" type="button"></button>
                  </div>
                </div>
                <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" rel="stylesheet">
                <div class="login-input">
                  <div class="form-group form-group-lg "><label for="j_id0:j_id2:form-section:j_id106:j_id107:input" class=" fieldLabel">
                      <span>Email</span> </label><label for="j_id0:j_id2:form-section:j_id106:j_id107:input" class=" fieldLabel">
                      <button class="help-btn johnson-tertiary-btn" type="button"></button></label>
                    <div class="form-field__input-container "><input id="j_id0:j_id2:form-section:j_id106:j_id107:input" type="text" name="j_id0:j_id2:form-section:j_id106:j_id107:input" class="form-control johnson-reg-input" placeholder="">
                      <span></span>
                    </div>
                  </div>
                </div>
                <script>
                  function handleTogglePassword(element) {
                    const password = element.nextElementSibling;
                    const type = password.getAttribute('type') === 'password' ? 'text' : 'password';
                    password.setAttribute('type', type);
                    element.classList.toggle('fa-eye-slash');
                  }
                </script>
                <script>
                  jQuery(document).ready(function($) {
                    console.log("document loaded");
                    let passwordValid = false;
                    let passwordValidConfirm = false;
                    $(".password-info-popup").css({
                      "display": "none"
                    });
                    $(".password-validation-popup").css({
                      "display": "none"
                    });
                    $(".password-info-popup-confirm").css({
                      "display": "none"
                    });
                    $(".password-validation-popup-confirm").css({
                      "display": "none"
                    });
                    jQuery('input[id*=JohnsonRegNewPWD]').focus(function(event) {
                      console.log("document loaded for pwd new");
                      let passowrdValue = event.target.value;
                      console.log(passowrdValue);
                      if (passowrdValue.length === 0) {
                        $(".password-info-popup").css({
                          "display": "inline-block"
                        });
                      } else {
                        $(".password-validation-popup").css({
                          "display": "block"
                        });
                      }
                    });
                    jQuery('input[id*=JohnsonRegNewPWD]').focusout(function(event) {
                      let passowrdValue = event.target.value;
                      if (passowrdValue.length === 0) {
                        $(".password-info-popup").css({
                          "display": "none"
                        });
                      } else {
                        if (passwordValid) {
                          $(".password-validation-popup").css({
                            "display": "none"
                          });
                        }
                      }
                    });
                    const specialCharExist = function(value) {
                      let specialChars = "<>@!#$%^&*()_+[]{}?:;|'\"\\,./~`-=";
                      for (i = 0; i < specialChars.length; i++) {
                        if (value.indexOf(specialChars[i]) > -1) {
                          return true;
                        }
                      }
                      return false;
                    }
                    jQuery('input[id*=JohnsonRegNewPWD]').on('keyup input', function(event) {
                      let passValidationPopup = $(".password-validation-popup"),
                        passInfoPopup = $(".password-info-popup"),
                        passowrdValue = event.target.value,
                        pwdLengthError = false,
                        pwdUpperNumError = false,
                        pwdSpclCharError = false,
                        numberRegEx = /[0-9]/,
                        UpperLetterRegEx = /[a-z].*[A-Z]|[A-Z].*[a-z]/;
                      //When password field is blank
                      if (passowrdValue.length === 0) {
                        passInfoPopup.css({
                          "display": "block"
                        });
                        passValidationPopup.css({
                          "display": "none"
                        });
                        return true;
                      } else {
                        passInfoPopup.css({
                          "display": "none"
                        });
                      }
                      if (passowrdValue.length < 8) {
                        pwdLengthError = true;
                      }
                      if (!numberRegEx.test(passowrdValue) || !UpperLetterRegEx.test(passowrdValue)) {
                        pwdUpperNumError = true;
                      }
                      if (!specialCharExist(passowrdValue)) {
                        pwdSpclCharError = true;
                      }
                      //if(pwdLengthError || pwdUpperNumError || pwdSpclCharError){
                      $(".password-validation-popup li.pwd-length-success").css({
                        "display": (pwdLengthError ? "none" : "list-item")
                      });
                      $(".password-validation-popup li.pwd-length-error").css({
                        "display": (pwdLengthError ? "list-item" : "none")
                      });
                      $(".password-validation-popup li.pwd-upper-num-success").css({
                        "display": (pwdUpperNumError ? "none" : "list-item")
                      });
                      $(".password-validation-popup li.pwd-upper-num-error").css({
                        "display": (pwdUpperNumError ? "list-item" : "none")
                      });
                      $(".password-validation-popup li.pwd-spcl-char-success").css({
                        "display": (pwdSpclCharError ? "none" : "list-item")
                      });
                      $(".password-validation-popup li.pwd-spcl-char-error").css({
                        "display": (pwdSpclCharError ? "list-item" : "none")
                      });
                      passValidationPopup.css({
                        "display": "block"
                      });
                      passwordValid = (!pwdLengthError && !pwdUpperNumError && !pwdSpclCharError);
                      //}
                      /*else{
                                  passValidationPopup.css({
                                      "display": "none"
                                  });
                              }*/
                    });
                    //Jquery for confirm password validation-popup
                    jQuery('input[id*=JohnsonRegConfirmPWD]').focus(function(event) {
                      console.log("document loaded for pwd");
                      let passowrdValue = event.target.value;
                      if (passowrdValue.length === 0) {
                        $(".password-info-popup-confirm").css({
                          "display": "inline-block"
                        });
                      } else {
                        $(".password-validation-popup-confirm").css({
                          "display": "block"
                        });
                      }
                    });
                    jQuery('input[id*=JohnsonRegConfirmPWD]').focusout(function(event) {
                      let passowrdValue = event.target.value;
                      if (passowrdValue.length === 0) {
                        $(".password-info-popup-confirm").css({
                          "display": "none"
                        });
                      } else {
                        if (passwordValidConfirm) {
                          $(".password-validation-popup-confirm").css({
                            "display": "none"
                          });
                        }
                      }
                    });
                    const specialCharExistpwd = function(value) {
                      let specialChars = "<>@!#$%^&*()_+[]{}?:;|'\"\\,./~`-=";
                      for (i = 0; i < specialChars.length; i++) {
                        if (value.indexOf(specialChars[i]) > -1) {
                          return true;
                        }
                      }
                      return false;
                    }
                    jQuery('input[id*=JohnsonRegConfirmPWD]').on('keyup input', function(event) {
                      let passValidationPopup = $(".password-validation-popup-confirm"),
                        passInfoPopup = $(".password-info-popup-confirm"),
                        passowrdValue = event.target.value,
                        pwdLengthErrorConfirm = false,
                        pwdUpperNumErrorConfirm = false,
                        pwdSpclCharErrorConfirm = false,
                        numberRegEx = /[0-9]/,
                        UpperLetterRegEx = /[a-z].*[A-Z]|[A-Z].*[a-z]/;
                      //When password field is blank
                      if (passowrdValue.length === 0) {
                        passInfoPopup.css({
                          "display": "block"
                        });
                        passValidationPopup.css({
                          "display": "none"
                        });
                        return true;
                      } else {
                        passInfoPopup.css({
                          "display": "none"
                        });
                      }
                      if (passowrdValue.length < 8) {
                        pwdLengthErrorConfirm = true;
                      }
                      if (!numberRegEx.test(passowrdValue) || !UpperLetterRegEx.test(passowrdValue)) {
                        pwdUpperNumErrorConfirm = true;
                      }
                      if (!specialCharExistpwd(passowrdValue)) {
                        pwdSpclCharErrorConfirm = true;
                      }
                      //if(pwdLengthError || pwdUpperNumError || pwdSpclCharError){
                      $(".password-validation-popup-confirm li.pwd-length-success").css({
                        "display": (pwdLengthErrorConfirm ? "none" : "list-item")
                      });
                      $(".password-validation-popup-confirm li.pwd-length-error").css({
                        "display": (pwdLengthErrorConfirm ? "list-item" : "none")
                      });
                      $(".password-validation-popup-confirm li.pwd-upper-num-success").css({
                        "display": (pwdUpperNumErrorConfirm ? "none" : "list-item")
                      });
                      $(".password-validation-popup-confirm li.pwd-upper-num-error").css({
                        "display": (pwdUpperNumErrorConfirm ? "list-item" : "none")
                      });
                      $(".password-validation-popup-confirm li.pwd-spcl-char-success").css({
                        "display": (pwdSpclCharErrorConfirm ? "none" : "list-item")
                      });
                      $(".password-validation-popup-confirm li.pwd-spcl-char-error").css({
                        "display": (pwdSpclCharErrorConfirm ? "list-item" : "none")
                      });
                      passValidationPopup.css({
                        "display": "block"
                      });
                      passwordValidConfirm = (!pwdLengthErrorConfirm && !pwdUpperNumErrorConfirm && !pwdSpclCharErrorConfirm);
                      //}
                      /*else{
                                  passValidationPopup.css({
                                      "display": "none"
                                  });
                              }*/
                    });
                  });
                </script>
              </div>
              <div class="form-group form-control-wrapper password-wrapper">
                <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css" rel="stylesheet">
                <div class="login-input">
                  <div class="form-group form-group-lg "><label for="j_id0:j_id2:form-section:j_id169:j_id170:input-password" class=" fieldLabel">
                      <span>Password</span> </label>
                    <div class="form-field__input-container ">
                      <i class="far fa-eye" onclick="handleTogglePassword(this)" style="cursor: pointer; position: absolute; top: 15px; right: 2%;"></i><input id="j_id0:j_id2:form-section:j_id169:j_id170:input-password" type="password"
                        name="j_id0:j_id2:form-section:j_id169:j_id170:input-password" value="" class="form-control johnson-reg-input" placeholder="">
                      <span></span>
                    </div>
                  </div>
                </div>
                <script>
                  function handleTogglePassword(element) {
                    const password = element.nextElementSibling;
                    const type = password.getAttribute('type') === 'password' ? 'text' : 'password';
                    password.setAttribute('type', type);
                    element.classList.toggle('fa-eye-slash');
                  }
                </script>
                <script>
                  jQuery(document).ready(function($) {
                    console.log("document loaded");
                    let passwordValid = false;
                    let passwordValidConfirm = false;
                    $(".password-info-popup").css({
                      "display": "none"
                    });
                    $(".password-validation-popup").css({
                      "display": "none"
                    });
                    $(".password-info-popup-confirm").css({
                      "display": "none"
                    });
                    $(".password-validation-popup-confirm").css({
                      "display": "none"
                    });
                    jQuery('input[id*=JohnsonRegNewPWD]').focus(function(event) {
                      console.log("document loaded for pwd new");
                      let passowrdValue = event.target.value;
                      console.log(passowrdValue);
                      if (passowrdValue.length === 0) {
                        $(".password-info-popup").css({
                          "display": "inline-block"
                        });
                      } else {
                        $(".password-validation-popup").css({
                          "display": "block"
                        });
                      }
                    });
                    jQuery('input[id*=JohnsonRegNewPWD]').focusout(function(event) {
                      let passowrdValue = event.target.value;
                      if (passowrdValue.length === 0) {
                        $(".password-info-popup").css({
                          "display": "none"
                        });
                      } else {
                        if (passwordValid) {
                          $(".password-validation-popup").css({
                            "display": "none"
                          });
                        }
                      }
                    });
                    const specialCharExist = function(value) {
                      let specialChars = "<>@!#$%^&*()_+[]{}?:;|'\"\\,./~`-=";
                      for (i = 0; i < specialChars.length; i++) {
                        if (value.indexOf(specialChars[i]) > -1) {
                          return true;
                        }
                      }
                      return false;
                    }
                    jQuery('input[id*=JohnsonRegNewPWD]').on('keyup input', function(event) {
                      let passValidationPopup = $(".password-validation-popup"),
                        passInfoPopup = $(".password-info-popup"),
                        passowrdValue = event.target.value,
                        pwdLengthError = false,
                        pwdUpperNumError = false,
                        pwdSpclCharError = false,
                        numberRegEx = /[0-9]/,
                        UpperLetterRegEx = /[a-z].*[A-Z]|[A-Z].*[a-z]/;
                      //When password field is blank
                      if (passowrdValue.length === 0) {
                        passInfoPopup.css({
                          "display": "block"
                        });
                        passValidationPopup.css({
                          "display": "none"
                        });
                        return true;
                      } else {
                        passInfoPopup.css({
                          "display": "none"
                        });
                      }
                      if (passowrdValue.length < 8) {
                        pwdLengthError = true;
                      }
                      if (!numberRegEx.test(passowrdValue) || !UpperLetterRegEx.test(passowrdValue)) {
                        pwdUpperNumError = true;
                      }
                      if (!specialCharExist(passowrdValue)) {
                        pwdSpclCharError = true;
                      }
                      //if(pwdLengthError || pwdUpperNumError || pwdSpclCharError){
                      $(".password-validation-popup li.pwd-length-success").css({
                        "display": (pwdLengthError ? "none" : "list-item")
                      });
                      $(".password-validation-popup li.pwd-length-error").css({
                        "display": (pwdLengthError ? "list-item" : "none")
                      });
                      $(".password-validation-popup li.pwd-upper-num-success").css({
                        "display": (pwdUpperNumError ? "none" : "list-item")
                      });
                      $(".password-validation-popup li.pwd-upper-num-error").css({
                        "display": (pwdUpperNumError ? "list-item" : "none")
                      });
                      $(".password-validation-popup li.pwd-spcl-char-success").css({
                        "display": (pwdSpclCharError ? "none" : "list-item")
                      });
                      $(".password-validation-popup li.pwd-spcl-char-error").css({
                        "display": (pwdSpclCharError ? "list-item" : "none")
                      });
                      passValidationPopup.css({
                        "display": "block"
                      });
                      passwordValid = (!pwdLengthError && !pwdUpperNumError && !pwdSpclCharError);
                      //}
                      /*else{
                                  passValidationPopup.css({
                                      "display": "none"
                                  });
                              }*/
                    });
                    //Jquery for confirm password validation-popup
                    jQuery('input[id*=JohnsonRegConfirmPWD]').focus(function(event) {
                      console.log("document loaded for pwd");
                      let passowrdValue = event.target.value;
                      if (passowrdValue.length === 0) {
                        $(".password-info-popup-confirm").css({
                          "display": "inline-block"
                        });
                      } else {
                        $(".password-validation-popup-confirm").css({
                          "display": "block"
                        });
                      }
                    });
                    jQuery('input[id*=JohnsonRegConfirmPWD]').focusout(function(event) {
                      let passowrdValue = event.target.value;
                      if (passowrdValue.length === 0) {
                        $(".password-info-popup-confirm").css({
                          "display": "none"
                        });
                      } else {
                        if (passwordValidConfirm) {
                          $(".password-validation-popup-confirm").css({
                            "display": "none"
                          });
                        }
                      }
                    });
                    const specialCharExistpwd = function(value) {
                      let specialChars = "<>@!#$%^&*()_+[]{}?:;|'\"\\,./~`-=";
                      for (i = 0; i < specialChars.length; i++) {
                        if (value.indexOf(specialChars[i]) > -1) {
                          return true;
                        }
                      }
                      return false;
                    }
                    jQuery('input[id*=JohnsonRegConfirmPWD]').on('keyup input', function(event) {
                      let passValidationPopup = $(".password-validation-popup-confirm"),
                        passInfoPopup = $(".password-info-popup-confirm"),
                        passowrdValue = event.target.value,
                        pwdLengthErrorConfirm = false,
                        pwdUpperNumErrorConfirm = false,
                        pwdSpclCharErrorConfirm = false,
                        numberRegEx = /[0-9]/,
                        UpperLetterRegEx = /[a-z].*[A-Z]|[A-Z].*[a-z]/;
                      //When password field is blank
                      if (passowrdValue.length === 0) {
                        passInfoPopup.css({
                          "display": "block"
                        });
                        passValidationPopup.css({
                          "display": "none"
                        });
                        return true;
                      } else {
                        passInfoPopup.css({
                          "display": "none"
                        });
                      }
                      if (passowrdValue.length < 8) {
                        pwdLengthErrorConfirm = true;
                      }
                      if (!numberRegEx.test(passowrdValue) || !UpperLetterRegEx.test(passowrdValue)) {
                        pwdUpperNumErrorConfirm = true;
                      }
                      if (!specialCharExistpwd(passowrdValue)) {
                        pwdSpclCharErrorConfirm = true;
                      }
                      //if(pwdLengthError || pwdUpperNumError || pwdSpclCharError){
                      $(".password-validation-popup-confirm li.pwd-length-success").css({
                        "display": (pwdLengthErrorConfirm ? "none" : "list-item")
                      });
                      $(".password-validation-popup-confirm li.pwd-length-error").css({
                        "display": (pwdLengthErrorConfirm ? "list-item" : "none")
                      });
                      $(".password-validation-popup-confirm li.pwd-upper-num-success").css({
                        "display": (pwdUpperNumErrorConfirm ? "none" : "list-item")
                      });
                      $(".password-validation-popup-confirm li.pwd-upper-num-error").css({
                        "display": (pwdUpperNumErrorConfirm ? "list-item" : "none")
                      });
                      $(".password-validation-popup-confirm li.pwd-spcl-char-success").css({
                        "display": (pwdSpclCharErrorConfirm ? "none" : "list-item")
                      });
                      $(".password-validation-popup-confirm li.pwd-spcl-char-error").css({
                        "display": (pwdSpclCharErrorConfirm ? "list-item" : "none")
                      });
                      passValidationPopup.css({
                        "display": "block"
                      });
                      passwordValidConfirm = (!pwdLengthErrorConfirm && !pwdUpperNumErrorConfirm && !pwdSpclCharErrorConfirm);
                      //}
                      /*else{
                                  passValidationPopup.css({
                                      "display": "none"
                                  });
                              }*/
                    });
                  });
                </script>
                <a href="/CommunityForgotPasswordJI" onclick="TrackInteraction('Forgot your password');" target="_blank">Forgot my password</a>
              </div><input id="j_id0:j_id2:form-section:mo_reg_btn" type="submit" name="j_id0:j_id2:form-section:mo_reg_btn" value="Login" onclick="TrackInteraction('Login');" class="johnson-reg-btn johnson-primary-btn">
            </div>
            <div class="new-user-form-section form-section">
              <h3 class="form-heading">New to this?</h3>
              <div class="form-subheading">
                <div>Access information about your group benefits policies and submit claims online – all in one place!</div>
                <div>If you haven’t registered for My Insurance, have your policy documents handy and click “Register” to get started. If you’ve already registered, enter your email and password, and click “Login”.</div>
              </div>
              <a class="btn-rsa-customerportal-secondary" hover="color:#59007b" href="https://insurance.johnson.ca/CommunityRegistration?isGroupMOUser&amp;l=en_US" style="text-decoration:none; font-weight:normal; border:#72529a solid 1px; color:#72529a;" type="button">Register</a>
            </div>
          </div>
        </div>
        <div class="reg-terms row">
          <div class="reg-terms-max">
            <h3 class="reg-terms-heading">Terms &amp; Conditions</h3>
            <div class="reg-terms-body">
              <p>These terms of use (“Terms of Use”) govern your access to, and use of, this site and the applications made available to you on or through this site (collectively, the “Site”), and is a legal agreement between you and Royal &amp; Sun
                Alliance Insurance Company of Canada (“RSA”, “we” “us” “our”).<br><br><strong>Acceptance of Terms and Conditions of Use</strong><br><br>By accessing and utilizing the Site you hereby agree that you: (i) have read and understand these
                Terms of Use; (ii) have read and understand the <a href="https://www.rsagroup.ca/terms-conditions" target="_blank">Website Terms and Conditions</a> (ii) are bound by and shall comply with these Terms of Use and Website Terms and
                Conditions; and (iii) all information you submit through the Site is valid, accurate, and true.
                <strong><u>If you do not agree to these Terms of Use, please contact us via phone to complete your transaction.</u></strong><br><br><strong>Your Account</strong><br><br>In order to access the Site, you are required to create and
                register a user account (your "Account"). By registering an Account you represent and warrant to RSA that all information that you provide on the registration form is true, accurate, current and complete. RSA may rely on the
                information you provide, including any user IDs or passwords you create, to identify you and your activity, and you must promptly update and otherwise maintain your information to keep your Account current at all times. RSA reserves
                the right to make any inquiries it considers necessary to validate your identity. If you do not provide this information or RSA cannot verify your identity, we may refuse to allow you to access and/or use the Site.<br><br>You agree
                not to give or make available the credentials for your Account to any unauthorized individuals. Except to the extent caused by our breach of these Terms of Use, (a) you are responsible for all activities that occur under your Account,
                regardless of whether the activities are authorized by you or undertaken by you or a third party, and (b) we and our affiliates and licensors are not responsible for any unauthorized access to your Account. </p>
            </div>
            <button class="arrow-btn arrow-down-btn johnson-tertiary-btn" id="regtnc" type="button"></button>
          </div>
        </div>
      </div>
      <div class="col-sm-12 col-md-12 col-lg-3 reg-body-beta">
        <div class="row faq-section">
          <h3 class="faq-heading">Frequently asked questions</h3>
          <div class="faq-body">
            <ul class="faq-questions">
              <li class="faq-question">
                <a href="https://help.johnson.ca/en/customer-service/members-only-active" target="_blank">
                                    What happened to the Members Only website? Does it still exist?
                                </a>
                <span class="faq-iocn">&gt;</span>
              </li>
              <li class="faq-question">
                <a href="https://help.johnson.ca/en/customer-service/my-insurance-info" target="_blank">
                                    What type of information about my group benefits can I find in the My Insurance customer website?
                                </a>
                <span class="faq-iocn">&gt;</span>
              </li>
              <li class="faq-question">
                <a href="https://help.johnson.ca/en/customer-service/change-sign-in" target="_blank">
                                    Why has Johnson changed the way group benefits customers log in to access policy information and submit a claim?
                                </a>
                <span class="faq-iocn">&gt;</span>
              </li>
              <li class="faq-question">
                <a href="https://help.johnson.ca/en/customer-service/username-password" target="_blank">
                                    Why is my existing username and password for the Members Only website not working when I try to log in?
                                </a>
                <span class="faq-iocn">&gt;</span>
              </li>
              <li class="faq-question">
                <a href="https://www.johnson.ca/help" target="_blank">
                                    See more FAQs<img alt="Launch Icon" class="more-faq-icon" src="/resource/1639102093000/Community_Updated_Resource/images/icon-launch.png">
                                </a>
              </li>
            </ul>
          </div>
        </div>
        <div class="row contact-us-section">
          <h3 class="contact-us-heading">Questions? Contact us</h3>
          <div class="contact-us-body">
            <ul class="contact-us-options">
              <li class="contact-us-option email-option">
                <a href="mailto:digitalsupport@johnson.ca?subject=Johnson Support Request" onclick="TrackContactUsInteraction('digitalsupport@johnson.ca')">digitalsupport@johnson.ca</a>
                <img alt="Envelope Icon" class="contact-us-icon" src="/resource/1639102093000/Community_Updated_Resource/images/icon-envelope-sm.png">
              </li>
              <li class="contact-us-option chat-option"> For all other inquiries related to claims, premiums, or changes to your plan, please refer to your plan documents
                or<a href="https://www.johnson.ca/contact-us" onclick="TrackContactUsInteraction('click here')" target="_blank"> visit our help page. </a>
                <img alt="Chat Icon" class="contact-us-icon" src="/resource/1639102093000/Community_Updated_Resource/images/icon-speech-bubble-2-ultra-violet.jpg">
              </li>
            </ul>
          </div>
          <div class="contact-us-acc row">
            <div class="contact-us1-acc-max">
              <h3 class="contact-us-acc-title">Group Benefits Administration (Service)</h3>
              <div class="contact-us-acc-body">
                <h3 class="contact-us-acc-title">Nova Scotia</h3>
                <a href="mailto:pbadminns@johnson.ca">pbadminns@johnson.ca</a><br>1-800-453-9543<br>
                <h3 class="contact-us-acc-title">Newfoundland and Labrador</h3>
                <a href="mailto:pbadminnl@johnson.ca">pbadminnl@johnson.ca</a><br>1-800-563-1528<br>
                <h3 class="contact-us-acc-title">New Brunswick</h3>
                <a href="mailto:pbadminnb@johnson.ca">pbadminnb@johnson.ca</a><br>1-888-851-5500<br>
                <h3 class="contact-us-acc-title">Prince Edward Island</h3>
                <a href="mailto:pei@johnson.ca">pei@johnson.ca</a><br>1-800-371-9516<br>
                <h3 class="contact-us-acc-title">Ontario</h3>
                <a href="mailto:pbadminon@johnson.ca">pbadminon@johnson.ca</a><br>1-800-461-4155<br>
                <h3 class="contact-us-acc-title">West</h3>
                <a href="mailto:pbservicewest@johnson.ca">pbservicewest@johnson.ca</a><br>1-877-989-2600<br>
              </div>
              <button class="arrow-btn arrow-down-btn johnson-tertiary-btn" id="contact_btn_1" type="button"></button>
            </div>
          </div>
          <div class="contact-us-acc row">
            <div class="contact-us2-acc-max">
              <h3 class="contact-us-acc-title">Travel</h3>
              <div class="contact-us-acc-body">
                <h3 class="contact-us-acc-title">All Provinces</h3>
                <a href="mailto:travelinsurance@johnson.ca">travelinsurance@johnson.ca</a><br>1-866-606-3362<br>
              </div>
              <button class="arrow-btn arrow-down-btn johnson-tertiary-btn" id="contact_btn_2" type="button"></button>
            </div>
          </div>
          <div class="contact-us-acc row">
            <div class="contact-us3-acc-max">
              <h3 class="contact-us-acc-title">Group Benefits Claims</h3>
              <div class="contact-us-acc-body">
                <h3 class="contact-us-acc-title">Newfoundland and Labrador</h3>
                <a href="mailto:pbclaimsnl@johnson.ca">pbclaimsnl@johnson.ca</a><br>1-800-563-1528<br>
                <h3 class="contact-us-acc-title">New Brunswick</h3>
                <a href="mailto:fredericton@johnson.ca">fredericton@johnson.ca</a><br>1-800-442-4428<br>
                <h3 class="contact-us-acc-title">Prince Edward Island</h3>
                <a href="mailto:pbclaimspe@johnson.ca">pbclaimspe@johnson.ca</a><br>1-902-629-2015<br>
                <h3 class="contact-us-acc-title">Ontario</h3>
                <a href="mailto:pbclaimsontario@johnson.ca">pbclaimsontario@johnson.ca</a><br>1-800-461-4155<br>
                <h3 class="contact-us-acc-title">West</h3>
                <a href="mailto:pbclaimswest@johnson.ca">pbclaimswest@johnson.ca</a><br>1-877-413-6599<br>
              </div>
              <button class="arrow-btn arrow-down-btn johnson-tertiary-btn" id="contact_btn_3" type="button"></button>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div aria-labelledby="myModalLabel" class="modal fade in cancelModal" id="cancelBtn" role="dialog" tabindex="-1">
    <div class="modal-dialog" role="document">
      <div class="modal-content">
        <button class="close" data-dismiss="modal" type="button"></button>
        <div class="modal-main">
          <h1 id="myModalLabel">Are you a group benefits customer?</h1>
          <p>If so, please select "Yes" to confirm.</p>
          <p>If you are a car or home insurance customer without group benefits, please select "No". You will be directed to a slightly different registration process.</p>
          <div class="modal-btn">
            <a class="btn-rsa-customerportal-secondary" href="https://insurance.johnson.ca/CommunityRegistration?l=en_US" type="button">No</a>
            <a class="btn-rsa-customerportal-primary" href="https://insurance.johnson.ca/CommunityRegistration?isGroupMOUser&amp;l=en_US" type="button">Yes</a>
          </div>
        </div>
      </div>
    </div>
  </div>
  <div aria-labelledby="myModalLabel" class="modal fade in cancelModal" id="loginOverLay" role="dialog" tabindex="-1">
    <div class="modal-dialog" role="document">
      <div class="modal-content">
        <button class="close" data-dismiss="modal" type="button"></button>
        <div class="modal-main">
          <h1 id="myModalLabel">Group Benefits Customers</h1>
          <p>The Members Only website is now called My Insurance. All Group Benefits customers must first register with a new username and password prior to logging into My Insurance. Click “Register” to create your new account today. If you’ve
            already registered for My Insurance, click “Log In” to access your account.</p>
          <div class="modal-btn">
            <a class="btn-overlay btn-rsa-customerportal-primary" onclick="Clickoverlayregister()" type="button">Register</a>
            <a class="btn-overlay btn-rsa-customerportal-secondary" data-dismiss="modal" onclick="ClickoverlaySignin()" type="button">Log in</a>
          </div>
        </div>
      </div>
    </div>
  </div>
  <script>
    function TrackInteraction(data) {
      if (typeof utag !== "undefined") {
        utag.link({
          "site_interaction": "yes",
          "site_interaction_link": data
        });
      }
    }
  </script>
  <script type="text/javascript">
    const cookieValue = '';
    var isGroupuser = '';
    $(window).on('load', function() {
      < !-- ** ** ** ** ** ** ** ** ** ** ** * -- > init();
      isGroupuser = "false";
      var overlaycookie = getCookie("IsOverLayClicked");
      console.log('overlaycookie' + overlaycookie);
      if (!overlaycookie && isGroupuser == 'true') {
        console.log('overlaycookie' + overlaycookie);
        console.log('overlaycookie' + isGroupuser);
        $('#loginOverLay').modal('show');
      }
    });

    function Clickoverlayregister() {
      document.cookie = "IsOverLayClicked=true";
      window.location.href = "https://www.johnson-insurance.com/Members-Only";
    }

    function ClickoverlaySignin() {
      document.cookie = "IsOverLayClicked=true";
    }

    function TrackContactUsInteraction(data) {
      if (typeof utag !== "undefined") {
        console.log('In Utag');
        utag.link({
          "site_interaction": "yes",
          "site_interaction_CTAname": data
        });
        console.log('In Utag');
      }
    }

    function getCookie(c_name) {
      var c_value = document.cookie,
        c_start = c_value.indexOf(" " + c_name + "=");
      if (c_start == -1) c_start = c_value.indexOf(c_name + "=");
      if (c_start == -1) {
        c_value = null;
      } else {
        c_start = c_value.indexOf("=", c_start) + 1;
        var c_end = c_value.indexOf(";", c_start);
        if (c_end == -1) {
          c_end = c_value.length;
        }
        c_value = unescape(c_value.substring(c_start, c_end));
      }
      return c_value;
    }
    initTermsToggle();
    initKeyboardToggle();
  </script>
  <div xmlns="http://www.w3.org/1999/xhtml" id="j_id0:j_id2:form-section:j_id340"></div>
</form>

Text Content

FR


Welcome to My Insurance - Johnson's new customer website. If you were a previous
Members Only website user, and you have not yet registered for a My Insurance
online account, please click the “Register” button below.
The Claims Point® portal for submitting and tracking home and car insurance
claims is currently not available. Please contact one of our claims specialists
at 1 800 804-0087 We’ll be happy to assist you!
Medoc® Travel Insurance and Prestige customers: please note that your travel
policy will not appear on the customer dashboard. If you do not have a group
benefits policy you will not be able to register at this time. Please contact
our Travel Insurance service departments to obtain policy documents and
information: MEDOC Travel Insurance customers: 1-866-606-3362 Prestige
customers: 1-877-989-2600


LOGIN

Please enter the email address and password that you used while registering your
account.
Email

Password

Forgot my password


NEW TO THIS?

Access information about your group benefits policies and submit claims online –
all in one place!
If you haven’t registered for My Insurance, have your policy documents handy and
click “Register” to get started. If you’ve already registered, enter your email
and password, and click “Login”.
Register


TERMS & CONDITIONS

These terms of use (“Terms of Use”) govern your access to, and use of, this site
and the applications made available to you on or through this site
(collectively, the “Site”), and is a legal agreement between you and Royal & Sun
Alliance Insurance Company of Canada (“RSA”, “we” “us” “our”).

Acceptance of Terms and Conditions of Use

By accessing and utilizing the Site you hereby agree that you: (i) have read and
understand these Terms of Use; (ii) have read and understand the Website Terms
and Conditions (ii) are bound by and shall comply with these Terms of Use and
Website Terms and Conditions; and (iii) all information you submit through the
Site is valid, accurate, and true. If you do not agree to these Terms of Use,
please contact us via phone to complete your transaction.

Your Account

In order to access the Site, you are required to create and register a user
account (your "Account"). By registering an Account you represent and warrant to
RSA that all information that you provide on the registration form is true,
accurate, current and complete. RSA may rely on the information you provide,
including any user IDs or passwords you create, to identify you and your
activity, and you must promptly update and otherwise maintain your information
to keep your Account current at all times. RSA reserves the right to make any
inquiries it considers necessary to validate your identity. If you do not
provide this information or RSA cannot verify your identity, we may refuse to
allow you to access and/or use the Site.

You agree not to give or make available the credentials for your Account to any
unauthorized individuals. Except to the extent caused by our breach of these
Terms of Use, (a) you are responsible for all activities that occur under your
Account, regardless of whether the activities are authorized by you or
undertaken by you or a third party, and (b) we and our affiliates and licensors
are not responsible for any unauthorized access to your Account.


FREQUENTLY ASKED QUESTIONS

 * What happened to the Members Only website? Does it still exist? >
 * What type of information about my group benefits can I find in the My
   Insurance customer website? >
 * Why has Johnson changed the way group benefits customers log in to access
   policy information and submit a claim? >
 * Why is my existing username and password for the Members Only website not
   working when I try to log in? >
 * See more FAQs


QUESTIONS? CONTACT US

 * digitalsupport@johnson.ca
 * For all other inquiries related to claims, premiums, or changes to your plan,
   please refer to your plan documents or visit our help page.


GROUP BENEFITS ADMINISTRATION (SERVICE)


NOVA SCOTIA

pbadminns@johnson.ca
1-800-453-9543



NEWFOUNDLAND AND LABRADOR

pbadminnl@johnson.ca
1-800-563-1528



NEW BRUNSWICK

pbadminnb@johnson.ca
1-888-851-5500



PRINCE EDWARD ISLAND

pei@johnson.ca
1-800-371-9516



ONTARIO

pbadminon@johnson.ca
1-800-461-4155



WEST

pbservicewest@johnson.ca
1-877-989-2600



TRAVEL


ALL PROVINCES

travelinsurance@johnson.ca
1-866-606-3362



GROUP BENEFITS CLAIMS


NEWFOUNDLAND AND LABRADOR

pbclaimsnl@johnson.ca
1-800-563-1528



NEW BRUNSWICK

fredericton@johnson.ca
1-800-442-4428



PRINCE EDWARD ISLAND

pbclaimspe@johnson.ca
1-902-629-2015



ONTARIO

pbclaimsontario@johnson.ca
1-800-461-4155



WEST

pbclaimswest@johnson.ca
1-877-413-6599



ARE YOU A GROUP BENEFITS CUSTOMER?

If so, please select "Yes" to confirm.

If you are a car or home insurance customer without group benefits, please
select "No". You will be directed to a slightly different registration process.

No Yes


GROUP BENEFITS CUSTOMERS

The Members Only website is now called My Insurance. All Group Benefits
customers must first register with a new username and password prior to logging
into My Insurance. Click “Register” to create your new account today. If you’ve
already registered for My Insurance, click “Log In” to access your account.

Register Log in

Insurance
 * Car
 * Home
 * Travel
 * Group Benefits

Tools & Services
 * Start or Manage a Claim
 * Log in to Group Benefits
 * Help & Support

More from Johnson
 * About Us
 * Sponsorship
 * Scholarships
 * Join the Team

Connect With Us
 * Find a Branch
 * Contact Us

Don't forget to visit
 * 

© 2021 Johnson Inc. A member of Intact Financial Corporation. Johnson Insurance
is a tradename of Johnson Inc. and operates as Johnson Insurance Services in
British Columbia and Johnson Inc. in Manitoba.

 * Accessibility
 * Legal
 * Protecting Your Privacy
 * Unclaimed Property
 * Complaint Procedures