Set up a JWT Provider
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.
Before you begin
Role required: admin
This task needs the following:
- A JWT key created for Card Data Security. See Set up a JWT key for more information.
- The credentials JSON file obtained from the tokenizer service.
Procedure
- Navigate to .
- Select New.
-
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> - Select Save.
-
Do the following in the Standard Claims related list.
-
In the
audrecord, update the Claim Value with thetokenURIvalue from the tokenizer service credentials JSON file. -
In the
issrecord, update the Claim Value with theclientIDvalue from the tokenizer service credentials JSON file. -
In the
subrecord, update the Claim Value with a descriptive name.
-
In the
- Insert a new row in the Custom Claims related list.
-
Enter the following field values.
Field Value Claim Name key Claim Value Type string Claim Value <The keyIDvalue from the tokenizer service credentials JSON file> - Select Update.
Result
A JWT provider record is created with updated claim values.