From 753fdd6def5b8cdcaca5f8c9fcd12a98c9579765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adel=20=C5=A0abi=C4=87?= Date: Thu, 30 Oct 2025 11:26:16 +0100 Subject: [PATCH] Updated authentication section for Microsoft Graph usage --- .../applications/controls/FileExplorer/general.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/en/developer-guide/applications/controls/FileExplorer/general.md b/src/en/developer-guide/applications/controls/FileExplorer/general.md index 34700f38..f3790efb 100644 --- a/src/en/developer-guide/applications/controls/FileExplorer/general.md +++ b/src/en/developer-guide/applications/controls/FileExplorer/general.md @@ -53,7 +53,7 @@ An existing Collaboration Workspace Template record is necessary for File Explor Check [Collaboration Workspaces](./collaborationworkspaces.md) for more info. ### Authentication -If you are planning to use Microsoft Graph as a file source, you will need to provide consent for a few application registrations in order for this control to work. The whole authentication process is described [here](/en/developer-guide/applications/controls/GeneralInformation/authentication/); +If you are planning to use Microsoft Graph as a file source, you will need to provide consent for a few application registrations in order for this control to work. Also, is you are planning to use feature of downloading referance document files, while control is running in Environment File System mode, authentication process will be required. The whole authentication process is described [here](/en/developer-guide/applications/controls/GeneralInformation/authentication/); ## General Overview