register a app to make connection with Dynamics Crm(how to give Redirect Url)

Amresh 0 Reputation points
2023-08-10T13:03:20.3833333+00:00

i want to add application ID and client details of Azure AD in MS dynamics 365.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
43,322 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Pauline Mbabu 830 Reputation points Microsoft Employee
    2023-08-16T15:56:37.56+00:00

    First you need to connect to Azure Portal with administrator credentials.

    From the homepage, click on Azure Active Directory -> App Registration -> New Registration
    app reg

    Application registration form, you must enter some information:

    • Name: this is the name of the registration app. Enter a meaningful one.
    • In the Supported account types, select Accounts in any organizational directory  
    • Set the redirect URL. In our case, let’s use Web and http://localhost

    Then click on Register

    register

    Your application is registered. From the overview, you can find

    • the application id
    • The tenant id

    Copy them somewhere you will need them later.

     

    Now go on API permissions

    permission

    Click on Add a permission

    add api

    Select Dynamics CRM under the API Microsoft Graph tab.

    add permission

    Click on Delegated permissions, check the options and click on Add permissions.

    Now Click on Certificates & Secrets and create a new client secret.

    certificate and secrets

    Add a name and define the expiration duration of your secret value.

    Then click on Add.

    Your client secret is now created. Copy and keep its value somewhere safe because you won’t be able to copy again once the page is reloaded. 

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.