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
allow_form.png 100.3 kB 1 29-Dec-2020 05:25 krivacsz
png
consent_settings_1.png 128.9 kB 1 29-Dec-2020 05:25 krivacsz
png
consent_settings_2.png 42.5 kB 1 29-Dec-2020 05:25 krivacsz
png
create_consent.png 108.6 kB 1 29-Dec-2020 05:25 krivacsz
png
create_credentials.png 181.1 kB 2 29-Dec-2020 05:25 krivacsz
png
create_project.png 25.9 kB 1 29-Dec-2020 05:25 krivacsz
png
credential_config.png 119.6 kB 2 29-Dec-2020 05:25 krivacsz
png
not_verified_domain.png 111.6 kB 1 29-Dec-2020 05:25 krivacsz
png
oauth_consent.png 49.1 kB 1 29-Dec-2020 05:25 krivacsz
png
oauth_form.png 61.3 kB 1 29-Dec-2020 05:25 krivacsz
png
smtp_config.png 141.9 kB 1 29-Dec-2020 05:25 krivacsz

This page (revision-46) was last changed on 09-Nov-2022 04:52 by krivacsz

This page was created on 29-Dec-2020 05:25 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 3 lines
Google Mail requires OAUTH2 for authentication. It requires several steps to configure.
You will start at the API credentials manager:\\
Google Mail requires OAUTH2 for authentication (for more information : [https://developers.google.com/gmail/imap/imap-smtp]).\\
\\
It requires several steps to configure.\\
You will start at Google API's and Service:\\
At line 6 changed one line
You first need to make a project. My example calls this CrushFTP-Test.\\
Setup Oauth Consent (if was not yet created), make an internal one: \\
At line 8 changed one line
[attachments|create_project.png]\\
[attachments|create_consent.png]\\
At line 10 changed one line
Next select create credentials, and choose the Web Application type.\\
Set the support emails, the application domain and save it.
At line 13 added 4 lines
[attachments|consent_settings_1.png]\\
[attachments|consent_settings_2.png]\\
\\
Go to the Credentials menu and create new credentials, choose OAuth client ID:
At line 14 changed one line
It will warn you if you don't have an "OAuth Consent" screen configured, so go there and configure that screen too.\\
Choose Web application:
At line 16 changed one line
[attachments|oauth_consent.png]\\
[attachments|credential_config.png]\\
At line 18 changed 2 lines
When configuring the credential, you have to tell Google the domain you will be originating from when creating the auth token, so this is the URL you use for server administration. Just the protocol://dns_or_ip:port Don't have a trailing slash or it will complain.\\
You also need to put in the redirect URL of where google is going to send you back to after approval. This needs to follow the syntax in the example. Specifically your domain needs to end with:\\
It is required to set up the Authorized Redirect URIs. You can domain (where your CrushFTP is available), or localhost. The URI needs to end with:\\
At line 24 changed one line
[attachments|credential_config.png]\\
After Credentials are created copy the Client ID and Secret.\\
At line 27 changed 10 lines
In the Preferences -> General Settings -> SMTP Settings, at "SMTP Server Username :" input field put the client_id and secret separated with tilda.
Take your google client_id and secret and combine them together with a tilda as separator:\\
{{{
client_id: 725111111110-7kaimtXXXXXXXXXXXXXXXXXXXXX64m4k.apps.googleusercontent.com
secret: fEsXXXXXXXXXXXXXXXXPggg7
}}}
results in:
{{{
725111111110-7kaimtXXXXXXXXXXXXXXXXXXXXX64m4k.apps.googleusercontent.com~fEsXXXXXXXXXXXXXXXXPggg7
}}}\\
__CrushFTP admin page url must match with the redirect url.__ In our example: http://XXXXcrushftp.com\\
In the Preferences -> General Settings -> SMTP Settings, at __username SMTP Server Username put your google email address. Then click "Get mail refresh token" to get the "SMTP Server Password"__. Put your client id and secret on the appeared form.\\
[attachments|oauth_form.png]\\
At line 38 changed one line
That whole long string becomes your smtp user name. Copy and paste it into the "SMTP Server Username :" input field. Then click "Get mail refresh token" to get the "SMTP Server Password". Once it is finished the "SMTP Server Password" input field will be filled with the refresh token.\\
If your domain is not verified you will get a warning message, click on Advanced and proceed further:\\
At line 40 changed one line
"From email address :" is also required put your google email address there. It will be used as smtp username for the authentication process.\\
[attachments|not_verified_domain.png]\\
\\
Click on allow:\\
\\
[attachments|allow_form.png]\\
\\
Once it is finished the "SMTP Server Password" input field will be filled with the refresh token.\\
\\
[attachments|smtp_config.png]\\
\\
Version Date Modified Size Author Changes ... Change note
46 09-Nov-2022 04:52 1.951 kB krivacsz to previous
45 29-Dec-2020 05:25 1.846 kB krivacsz to previous | to last
44 29-Dec-2020 05:25 1.842 kB krivacsz to previous | to last
43 29-Dec-2020 05:25 1.994 kB krivacsz to previous | to last
42 29-Dec-2020 05:25 1.91 kB krivacsz to previous | to last
41 29-Dec-2020 05:25 2.406 kB krivacsz to previous | to last
« This page (revision-46) was last changed on 09-Nov-2022 04:52 by krivacsz
G’day (anonymous guest)
CrushFTP10 | What's New

Referenced by
LeftMenu

JSPWiki