---
sourceDocument: Australia Financial Services Operations
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/financial-services-operations

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia Financial Services Operations

ft:clusterId :

    - finso

bundleId :

    - finso

workflow :

    - Customer and Industry


---

# Set up a JWT Provider

# Set up a JWT Provider {#ariaid-title1}

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

Configure a JWT Provider to enable secure token-based authentication for Card Data Security by setting up signing configurations and claim values. This provider generates JSON Web Tokens that authenticate requests to
the tokenizer service using credentials from your tokenizer service JSON file.

## Vorbereitungen

Role required: admin  
This task needs the following:

* A JWT key created for Card Data Security. See [Set up a JWT key](https://servicenow-prod.fluidtopics.net/Dvmrs4moVChLaUgqsmFrTg "Configure a JWT key to enable secure authentication for Card Data Security by linking X.509 certificates with tokenizer service credentials. This setup is required before creating a JWT provider for OAuth authentication workflows.") for more information.
* The credentials JSON file obtained from the tokenizer service.

## Prozedur

1. Navigate to AllSystem OAuthJWT Providers.
2. Select New.
3. Enter the following field values.

   | Field | Value |
   | Name | \<Name of the JWT provider\> |
   | Expiry interval | \<Life time of the token (in seconds)\> |
   | Signing configuration | \<The JWT key created for Card Data Security\> |
   |-|-|

4. Select Save.
5. Do the following in the Standard Claims related list.
   1. In the `aud` record, update the Claim Value with the `tokenURI` value from the tokenizer service credentials JSON file.
   2. In the `iss` record, update the Claim Value with the `clientID` value from the tokenizer service credentials JSON file.
   3. In the `sub` record, update the Claim Value with a descriptive name.
6. Insert a new row in the Custom Claims related list.
7. Enter the following field values.

   | Field | Value |
   | Claim Name | key |
   | Claim Value Type | string |
   | Claim Value | \<The `keyID` value from the tokenizer service credentials JSON file\> |
   |-|-|

8. Select Update.

## Ergebnisse

A JWT provider record is created with updated claim values.

## Nächste Maßnahme

[Set up an OAuth Provider](https://servicenow-prod.fluidtopics.net/YIcb36hIfl0Rb7T3YPNNbQ "Configure an OAuth provider to enable secure authentication between ServiceNow and a third-party tokenizer service for Card Data Security. This setup establishes the necessary connection credentials and JWT configuration required for secure data tokenization operations.").

