Issue connecting DocuSign admin to Dynamics CRM 365 - dynamics-crm

I'm trying to setup integration of Docusign Admin with Microsoft Dynamics 365 portal. When I enter the docusign credentials and try to connect, it throws an error.
Step 1
Step 2
The following error occurs when I hit the connect button:
I tried reinstalling the DocuSign in the Dynamics 365 environment, clearing all browser cache data also.
Can I have a fix for this?

Related

401 authentication error MS Graph with Outlook 365 account

I have a website where I can access to outlook accounts. I developed with MS Graph and works properly with my old App (created with a old hotmail account). I can log in and read mails folder.
A new email account have been given to me (an outlook 365 account) in order to config that website with this email account.
Now, when I set the new APP_ID and APP_PASSWORD properties in my code, website launch 401 error.
What is happening? Is anything related Outlook 365 account permission or a MS Graph problem? Have been authetication via MS Graph deprecated?
Problem was related with account permissions. I have talked with IT customer to rise permissions account and problem was fixed.

Accessing Microsoft Dynamics 365 - API

I want to access Microsoft Dynamics 365 online.
It is the first time I am working with this tool.
I want to access this through API.
I have gone through the following links :
Link 1
Link 2
It shows that AUTHORIZATION_URL or clientid or tokenendpoint
are needed.
I have a simple MSD 365, I only have username and password with me.
So I am not able to understand how to connect to MSD 365.
My simple question is, is it possible to access/connect using username and password?
Or is it mandatory to have all these details?
If you are planning to use Dynamics CRM 365 web api inside CRM context like Javascript web resource then no need.
If planning to use it in any external app (developed using nodejs, python) then need to register App in Azure AD to get App client Id and get login token for accessing web api.
Second link example uses adal.js to get token directly using username & password without clientid.

DocuSign Dynamics integration - can't enable entities

I use Microsoft Dynamics CRM 365 and the DocuSign Integration for Dynamics 365 version 5.
My problem is that I can't enable any entities in the DocuSign Admin page in Dynamics.
When I save and refresh the page the previous chosen entities are not selected.
Thanks for help
I compared an other Dynamics demo org and figured out the reason for the issue.
Found the required info in the plugin trace logs.
My Dynamics org was created with the base language german.
The DocuSign integration needs checks if the user has a role with name "system administrator" and in my case the name of system admin role is in german.
And the langue package english should be installed on your Dynamics org.
After that I could enable the entities on the DocuSig Admin page.

How do you register your application to use the Office 365 Outlook REST API?

The documentation isn't clear on how to register your application to access the Office 365 outlook REST API. The documentation seems to say to go to the Microsoft Application Registration Portal, but logging in with 3 different accounts fails.
In order to use the Application Registration Portal, you need either an Office 365 work or school account, or a Microsoft account. If you don't have either of these, you have a number of options:
While you can use any Microsoft account to register applications, in order to access mail/calendar/contacts you need an upgraded Outlook.com account with the REST APIs enabled. To get an upgraded Outlook.com account, you could click here for solutions
obtain an Office 365 subscription ,also refer to above link for details.
If you register App in Microsoft Application Registration Portal, the app only support V2 authentication endpoints.
Another choice is to register your app with Azure AD ,so your application could use the OAuth2 Client Credentials Grant Flow, or need to access other Office 365 workloads besides Outlook (such as OneDrive for Business or SharePoint).
This article includes detail steps about manually register your app with Azure AD so it can access Office 365 APIs .

Create user with sdk from AD in Dynamics CRM '13

I am attempting to create a simple application for creating users in our on-prem Dynamics 2013 CRM installation. Right now, we create a user in AD then go to CRM and import the user by entering the AD username and domain in the CRM username field. We then manually enter the additional user properties. Currently, I have my app creating the AD users but, being new to CRM, I am stumbling about figuring out how to utilize the sdk to add my users in CRM. Also, I wonder if there is a better way to go about this.
Any help or guidance would be greatly appreciated.
Try starting with this from the online MSDN reference:
Sample: Create an on-premises user

Resources