Set up an OAuth Provider

  • Versão de lançamento: Australia
  • Atualizado 12 de mar. de 2026
  • 1 min. de leitura
  • 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.

    Antes de Iniciar

    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.

    Procedimento

    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.

    Resultado

    The JWT provider record is created.

    O que Fazer Depois

    Set up the Connection & Credential records.