Set up an OAuth Provider

  • Freigeben Version: Australia
  • Aktualisiert 12. März 2026
  • 1 Minute Lesedauer
  • 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.

    Vorbereitungen

    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.

    Prozedur

    1. Navigate to All > System OAuth > Application Registry.
    2. Select New.
    3. Select Connect to a third party OAuth Provider - Outbound.
    4. Enter the following field values.
      FieldValue
      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 tokenURI value from the credentials JSON file>
      Client ID <The clientID value from the credentials JSON file>
      OAuth API script OAuthDataSecurityUtil
    5. Select Save.
    6. In the OAuth Entity Profiles related list, select the default profile.
    7. Enter the following field values.
      FieldValue
      JWT Provider <The JWT provider created for Card Data Security>
    8. Select Update.

    Ergebnisse

    The JWT provider record is created.

    Nächste Maßnahme

    Set up the Connection & Credential records.