Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Apps integrating Dragon Copilot SDKs or embedding the Dragon Copilot web UI must authenticate with Dragon Copilot by passing a JSON web token (JWT) when they initialize the Dragon Copilot component:
Dragon Copilot web app for mobile: When calling
initialize(). See: Dragon Copilot Embedded for Mobile API reference.Dragon Copilot web app for desktop: When launching Dragon Copilot using token authentication. See: Launch Dragon Copilot using token authentication.
DAXKit: When calling
DAX.start(). See: Initialize DAXKit.
The access token can be acquired from Microsoft Entra or from your own identity solution:
Dragon Copilot access token requirements using Microsoft Entra
Dragon Copilot access token requirements using alternative identity providers
Important
Dragon Copilot web app for mobile doesn't use Microsoft Entra access tokens.