---
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


---

# Connection \& Credential configuration templates

# Connection \& Credential configuration templates {#ariaid-title1}

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

Enable users with the admin and flow_designer roles to set up spoke integrations with third-party systems using a single, customizable form.

For example, you can set up an OAuth integration, which registers an OAuth provider,
generates a token, and creates connection and credential records. An action designer or
developer can use a configuration template to set up the spoke in one place and the system
creates the associated records.

## Benefits {#spoke-configuration-template__section_lls_thn_y3b}

Configuration templates enable:  
* Admins or flow designers to set up a complex integrations using a single form.
* Developers to set static values in an integration, simplifying the setup process for admins and flow designers.
{#spoke-configuration-template__ul_pls_b3n_y3b}

## Supported credential types {#spoke-configuration-template__section_l51_5hn_y3b}

You can create configuration templates for integrations with these credential types:  
* Basic auth
* API key
* OAuth JWT Bearer grant type
* OAuth Authorization Code grant type
* Custom authentication
{#spoke-configuration-template__ul_hrs_rkn_y3b}

## Configuration template components {#spoke-configuration-template__section_rvd_fyz_1jb}

Default Data Template

:   Sets static information that applies to every integration. For example, you can set the API and token URL if the value applies to every integration.

Dynamic Data Template

:   Defines the information that the user must complete to set up the integration. For example, you can add user name and password key-value pairs to gather user-defined values.

Post Processing Script
:   Creates additional records required by the integration. For example, if your spoke includes custom tables, you can create records in those tables based on user input in the configuration template. This script executes after the connection and credential records are created.

Pre Edit Script
:   Pre-populates the custom fields in the Additional Information
    section when you edit an existing connection. Pre-populating the custom fields enables
    you to view the current value associated to the custom field.

Test Action
:   Enables you to test a connection directly from an integration action in the flow view of Workflow Studio. The test action uses an action definition to test the alias that the template is currently attached to. For details, see [Create a test action to test a connection alias from a configuration template](https://www.servicenow.com/docs/access?context=test-alias-configuration-template&version=australia&pubname=australia-integrate-applications&ft:locale=en-US).

## Demo data {#spoke-configuration-template__section_zy2_hkf_hjb}

The Connection \& Credential Templates \[sys_alias_templates\] table includes example templates to demonstrate how to set up templates for common authentication types. Use these examples as a guide when creating your own.
* **[Configure a template for OAuth JWT Bearer grant type](https://servicenow-prod.fluidtopics.net/OxxMR6J~J2ST8y302Sh29A)**   
  This example configuration template sets up Credential and Connection records using the JWT Bearer grant type to authenticate requests to Docusign.
* **[Create a configuration template](https://servicenow-prod.fluidtopics.net/XzvjfDSaEswftVWPy~mZAg)**   
  Create a template that defines the inputs required to set up a spoke. Set static key-value pairs to create records and set values that apply to every integration. Set dynamic key-value pairs to gather user input and set field values that may vary. Using this template, admins and flow designers can set up the spoke from a single form.

