Credential stores for Password Reset
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 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.
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.