Logins may be shared between SmarterTrack and an external website written in ASP.Net. This allows a login to one of the sites to carry over to the other site without requiring the user to log in again. This can only be performed between two sites that share the same base domain, such as:
Follow these steps to configure single sign-on:
Note: If your external website is using a different version of ASP.Net than 4.0 (ex. 2.0, 4.5), you will also need to add compatibilityMode="Framework20SP2" or compatibilityMode="Framework20SP1" to your <machineKey> tag for both sites. This is so that the cookies will have the same encryption method.
If you are using ASP.Net 4.5 for your external site, you will need to add the following lines to the web.config file for that site as well, under the <AppSettings> key:
<add key="aspnet:UseLegacyFormsAuthenticationTicketCompatibility" value="true" /> <add key="aspnet:UseLegacyEncryption" value="true" /> <add key="aspnet:UseLegacyMachineKeyEncryption" value="true" />
For more information, refer to the External Providers page of the SmarterTrack Online Help.
Learn more about the SmarterTrack online help desk and how you can improve your overall customer service.
Trouble logging in? Simply enter your email address OR username in order to reset your password.
For faster and more reliable delivery, add noreply@smartertools.com to your trusted senders list in your email software.