!!Enterprise Licenses Only\\
This plugin allows you to delegate access of OAuth providers.\\
Currently only __Google Sign__ in is supported.\\
\\
__Google Sign-In__\\
\\
You will start at the API credentials manager:\\
[https://console.developers.google.com/projectselector/apis/credentials]\\
\\
You first need to make a project.  My example calls this CrushFTP-Test.\\
[attachments|gDriveSetup/create_project.png]\\
\\
Next select create credentials, and choose the Web Application type.\\
[attachments|gDriveSetup/create_credentials.png]\\
\\
[attachments|gDriveSetup/oauth_consent.png]\\
\\
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 back the Id token (Id Token : That will be used for authentication of the google user). Copy the Client ID that will be required to integrate the Google Sing-In Button.
\\
__Integrate Google Sign-In button__\\
\\
[attachments|gsign_in_button.png]\\
\\
Go to the __Preferences-> Ip/Servers__ and select the __HTTP__ or __HTTPS__ port item where you want to enable the Google Sing-In button. Check the __"Enable Google Sign in"__ flag and provide the __Client ID__ of you Google project(mentioned above).\\
\\
[attachments|port_item_settings.png]\\
\\
!__Plugin Settings__\\
\\

__1.__ Username matching -> It filters the Google email addresses. You can put multiple separated by comma, or filter by a domain (like *mydomain.com)\\
\\
__2.__ OAuth only used for Authentication (User manager then defines user's access.) -> If the users already exists with username of Google Email address, you can use the plugin just for authentication.\\
\\
__3.__ Template Username -> The signed in user inherits no just the settings, but the VFS items too (as Linked VFS).\\
\\
Import settings from CrushFTP user -> The signed in user inherits just the settings from this user.\\
\\
__4.__ VFS related settings : You can also assign a VFS item for the signed in user.\\
\\