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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2019 12:34 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-22-2019 01:34 AM
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...

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-26-2019 01:51 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-11-2020 02:06 AM
Not working

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2019 07:37 PM
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?