I founded a lot of libs on GitHub which help to get token.
For example - https://github.com/AleksandrRogov/DynamicsWebApi
But I have no 'authorityUrl' because not using Azure. How I can get token without Azure?
AFAIK, Azure Active Directory (ADAL) is prerequisite to use CRM Web API.
Similar discussion happened in CRM community also.
Related
I'm trying to register access to Google Developer account via API in Visual Studio 2022
It's asking for a client ID which Google console gave me, but I can't seem to find the Client Secret anywhere
Any help would be greatly appreciated
Found the solution.
When you create new OAuth 2.0 credentials on Google Cloud > Apis & Services, select Desktop app for the Application type
We and our customers are using Dynamics CRM online and DocuSign integration.
Since the last 10 days our customers are receiving an issue in the GetSignatures workflow step.
The error message is:
DocuSign.DSIntegrationActivity.GetSignatures: System.Exception: Unable to deserialize the returned JSON. Endpoint: GetSignatures.
Error Description: Error checking sharepoint folder for /Opportunity (Unknown) Server Response
{"Error":"Unknown","ErrorDescription":"Error checking sharepoint folder for /Opportunity"}
Our customer has the DocuSign integration solution version 6.2.2.0
Can you please help us to solve the issue?
Thank you
This related to your SharePoint mapping either having been changed or Document Management being setup wrong. You need to go through the process described in this article.
Our customers reported that the issue has been solved.
No update or change is required in Dynamics CRM to fix the issue.
DocuSign fixed the issue on the DocuSign side.
I have created a sample Echo bot for testing i've followed the given instructions in the MS tutorial site.
Created a web app service
Downloaded the MS bot framework v4 SDK - Echo Bot
Got the Publishing profile
Published the bot using visual studio
tested the chat bot When i test my bot in Test in Web Chat option in bot channels registration.
before that i tested in bot framework emulator, it was working fine as expected.
I checked the microsoft appid and password, it is all fine.
what am i missing to look on. can anyone please guide me.
Finally I've found the issue, though it a minor mistake. I wanted to update it here since many new Azure Bot users might do this mistake like me.
It was due to the option which i selected in while doing the app registration, After selecting the third option for Who can use this application or access this API?
It always good to select Multitenant option to make the bot to work for everyone.
If your requirement is restricted to one particular tenant then you should select the first option. But it is not in my case.
Accounts in any organizational directory (Any Azure AD directory -
Multitenant) and personal Microsoft accounts (e.g. Skype, Xbox)
I am getting this error
Unable to authenticate LiveId.
http://prntscr.com/cx116z
I would suggest to get in touch with developers of that application. It looks like you use Office 365 authentication and that application tries to authenticate using provided credentials using LiveId that is not used as authentication provider for years.
Not sure what plugin you are using, but our plugin fully supports Office 365 Authentication and works fully with CRM On-Premises and CRM Online versions 2011 or later: https://www.saintsystems.com/products/gravity-forms-dynamics-crm-add-on/
Let me know if I can help in any way.
Recently announced at Microsoft Build is the ability to convert an existing ASP.NET Web API to an Azure Mobile Service. I was curious as to if anyone has successfully done this yet, and the steps needed to do so.
Things I've tried thus far:
Added the Azure Mobile Service .NET Backend & Azure Mobile Service -
Entity Framework Nuget Packages to my existing ASP.NET Web API
project.
Resolved an issue with OWIN and AMS(ZUMO) conflicting Startup.cs assemblies.
Ensured the ASP.NET Web API compiles locally, and published as an Azure Mobile Service.
However whenever publishing, it seems I only get a runtime error on the server.
Here was the best example of potentially doing this: http://channel9.msdn.com/Events/Build/2014/3-623
Secondly I've looked a bit into just running the OWIN pipeline via: http://www.strathweb.com/2014/02/running-owin-pipeline-new-net-azure-mobile-services/
I know that this is in a preview mode, but figured some document trail would help!
Can you try adding your existing WebAPI assets to Mobile Services project you create from VS? This will make sure all the right things are wired up. Also, check the Logs tab in the portal for any clues.
This should help..
http://blogs.msdn.com/b/azuremobile/archive/2014/04/10/creating-an-azure-mobile-services-net-backend-from-scratch.aspx
Thanks
Supreet