We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
We had updated my class library from v4.7 to v8.0. and removed https://www.nuget.org/packages/Microsoft.CrmSdk.CoreAssemblies/ and add https://www.nuget.org/packages/Microsoft.PowerPlatform.Dataverse.Client/ and update code as required but I am getting error on connection due to "Need a non-empty authority (Parameter 'Authority')"
Here is my connection string details:
Url=https://[org_name].[domain]/[org_name] AuthType=OAuth; Domain=xxx; Username=xxx; Password=xxx; LoginPrompt=Never;
And We are using Microsoft Dynamics® CRM 2016 (8.0.1.97) (DB 8.0.1.97)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
We had updated my class library from v4.7 to v8.0. and removed https://www.nuget.org/packages/Microsoft.CrmSdk.CoreAssemblies/
and add https://www.nuget.org/packages/Microsoft.PowerPlatform.Dataverse.Client/ and update code as required but I am getting error on connection due to "Need a non-empty authority (Parameter 'Authority')"
Here is my connection string details:
Url=https://[org_name].[domain]/[org_name] AuthType=OAuth; Domain=xxx; Username=xxx; Password=xxx; LoginPrompt=Never;
And We are using Microsoft Dynamics® CRM 2016 (8.0.1.97) (DB 8.0.1.97)
The text was updated successfully, but these errors were encountered: