Hello,
I am new to Azure AD, i need to create an application registration in AD to delegate permission to Dataverse CRM Dynamics, in order to access Dynamics CRM using Authentification Type = Oauth v2
but azure requierse me to provide the RedirectURI, which i dont know from where i can get it, so can any give me an idea how to find it or create it?
For information, i need this RedirectURI to ensure connection to crm using the next connection string that requires the RedirectURI:
example : connectionString = "AuthType=OAuth;Username=jsmith@contoso.onmicrosoft.com; Password=passcode;Url=contosotest.crm.dynamics.com;AppId=51f81489-12ee-4a9e-aaae-a2591f45987d; RedirectUri=app://58145B91-0C36-4500-8554-080854F2AC97;LoginPrompt=Auto"
thanks for your help in advance.