I have read a lot of web articles on the above subject.
I want to write some C# applications to work with Dyanmics CRM Web API
On our ADFS server we have run the powershell script
Add-AdfsClient -ClientId xxxxxxxxxxx -Name test1 -RedirectUri https://xxxx.yyyy.com.au/
We use office 365 for our email and sharepoint services
It appears that I need to setup Azure Active Directory. I am not quite sure what to do in this setup. Most of the web articles reference CRM Online so I am not sure for our IFD deployment exactly what to do. In Azure AD admin center I see things like "Enterprise applications" and "App registrations"
Is there a good document that shows the steps to setup Web API in an IFD deployment so a C# application can authenticate successfully?
*This post is locked for comments