Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Redirect after session timeout

tiagomacul
Giga Sage

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

 

https://docs.servicenow.com/bundle/washingtondc-platform-security/page/integrate/single-sign-on/refe...

 

Where can i configure it the redirect page?

2 REPLIES 2

bernyalvarado
Mega Sage

Hi Tiago,



Setting the url in the property glide.authenticate.failed_redirect didn't work?



Thanks,


Berny


Hi bernyalvarado ,





Didn't work, It's going to ADFS.



Thanks