Configure Default Login page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2023 03:39 AM
Hi Team,
I created a Custom Login page 'sp1' and I want to make this page as my default login page while entering into the ServiceNow URL. For example if we enter navpage.do or login.do it should redirect to the 'sp1' login page.
Can you please help me how to customize for it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2023 04:15 AM
Hi @Kri ,
go to ALL>Service Portal>Portals
1. select the portal in which you want to display it (i.e., if you want it for service portal then select service portal).
2. in login page field, select the page you have created (i.e.,sp1).
3. then click 'update'.
If my solution helped you, Please accept & mark it helpful.
Thanks & Regards,
Pavithra Srikakarlapudi.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2023 06:10 AM
This solution doesn't work to my question, Please check my question again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2023 04:28 AM
You have to make changes on the a script include "SPEntryPage". This script include has different functions which redirects an user to different urls.
"getLoginURL" is the function where you have make changes to redirect to your custom portal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-28-2023 04:53 AM
Can you help me the line where I need to configure the code?