Hello!
I'm working with the SharePoint connectors utilizing the DCM and trying to figure out how to force designer to refresh an expired authentication token. I understand the tokens expire after 90 days. My expectation is that if the token has expired it would attempt to run the oauth browser sign-in again to acquire a new token. Just wanted to confirm if I'm missing something or what the best process to resolve this is. Do I have to delete that credential and make/connect a new one? I'm trying to make this as simple as possible to maintain WF connection integrity on the server environment.
Thanks
We use the SP input tool also but don’t run into this issue. Are you not using a Service Principle? Ask your IT dept to set that up. You’ll need a Tenant ID, Thumbprint, Client ID, and Private Key. Ours expires every 2 years.
We are using the Browser Sign In as a User (OAuth) method. We have about 100 citizen developers and typically go with a 'bring your own data connections' model.