---
sourceDocument: Australia Platform security
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/platform-security

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Platform security

ft:clusterId :

    - psec

bundleId :

    - psec

workflow :

    - Platform


---

# Define login scenarios

# Define login scenarios {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

You can direct all users to the same page after login.

## Vorbereitungen

Role required: admin

## Warum und wann dieser Vorgang ausgeführt wird

When users log on to an instance directly, such as going to http://{instance_name}.service-now.com/, the system does the following:

1. Accesses the value in the property glide.entry.page.script. The default value of the property is derived from a script include named CMSEntryPage.
2. Directs the user to the instance login page if the entry page requires a login.
3. Applies login rules, if any, to the user.
{#t_LoginScenarios__ol_scl_qxq_pp}

To force the system to direct all users to the same page after login:

## Prozedur

1. Navigate to AllContent ManagementConfigurationConfiguration Page.
2. Select a value for the Login page field, or create a new page as desired.  
   If this page is not the site default page, it always redirects here. If it is a site default page, it applies login rules. If this value is null, the system uses navpage.do as the entry page. Do not enter a login page
   here; otherwise, users need to log in twice.

   Logging Into an Instance to access a record:  
   When users log into an instance to access a record by its globally unique identifier (sys_id), such as http://{instance}.service-now.com/incident.do?sys_id={sys_id}, then the system does the following:
   1. Directs the user to a login page if not already logged in.
   2. Directs the user to the appropriate record if they are allowed to access it. If the user does not have access rights to the record, a denial of access message appears.
   {#t_LoginScenarios__ol_emr_2yq_pp}

   Logging Into the Service Portal or a CMS site:  
   When users log on the Service Portal or a CMS site, such as http://\<instance\>.service-now.com/site-name/page.do, the system does the following:
   * If there is a value in the Login page field on the Service Portal or the CMS site form, it directs the user to that login page and applies login rules, if any, to the user.
   * If there is no login page specified, it directs the user to the value in the Home page field on the Service Portal or the CMS site form.
   {#t_LoginScenarios__ul_elv_hyq_pp}

   Logging Into the Service Portal or a CMS Site to access a record:

   When users log on to the Service Portal or a CMS site to access a record, such as http://{instance}.service-now.com/ess/incident_detail.do?sysparm_document_key=incident,{sys_id}, the system follows the same procedure and
   finally takes the user to the record. If the user does not have access rights to the record, a denial of access message appears.

