Dynamics CRM Web API C# Auto Refresh Access Token while performing API request to CDS
Views (441)
As we know to connect to CDS WEB API from C# application we first need to acquire access token and validity of that is 1 hour. While performing small number of requests this will be sufficient. However when we want to run long running process we will get HTTP 400 error when token expires. To… Continue reading Dynamics CRM Web API C# Auto Refresh Access Token while performing API request to CDS

Like
Report
*This post is locked for comments