Hi,
My company is using 3rd party service (HDE One) for security matter. Every requests sent from our domain email must pass through this service. I have checked from Internet and found this.
https://www.powerobjects.com/2018/05/18/authentication-dynamics-365-using-azure-apps/
The problem is how can I get those parameter like clientId, clientSecret, Resource and Authority?
*This post is locked for comments
Hi,
Please check my blog on same:
mr-dynamics.blogspot.com/.../using-access-tokens-to-connect-to-with.html
Hope this helps:)
Hi,
Refer the below step by step-
Extract from that blog-
======
string authorityUri = "login.microsoftonline.com/.../authorize"; // here xrmforyou53.onmicrosoft.com is my crm domain. Please replace with your domain
======
Hope this helps.
I think create the App in Azure is not the problem.
The created app will give the clientId and clientSecret too and the resource URL will find in the CRM's developer resource site.
So, what's the Authority URL?
And 3rd party service will redirect you to its site, how to handle this?
You need to first create an App in Azure.
Refer this:
docs.microsoft.com/.../resource-group-create-service-principal-portal
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156