Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

Custom login page

VascoB
Tera Contributor

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.

1 ACCEPTED SOLUTION

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 . 

Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti

View solution in original post

4 REPLIES 4

Tanushree Maiti
Tera Patron

Hi @VascoB 

 

Check if this KB helps you -

KB0747338 Multi-Provider SSO: How to Configure a Service Portal Page to Display a Local Login Page a... 

 

How to make Service Portal your instance login page

 

Login Page Modification – Redirect to SSO for End Users 

 

 

Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti

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.

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 . 

Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti

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.