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
Kilo 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 mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

View solution in original post

2 REPLIES 2

Tanushree Maiti
Kilo 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 mark this response as Helpful & Accept it as solution if it assisted you with your question.
Regards
Tanushree Maiti
ServiceNow Technical Architect
Linkedin:

Hello @Tanushree Maiti 

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