Set up an OAuth Provider
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.
Before you begin
Role required: admin
This task requires the following:
- A JWT provider created for Card Data Security. See Set up a JWT Provider for more information.
- The credentials JSON file obtained from the tokenizer service.
Procedure
Navigate to All > System OAuth > Application Registry.
Select New.
Select Connect to a third party OAuth Provider - Outbound.
Enter the following field values.
Field Value Name <Name of the OAuth provider> Default Grant Type JWT Bearer Send credentials As Private Key JWT JWT Provider <The JWT provider created for Card Data Security> Token URL <The tokenizer service endpoint URL i.e. the tokenURIvalue from the credentials JSON file>Client ID <The clientIDvalue from the credentials JSON file>OAuth API script OAuthDataSecurityUtil Select Save.
In the OAuth Entity Profiles related list, select the default profile.
Enter the following field values.
Field Value JWT Provider <The JWT provider created for Card Data Security> Select Update.
Result
The JWT provider record is created.