Generate a SHA-1 thumbprint

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:1分
  • Generate a SHA-1 thumbprint using the JWT provider's sys_id and JKS certificate's sys_id and certificate's alias to be added to the GraphCertificateOAuthTemplate script.

    始める前に

    Role required: admin

    手順

    1. Navigate to All > System Definition > Scripts-Background.
    2. Paste the following script to generate the SHA-1 thumbprint value.
      var certId = "<sys_id of the certificate record>";​
      
      var certAlias = "<alias name for the certificate>";​
      
      var gce = new GlideCertificateEncryption();​
      
      var thumbprint = gce.getThumbPrintFromKeyStore(certId, certAlias,"SHA-1");​
      
      gs.log(thumbprint);​
    3. Select Run script.

    次のタスク

    Create an OAuth API script