How to show ui page BEFORE default login screen

Devin V_
Giga Expert

Hello All!

  • I need to show a public facing warning page to the user BEFORE they are allowed to enter login details.
  • I have built a ui page to do this.
  • I know that if you name a ui page "login" then the user to will be sent to that ui page first BUT the issue with this approach is that I'm not sure how to redirect the user to the default login page AFTER my ui page loads first (since I have effectively replaced it with my ui page).
  • Is there another way to have a ui page load before the login page without the need to replace the default login page?
  • I'm trying to avoid having to rebuild the login functionality as I am operating under very tight security controls.

Thank you for your help!

3 REPLIES 3

Devin V_
Giga Expert

@AshleySnyder @BradTilton @RobertFedoruk
Do any of the big names have some insight or direction they can point me to on this question?


@jaheerhattiwale @RaghavSh @Mike_R 
Are there any top contributors that can help me with this?

 

@Devin V_ You can try updating the SPEntryPage script include.

 

There is function called getLoginUrl in it. You need to update that.

 

Search on google about this you will get the documentation.

 

Please mark as correct answer if this solves your issue 

Please mark the answer as correct or helpful based on impact
ServiceNow Community Rising Star, Class of 2023

I will check this out and mark as solution if it turns out that this works, thank you for your response!