How to show ui page BEFORE default login screen

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-21-2022 12:47 AM
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!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-31-2022 10:18 AM
@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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-31-2022 07:29 PM
@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
ServiceNow Community Rising Star, Class of 2023

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-01-2023 12:03 PM
I will check this out and mark as solution if it turns out that this works, thank you for your response!