Using Certificates for authentication
Request an access token with a certificate credential.
始める前に
- 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.注: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.注:Ensure that you are aware of the password that is used to generate JKS file from the .PFX file.