Redirect to a specific page while using login.do on URL

JC S_
Mega Guru

We need a way to show a specific page after a login.do URL. Currently we are only able to redirect to default service portal. For example the URL of the page is instance.service-now.com/pagex, how do we incorporate the login.do then redirect to that page?

Current (working but redirects to default service portal only)

instance.service-now.com/login.do?user_name=XXXX&user_password=XXXXX&sys_action=sysverb_login

12 REPLIES 12

Shashwat  Saxen
Giga Expert

In appliccation navagator > sys_properties.list.

Locate  glide.login.home and change the value field to whichever page you want to open.

 

Check out this link       https://docs.servicenow.com/bundle/london-platform-administration/page/administer/login/task/t_Speci...

This doesn't meet the exact use case we have. We don't want to change the the default login home. We just want to redirect to a specific page while using the login.do url syntax above. As you can see, we are already successful in using the login.do URL above however, it redirects to default home page after - we need this to direct to another specific page without affecting the global home page.

Not working

JC S_
Mega Guru

We tried instance.service-now.com/login.do?user_name=XXXX&user_password=XXXXX&sys_action=sysverb_login&uri=targetpage but it still redirects to default service portal page. Any ideas?