Explore credentials, connections, and aliases

  • Release version: Australia
  • Updated July 20, 2026
  • 3 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Explore credentials, connections, and aliases

    In the ServiceNow AI Platform, application integrations require properly configured connections, credentials, and aliases to securely access external resources. Before executing an integration, you must create connection information (such as endpoints or database details), corresponding authentication credentials (like IDs and passwords), and assign an alias that conveniently references these settings.

    Show full answer Show less

    Aliases serve as reusable tags that simplify management by grouping connection and credential data for different environments (e.g., QA, development, production) and integration scenarios. This approach reduces repetitive configuration and enhances security.

    Key Features

    • Connections: Define integration endpoints or systems with necessary details for communication.
    • Credentials: Store authentication information required to establish connections.
    • Aliases: Name tags linking connection and/or credential data for streamlined reuse and environment resolution.
    • Alias Types: Credential alias (credentials only) and connection plus credential alias (both connection and credentials).
    • Child Aliases: Enable multiple connections within the same integration while inheriting parent alias properties.
    • Centralized Management: Store and manage credentials in one place, minimizing repetitive setup and allowing non-administrators to leverage predefined connections securely.
    • Integration Hub Support: Connections and aliases can be configured via the Connections and Credentials module or Integration Hub dashboard (note: Integration Hub requires a separate subscription).
    • MID Server Credential Synchronization: MID Servers replicate credentials locally to speed up access during discovery and service mapping, synchronized via ECC Queue jobs. Custom credential form fields are included by default but can be controlled via system properties to optimize performance.
    • Scope Protections: Connections and credentials can be assigned scope protections to safeguard records and enforce access control between scopes.
    • Domain Separation: Supported for credentials and connections, allowing data and administrative isolation according to domains.
    • Configuration Templates: Admin and flowdesigner roles can utilize templates for setting up spoke integrations with third-party systems through customizable forms.

    What This Means for ServiceNow Customers

    By leveraging connections, credentials, and aliases within the ServiceNow AI Platform, customers can securely and efficiently integrate external applications and services. Centralized management reduces administrative overhead and promotes consistent configuration across environments and use cases. The built-in scope and domain separation features enhance security and data governance. Additionally, MID Server synchronization ensures performant credential access across network devices during discovery and mapping activities.

    These capabilities support key ServiceNow features such as Flow Designer, IntegrationHub, Cloud Management, Discovery, Orchestration, and Service Mapping, enabling seamless, scalable integration workflows across the platform.

    All application integrations in the ServiceNow AI Platform use connections, credentials, and aliases to enable applications to access resources.

    Before you can execute an application integration in the ServiceNow AI Platform, you must create and configure connection information, corresponding credentials, and add an alias. To understand how ServiceNow defines these terms:

    Connection
    A connection is an integration with a system, such as an IP address or endpoint with protocols. It contains specific details, such as database particulars, when integrating with a database.
    Credential
    A credential is the authentication data required to make the connection, such as an ID and password.
    Alias
    An alias is a naming convention, or tag, that ties to a set of connections or credentials on your instance. An alias contains the necessary connection and credential information to make an application integration. Rather than enter that information every time you integrate, you can use an alias. For example, you can designate an alias to house your QA, development, and production credentials for the same application integration. The alias resolves the application integration for each environment.
    The ServiceNow AI Platform distinguishes different types of aliases:
    Credential Alias
    This alias associates to credential data only, and resolves during runtime.
    Connection and Credential Alias
    This alias associates to connection information and the credential data required to complete the integration, and resolves during runtime.

    Within connection and credential aliases, you can also create additional aliases called child aliases. Child aliases allow you to create multiple connections within the same application integration. When you create a child alias, the alias you created it under becomes a parent alias. While child aliases inherit properties from their parent alias, child aliases carry their own connection and credential information.

    Benefits to using Connections, Credentials, and Aliases

    • Central location to store and manage credentials to an external service
    • Define once and reuse for multiple platform features
    • Minimize configuration of other platform features
    • Allow non-administrators to use predefined connections and credentials
    • Increased security

    Features using Connections, Credentials, and Aliases

    The following features use connections, credentials, and aliases:
    • Flow Designer
    • IntegrationHub
    • Cloud Management
    • Discovery
    • Orchestration
    • Service Mapping
    You can set up aliases on the ServiceNow AI Platform in one of two ways:

    Credential synchronization on MID Servers

    Each MID Serverin your network synchronized with the instance keeps a copy of every credential that you create. The Management, Instrumentation, and Discovery (MID) Server is a Java application that enables communication and the movement of data between a ServiceNow instance and external applications, data sources, and services. This synchronization speeds up the reading of credentials when applications like Discovery or Service Mapping need to access multiple devices on the network. The MID Servers synchronize when they find a credentials_reload job in the ECC Queue. The reload job instructs the MID Server to make a SOAP call to the instance to get the entire list of credentials in the Credentials [discovery_credentials] table, including all the field values. To learn more, see MID Server.

    The SOAP response that your instance sends to each MID Server also includes custom fields that you added to any credential form that you customized. If you added reference fields, the data in the referenced table is also sent as part of the SOAP response. This can lead to performance issues when credential synchronization occurs with multiple MID Servers. To control this, manually add these properties to the System Properties [sys_properties] table:
    Note:
    To change the values in these properties, add them to the System Properties [sys_properties] table. If you do not add them, the system uses the default value.
    Property Description
    com.snc.credentials_user_fields Includes all customized fields in credential sync. Set this property to false if you do not want to include the fields that you added to credential forms.
    • Type: true | false
    • Default value: true
    com.snc.credentials_recursion_depth Defines the number of tables to traverse when the credential-sync mechanism collects fields from reference tables. Lower this number if you are experiencing performance issues and you have customized credential forms that include reference fields to tables that also have reference fields.
    • Type: integer
    • Default value: 3