---
sourceDocument: Australia Security Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/pt-BR/security-management

 Release :

    - australia

ft:locale :

    - pt-BR

ft:publication_title :

    - Australia Security Management

ft:clusterId :

    - security

bundleId :

    - security

workflow :

    - Technology


---

# Use certificates for authentication

# Use certificates for authentication {#ariaid-title1}

* Versão de lançamento: Australia
* 
* Atualizado 12 de mar. de 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 min. de leitura

Request an access token with a certificate credential.

## Antes de Iniciar

1. You can either use a self-signed certificate or CA issued certificate. You can create a self-signed certificate by executing the PowerShell script as outlined in [Setting up an Azure AD app for app-only access](https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/security-apponly-azuread#setting-up-an-azure-ad-app-for-app-only-access). The script generates two files: .PFX file and .CER file.  
   Nota:  
   Ensure that you are aware of the password that is used to encrypt private key to generate the .PFX file and .CER file.
2. Use the .PFX file to create a Java Key Store (JKS) file.  
   Nota:  
   Ensure that you are aware of the password that is used to generate JKS file from the .PFX file.

{#use-certificate-auth-msim__ol_b23_wsc_w2c}

Role required: admin

## Procedimento

1. Navigate to App registrations in Azure AD portal.
2. Click Certificates \& secrets from the Manage section.
3. In the Certificates tab, click Upload Certificate.
4. On the form, fill these values.  
   {#use-certificate-auth-msim__table_lxy_jbx_dsb__entry__2}

   | Field | Description |
   |-|-|
   | Upload a certificate (public key) with one of the following file types: .cer, .pem, .crt | .CER file you had generated using the PowerShell script. |
   | Description | Description of the certificate. |
   [ ]

   {#use-certificate-auth-msim__table_lxy_jbx_dsb}
5. Click Add.  
   The certificate is uploaded and its details are displayed under the Certificates tab.
6. Copy the Thumbprint value of the uploaded certificate.  
   Nota:  
   The Thumbprint value is a hexadecimal value.
7. Encode the Thumbprint value to a Base64 value and record the value for later use.  
   Nota:  
   You can use a Hexadecimal to Base64 (Hex to Base64) converter tool to encode the Thumbprint value to a Base64 value.

