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 and open:
- After logging in with Trust the browser, right click and click Inspect and choose Application tab > Cookies
- Click on the SDP URL and check for the presence of ADSTFA_xxxx cookie
- Now, close all windows of your browser and open SDP and check if this cookie is present. If the cookie is not present, kindly follow this KB: https://pitstop.manageengine.com/portal/en/kb/articles/retain-sdp-logged-in-credentials-after-browser-restart
- If this is present, then go to step 2.
2. Check if cookie is removed when your IP changes.
- For versions below 14201, DHCP cases are not supported (SD-102970)
- Kindly upgrade to versions above 14201 to retain "keep me signed in" even if your IP changes.
- If you are above 14201 and still your issue is not resolved, please contact us.
To change number of days of Trust this browser to 30:
For first time (since this entry is not present by default) run this query and restart SDP:
insert into adsproductparams values(1, 'TFA_COOKIE_VALIDITY', '30');
- For next times, run this query (as this entry is present now) and restart SDP.
update adsproductparams set param_value='30' where param_name='TFA_COOKIE_VALIDITY';
New to ADSelfService Plus?
Related Articles
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: Go to settings, and search for "on start-up" Choose "Continue where you left off" To retain cookies on browser ...
TFA : Failing Email Delivery of TFA Verification Code During Login
Issue: In a non-ESM setup with Graph configuration in the outgoing mail server settings, the sending of TFA verification codes via email fails when attempting to log in. Issue ID: SD-120339 Screenshot of Error: Trace of Error in Logs: ...
"invalid color code:undefined" error in chrome browser
This is possible because some extensions in the browser are interfering with the application. Open an incognito window. Disable all the browser extensions and check if that fixes the issue. Then, try enabling the extensions one by one until the issue ...
To change Browser title information
Default Entry <GlobalConfig category="RequestViewPage" parameter="DocumentTitle" paramvalue="REQUEST_TITLE"/> For Getting Request ID alone <GlobalConfig category="RequestViewPage" parameter="DocumentTitle" paramvalue="REQUEST_ID"/> For Getting ...
Generating HAR files
Below are some instructions about how you can easily generate a HAR file using different browsers. To generate the HAR file for Chrome Open Google Chrome and go to the page where the issue is occurring. From the Chrome menu bar, select Click ...