Using Certificates for authentication
-
- UpdatedJan 30, 2025
- 2 minutes to read
- Yokohama
- Security Operations
Request an access token with a certificate credential.
Before you begin
- 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 inSetting up an Azure AD app for app-only
access. The script generates two files: .PFX file and .CER
file.Note: Ensure that you are aware of the password that is used to encrypt private key to generate the .PFX file and .CER file.
- Use the .PFX file to create a Java Key Store (JKS) file.Note: Ensure that you are aware of the password that is used to generate JKS file from the .PFX file.
Procedure