- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hello Everyone.
I'm currently trying to change the default login page for my instance, but I'm having issues.
Knowing that we are working with multipleSSO, I've tried almost everything except directly changing the default login widget and page.
I have gone through the Identity providers, UI pages, Portals and processors but Still haven't been able to have it change. Any help would be appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @VascoB
The glide.entry.page.script system property is responsible for generating the login URL in ServiceNow as per user requirement.
It will only redirect user post authentication from login screen.
KB0746730 How to configure user redirects in Service Portal
Go ahead and try it .
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @VascoB
Check if this KB helps you -
How to make Service Portal your instance login page
Login Page Modification – Redirect to SSO for End Users
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Tanushree Maiti, and thank you for the assistance!
I'm looking specifically to the second solution with the SPEntryPage script alterations and i have a quick question if you know about it. Since this is a sensitive file, we should always clone it, but would there be an impact in changing only the properties of glide.entry.page.script, that would possibly break the rest of the process?
I'll go with it anyways, but wanted to be sure that the process wouldn't be altered in a way that stops working.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @VascoB
The glide.entry.page.script system property is responsible for generating the login URL in ServiceNow as per user requirement.
It will only redirect user post authentication from login screen.
KB0746730 How to configure user redirects in Service Portal
Go ahead and try it .
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @Tanushree Maiti,
Thank you for the answer, and i will leave a little extra here for anyone that needs help.
Went through the route of creating a cloned version of login widget, and the problem was two fold: The widget NEEDS to be public, or else it won't render, and one needs to be careful with the glide.entry.page.script property, because AFTER being created, it stops re-directing to the default login.do/navpage.do and goes to the Default portal, something that gave me trouble.