Retain SDP logged in credentials after browser restart

Retain SDP logged in credentials after browser restart

The following two settings are mandatory for SDP to remember the credentials when closing and reopening the browser.

To reopen last tabs:

  1. Go to settings, and search for "on start-up"
  2. Choose "Continue where you left off"

To retain cookies on browser close:

  1. Go to Settings and choose "Privacy and Security"
  2. Under Site Settings, choose "Additional Content Settings"
  3. Under "On-device site data" choose "Allow sites to save data on your device"


                  New to ADSelfService Plus?

                    • Related Articles

                    • Troubleshoot "Trust this browser" in TFA

                      Troubleshooting: If TFA details need to be entered every time (after closing and opening browser / after reaching home or office / when IP changes) even if Trust this browser in enabled, 1. Check if "ADSTFA_xxxx" cookie is present on browser close ...
                    • CSRF login Issue

                      Issue: CSRF token mismatch during login. Trace: [07:01:21:901]|[10-05-2021]|[com.adventnet.servicedesk.authentication.internal.LoginUtil]|[INFO]|[69]: Invalid login CSRF token provided ::: sessionToken : null; cookieToken : ...
                    • Customize Login page and add JS scripts

                      Customize Login Page Start by going to Advanced Portal Settings (or Application Settings under ESM Directory) and click on "Customize Now" under Login Page Customizaion Start editing the HTML content to suit your needs by adding style/css content, ...
                    • SAML | Multiple Login URLs for SAML Response

                      Issue: Even if SDP can be accessed with multiple URLs like internal.servicedesk.com and external.servicedesk.com, the SAML response is always received at the same URL that is configured in Alias URL. Fix: The acs_url column in the SAMLSP table can be ...
                    • Login Frequency Query Report

                      The below report would help us find the last logged in time of the users in SCP 11.0 SELECT AaaUser.FIRST_NAME "Technician",        MAX(AaaLogin.NAME) "LoginName",        MAX(AaaContactInfo.EMAILID) "Email",        MAX(AaaAccSession.USER_HOST) "IP ...