Credential stores for Password Reset

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 3분
  • Credential stores hold user information such as user names and passwords that can be used as login credentials. Examples include the User table [sys_user] or an Active Directory server.

    Users with the password_reset_admin or password_reset_credential_manager role can create and modify connections to credential stores.

    Credential store types installed with the base system

    A credential store type is a set of workflows that specify how to connect to a credential store. Navigate to Password Reset > Credential Store Types to view the list of example credential stores that are based on the base-system types. The base system includes the following credential store types:

    Name Description
    Local ServiceNow Instance Represents the current (local) ServiceNow instance.

    Credential store types included in Store apps

    Name Description
    Microsoft AD Credential Store Represents a Microsoft Active Directory credential store. See Set up Microsoft Active Directory for Password Reset.

    Microsoft Entra ID Credential Store

    Represents a Microsoft Entra ID credential store.

    Okta credential store Represents an Okta credential store.
    Google credential store Represents a Google Directory credential store.

    Connection subflows for credential store types

    A credential store type workflow requires a subflow that defines how to connect to the store, and can include an optional subflow that defines how to test the connection. Use the Pwd reset – AD and Pwd Reset - Local subflows as models for your custom connection workflows.

    그림 1. Pwd Reset Local sub workflow
    Pwd Reset Local sub workflow
    그림 2. Pwd connection test local SN sub workflow
    Pwd connection test local SN sub workflow

    Creating a custom credential store type

    You can use a credential store type as a model to create a custom type. See Create a credential store type for Password Reset.