Hi,
I need to provide the OOB CRM APIs to the third party vendor to consume this to create record in the crm system.
I am having a bit confusion, how the authentication has been set for consuming this api.
We can create app registration in azure, so that we can get clientid.
When I try to consume api thru postman, we have to specify this clientid and as well as need to generate token. But in clientid itself, the necessary details encrypted right, why we need to generate token.
In case if try to consume this api from C# console application, how we can generate/validating token for this api.
Is any other way to consume the crm api without creating app registration in Azure..