Add new attachment

Only authorized users are allowed to upload new attachments.

List of attachments

Kind Attachment Name Size Version Date Modified Author Change note
png
admin_consent.png 84.1 kB 1 05-Dec-2023 05:32 krivacsz
png
client_id.png 93.3 kB 1 05-Dec-2023 05:32 krivacsz
png
mail_task.png 186.3 kB 1 05-Dec-2023 05:32 krivacsz
png
new_registration.png 86.9 kB 1 05-Dec-2023 05:32 krivacsz
png
permission_app_permissions.png 59.4 kB 3 05-Dec-2023 05:32 krivacsz
png
permission_microsoft_graph.png 182.9 kB 1 05-Dec-2023 05:32 krivacsz
png
permission_user.png 83.1 kB 1 05-Dec-2023 05:32 krivacsz
png
permissions_mail.png 83.2 kB 1 05-Dec-2023 05:32 krivacsz
png
register_app.png 230.6 kB 1 05-Dec-2023 05:32 krivacsz

This page (revision-56) was last changed on 07-May-2025 04:40 by krivacsz

This page was created on 05-Dec-2023 05:32 by krivacsz

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 changed 2 lines
Based on Microsoft Graph REST API ( for more info see : [https://docs.microsoft.com/en-us/graph/api/resources/message?view=graph-rest-1.0]).\\
Based on __Microsoft Graph REST API__ ( More info: [Message Resource Type Link| https://docs.microsoft.com/en-us/graph/api/resources/message?view=graph-rest-1.0]).\\
\\
__!!! Proxy Configuration:__ If your server accesses the internet through a proxy, make sure to whitelist the following domains to allow authentication and Microsoft Graph API access:\\
• login.microsoftonline.com\\
• graph.microsoft.com\\
\\
At line 8 removed one line
__Application registration__: Go to the App registrations and click on New registration:\\
At line 10 changed one line
[attachments|new_registration.png]\\
Open the __Microsoft Azure Portal__: [Link|https://azure.microsoft.com/en-us/features/azure-portal]\\
At line 12 changed one line
Name it. Select the Multitenant and personal Microsoft accounts type. The redirect URL must end with "register_microsoft_graph_api/". Then click on register.\\
__Application registration:__ Navigate to App registrations in the Azure Portal. Click on __New registration__ to create a new application.\\
At line 14 changed one line
[attachments|register_app.png]\\
[SharePoint Integration|new_registration.png]\\
At line 16 changed one line
Under the redirect URL configuration enable the __Access Token__ to be issued by the authorization endpoint:\\
The Redirect URL must end with __"register_microsoft_graph_api/"__.\\
At line 18 changed one line
[attachments|SMTP Microsoft Graph XOAUTH 2 Integration/enable_access_token.png]\\
{{{
http://localhost:9090/register_microsoft_graph_api/
}}}\\
or
{{{
https://your.crushftp.domain.com/register_microsoft_graph_api/
}}}\\
At line 20 changed one line
[attachments|SMTP Microsoft Graph XOAUTH 2 Integration/ms_client_secet.png]\\
__Secret key__: A new client secret must be created. Go to Certificates & secrets, and generate a new client secret by clicking on New client secret. Ensure you copy over the __value__ immediately!\\
At line 35 added 5 lines
[SharePoint Integration/new_secret.png]\\
\\
[SharePoint Integration/secret_value.png]\\
\\
\\
At line 24 changed one line
MicrosoftMails task support OAuth 2.0 client credential grant. It requests permissions from a directory admin. Go to the API permission. Click on Add permission, and select Microsoft Graph. Choose "Application permissions".\\
Go to __API permissions__, click __Add a permission__, and select __Microsoft Graph__. Then choose __Application permissions__ and add the following permissions:\\
At line 31 changed one line
To grant permission for CrushFTP click on the "Get Admin consent" button. Make sure your Webinterface host and port match with the host and port specified in the App registration's redirect URL.\\
Grant __Admin consent__ for the newly added permission.\\
At line 51 added 4 lines
[SharePoint Integration/app_permission_admin_consent.png]\\
\\
Alternatively, you can perform this action via __CrushFTP__: Click the __Get Admin Consent__ button. __!!! Note:__ Make sure the WebInterface host and port match the host and port specified in the App Registration’s __Redirect URL__.\\
\\
At line 37 changed one line
You need to log in with an admin account and grant permissions for your CrushFTP. Any changes on Azure App Registration -> API permissions require new admin consent.
You need to log in with an __admin account__ to grant permissions for CrushFTP.\\
Any changes made to __API permissions__ in the __Azure App Registration__ require new admin consent.\\
At line 43 changed 4 lines
Client ID, Client Secret, Tenant: Authentication-related setting. Azure App registration -> Overview.\\
Folder: Supports subfolders too like Folder/Subbolder/SubSubFolder\\
Search query: Search settings for messages. See [https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter].\\
After processing copy message to this mailbox: Supports subfolders too.\\
__Client ID__ : See at App Registration -> Overview -> Application (client) ID\\
__Client Secret__: See at App Registration -> Manage -> Certificates & secrets) make sure to copy the value field, not the ID\\
__Tenant__: See at App Registration -> Overview -> Directory (tenant) ID\\
At line 70 added 5 lines
__Folder__: Specifies the mail folder to process. Supports subfolders using the format Folder/Subbolder/SubSubFolder\\
__Search query__: Defines the search criteria for messages. Refer to the Microsoft Graph Search Parameters for syntax and options. More info: [Microsoft Graph Search Parameter Link|https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter].\\
__After processing copy message to this mailbox__: Specifies the destination mailbox for processed messages. Subfolders are also supported.\\
\\
Version Date Modified Size Author Changes ... Change note
56 07-May-2025 04:40 3.954 kB krivacsz to previous
55 07-May-2025 04:39 3.948 kB krivacsz to previous | to last
54 07-May-2025 04:35 3.765 kB krivacsz to previous | to last
53 07-May-2025 04:31 3.51 kB krivacsz to previous | to last
52 07-May-2025 04:30 3.477 kB krivacsz to previous | to last
51 07-May-2025 04:27 3.344 kB krivacsz to previous | to last
50 07-May-2025 04:24 3.329 kB krivacsz to previous | to last
49 07-May-2025 04:11 3.391 kB krivacsz to previous | to last
48 07-May-2025 04:11 3.391 kB krivacsz to previous | to last
47 07-May-2025 04:09 3.154 kB krivacsz to previous | to last
46 07-May-2025 04:08 2.903 kB krivacsz to previous | to last
45 12-Feb-2024 13:31 2.88 kB krivacsz to previous | to last
44 05-Dec-2023 05:32 2.797 kB krivacsz to previous | to last
43 05-Dec-2023 05:32 2.791 kB krivacsz to previous | to last
42 05-Dec-2023 05:32 2.789 kB krivacsz to previous | to last
41 05-Dec-2023 05:32 2.785 kB krivacsz to previous | to last
« This page (revision-56) was last changed on 07-May-2025 04:40 by krivacsz
G’day (anonymous guest)
CrushFTP11 | What's New

Referenced by
LeftMenu

JSPWiki