Welcome to the
WalkMe Help Center
Please log in to continue
Please log in to continue
Microsoft Dynamics 365 is a product line of enterprise resource planning (ERP) and customer relationship management (CRM) intelligent business applications.
Easily integrate the CRM application within WalkMe's Enterprise Search and the new My CRM Tasks widget.


The Enterprise Search uses 3rd-party integrations to implement a "federal search". Searches within the menu are backed by an NLP engine, and a graph database that supports a great user experience.
The Enterprise Search doesn't index 3rd-party data on an independently searchable database.
See below sequence diagram describes the searching algorithm:

To activate the Enterprise Search (and the Personalized Workspace widgets), each employee is required to grant the menu permission to access the 3rd-party.
The granting process is using the OAuth2.0 protocol. Each time a new access token is granted to the menu, the application will encrypt the access and refresh tokens and store it in a remote database.
The encryption process includes a unique private key (“salt”) that is generated for each individual at the very first bootstrap and stored in the local machine Keychain. The salt is irreplaceable and not restorable – losing it causes the access tokens to be voided. This security measure is being taken to eliminate identity spoofing when accessing high-sensitive data.
See the diagram below to review the salt generation and storage flow.

Accessing 3rd-party content requires end-user consent, and in some cases, mostly on Microsoft products, an organization admin consent. End-users grant the menu the necessary permission by approving an OAuth2.0 consent screen that is being triggered by them from the menu application (“Third-party apps”).
The third-party apps are being approved and verified by third-parties products. By the end of the granting process, the third-party apps provide access and refresh tokens that are used by the search engine to establish the requests.
See 3rd-Party Access and Refresh Tokens section above for more information about the storing mechanism.
While searching, the search engine forwards the request, before hitting the Adopter Service, through the Token Injector; a service that injects the relevant tokens to accomplish the request. The local private key is being handed off over the search HTTPS request for runtime decryption.

When an end-user initiates a search query – the WalkMe enterprise search starts a search flow that is being protected by a JWT assigned by WalkMe IdP integration, as part of the end-user signing flow:

The JWT is proxying the user identity and keeping any HTTPS request secured and individual.
All menu requests are protected by a JWT validation.






The CRM URL is part of the URL, for example: https://org31ec4237.crm4.dynamics.com/ the CRM URL will be org31ec4237.crm4
Choose if you'd like to enable or disable the My Tasks Widget toggle
Enabled: Displays the My Tasks Widget on the menu homepage to end-users
Disabled: Does not display the My Tasks Widget on the menu homepage to end-users

