Connections > Microsoft Dynamics 365 for Sales connection > Prepare for authentication
  

Prepare for authentication

You can configure OAuth 2.0 password grant, OAuth 2.0 client certificate grant, and OAuth 2.0 client secret grant authentications to connect to Microsoft Dynamics 365 for Sales deployed online or on-premises.
Before you configure the connection properties, you need to keep the authentication details handy based on the authentication type that you want to use.

OAuth 2.0 password grant

You need the Microsoft Dynamics 365 for Sales user name and password to configure OAuth 2.0 password grant authentication to access Microsoft Dynamics 365 for Sales deployed online or on-premises. You additionally need the security token service URL to access the instance deployed on-premises.
To get these details, the organization administrator needs to register your on-premises Microsoft Dynamics 365 for Sales application with Azure Active Directory.
For more information about the registration steps with Azure Active Directory, see Register your application.

OAuth 2.0 client secret grant

You need the client secret to use OAuth 2.0 client secret grant authentication to access Microsoft Dynamics 365 for Sales.
To get the client secret, you need to register your Microsoft Dynamics 365 for Sales web application and create a new application user for the registered application.
Perform the following tasks to create a new application user for the registered application.
  1. 1Go to the Azure registered applications page in Azure Active Directory.
  2. 2Select your application.
  3. You can view the Azure registered application page in Azure Active Directory.
  4. 3Click New client secret to generate a client secret.
  5. 4Log in to https://admin.powerplatform.microsoft.com/ to create a new application user for the registered application.
  6. 5Navigate to Environments and select the required environment.
  7. 6In the Settings option for the environment, click Users+permissions.
  8. 7Select the Applications users option.
  9. 8Click +New app user.
  10. Create a new application user by providing the details.
    A tab opens on the right requesting for App and User details.
  11. 9Create a new application user and enter the details shown in the following image:
  12. Enter the business unit and security role.
    You can choose an App, a Business Unit, and Security role for the new application user.
  13. 10Click Create.
Keep the generated application ID and client secret handy to use in a Microsoft Dynamics 365 for Sales connection.

OAuth 2.0 client certificate grant

You need a valid client certificate to use the client certificate grant authentication type.
To get the client certificate, register your Microsoft Dynamics 365 for Sales web application and create a new application user for the registered application.
From the command line, run the following commands from any machine and use the certificates in the Azure Active Directory application.
  1. 1To create a public-private key pair, run the following command:
  2. keytool -genkey -alias <keypair_name1> -keyalg <key_algorithm> -validity <number_days> -keystore <path and file name of the generated certificate> -storetype <store_type> -keypass <key_password> -storepass <store_password>
    For example, keytool -genkey -alias keyalias -keyalg RSA -validity 1825 -keystore "C:\Cdrive\Cloud\R27\MSDCRM_WebAPI\MSDCRM_WebAPI\certificate\iicsdummy.com\federated.jks" -storetype JKS -keypass keypassword -storepass changeit
  3. 2To import the root CA certificate(s) followed by the user's signed certificate to the keystore, run the following commands:
    1. akeytool -import -trustcacerts -alias <keypair_name2> -file <CA_certificate_name> -keystore <path and file name of the generated certificate>
    2. keytool -import -trustcacerts -alias <keypair_name2> -file <CA_certificate_name> -keystore <path and file name of the generated certificate>
    3. bkeytool -import -trustcacerts -alias <keypair_name1> -file <user's_signed_certificate_name> -keystore <path and file name of the generated certificate>
    4. For example, keytool -import -trustcacerts -alias keyalias -file b2024001944cdb12.crt -keystore "C:\Cdrive\Cloud\R27\MSDCRM_WebAPI\MSDCRM_WebAPI\certificate\iicsdummy.com\federated.jks"
      Note: These steps might vary depending on the types of files you receive from the CA. If you receive a single file with all the certificates, perform only step b. Do not perform these steps for self-signed certificates.
  4. 3To export the certificate from the keystore, run the following command:
  5. keytool -export -alias <keypair_name1> -file <certificate_name> -keystore <path and file name of the generated certificate>
    For example, keytool -export -alias keyalias -file keyalias.crt -keystore "C:\Cdrive\Cloud\R27\MSDCRM_WebAPI\MSDCRM_WebAPI\certificate\iicsdummy.com\federated.jks"
  6. 4Upload the certificate or public key under a new Web application.
  7. Upload the certificate or public key under a new Web application.
  8. 5Log in to https://admin.powerplatform.microsoft.com/ to create a new application user for the registered application.
  9. 6Navigate to Environments and select the required environment.
  10. 7In the Settings option for the environment, click Users+permissions.
  11. 8Select the Applications users option.
  12. 9Click +New app user.
  13. Create a new application user by providing the details.
    A tab opens on the right requesting for App and User details.
  14. 10Create a new application user and enter the details shown in the following image:
  15. Manage User Roles.
    You can choose an App, a Business Unit, and Security role for the new application user.
  16. 11Click Create.
Keep the generated application ID, keystore file, keystore password, key alias, and key password handy to use in a Microsoft Dynamics 365 for Sales connection.