Redirect to a URL after session timeout

Ruchi19
Mega Contributor

hi, i would like to know where the URL can be configured once the Session is timeout? currently, it is taking to a default login page of the service-now. I would like to redirect to a different URL once session timed out.

8 REPLIES 8

john_andersen
Tera Guru

Set this property to a URL of your choice:


glide.authenticate.failed_redirect


When someone accesses a page in SNC that requires authentication, and the user is 1) not authenticated, or 2) has a session that has timed out, they will be redirected to that URL.




Is there anyway to have that dynamically go back to the last page they were on?


Im pulling this up again.. I'm also really interrested if it's possible to make it dynamically go to the page they were on...


Did you have any luck, im also stuck on this issue