Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property specifies the script that determines the login URL for users accessing the ServiceNow instance. |
| What area does it affect? |
Login page configuration |
| What does the default mean? |
The default value is "new SPEntryPage().getLoginURL()", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when modifying login behavior or addressing entry page access problems. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.entry.page.script |
| Sys ID |
|
| Type |
string |
| Application |
Global |
| Default value |
new SPEntryPage().getLoginURL() |
| Description |
|
| Updated |
|
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... in. The portal login page becomes the primary login page for your instance. Before you begin Role required: admin Procedure 1. Add a system property with the following settings: ◦Name: glide.entry.page.script ◦Type: string © 2026 ServiceNow, Inc. All rights reserved. ServiceNow, the ServiceNow logo, Now, and other ServiceNow marks are trademarks and/or registered trademarks of ServiceNow, Inc., in the United States ...
Related properties