Redirect after session timeout

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2018 04:09 PM - edited 04-18-2024 10:39 AM
Hi,
I'm using Service Now login and ADFS.
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 ADFS (both cases).
I would like to redirect to a different URL once session timed out.
I set the timeout to 5 minutes using glide.ui.session_timeout - I'm testing faster.
I set glide.authenticate.external.logout_redirect
I set glide.authenticate.failed_redirect
glide.authentication.external.disable_local_login = true
I was looking for on Service Portal, we can use, is it possible to using something like that?
window.onload = function() {
setTimeout(function(){ window.location.href = "https://myinstance/mysite"; }, 10000);
}
Force single sign-on login (SSO) only
Where can i configure it the redirect page?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2018 04:32 PM
Hi Tiago,
Setting the url in the property glide.authenticate.failed_redirect didn't work?
Thanks,
Berny

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2018 08:56 AM