Hi,
I have done the following,
-Created a new outlook account.
-Login with that account on portal.azure.com and created a new registration.
-Created a new Dynamics365 free trial account.
Now I wanted to perform CRUDs on the CRM data.
So allowed implicit flow in the app registration.
and Implicit flow worked perfectly. I was able to perform CRUD.
But now I am trying to repeat the flow using client_credentials, and I am able to get the access_token as well.
BUT upon hitting the API's getting "
"The user is not a member of the organization.".
Searched on internet and found that I need to associate the application Id (from app registration) to the CRM instance.
But CRM's user management asks to go to office365 admin portal. But that is not allowing me by stating that "Microsoft personal account is not allowed there"
So my question is, If I am able to access the data via Implicit flow, then why not using client_credentials flow.
Is it not allowed or I am missing something?
Any help would be highly appreciated.