change glide.login.home to employee center without banner

Ashfaq Naina A
Tera Expert

i tried changing glide.login.home = /esc

but the banner is at the top, is there a way to get rid of it?

 

1 ACCEPTED SOLUTION

Tanushree Maiti
Tera Patron

Hi @Ashfaq Naina A 

If you want to redirect all user to ESC portal, best way is

update glide.entry.first.page.script System Property to new SPEntryPage().getFirstPageURL().

 

Refer: Redirect the End Users (no role) to /esc (employee center / pro) instead of /sp (service portal)

 

You can check this as well : KB0869746 How to setup portal redirection based on different roles 

 

 

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

2 REPLIES 2

Tanushree Maiti
Tera Patron

Hi @Ashfaq Naina A 

If you want to redirect all user to ESC portal, best way is

update glide.entry.first.page.script System Property to new SPEntryPage().getFirstPageURL().

 

Refer: Redirect the End Users (no role) to /esc (employee center / pro) instead of /sp (service portal)

 

You can check this as well : KB0869746 How to setup portal redirection based on different roles 

 

 

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

Hello @Tanushree Maiti 

Thankyou for the quick solution and its working as expected...