Global Resource Properties (OAuth 2.0)

For details on OAuth 2.0 connection setting, refer to "G Suite Adapter OAuth 2.0 Connection Setting Guide".

Connection Settings

The connection settings of global resources can be configured from the property settings of each adapter or "Global Resource Settings" of the control panel.
Basic Settings
Item name Required/Optional Use of variables Description Remarks
Name Required Not available Enter the name of the setting for the connection destination.
 
Required Settings
Item name Required/Optional Use of variables Description Remarks
Client ID Required Only environment variables are available Enter OAuth 2.0 Client ID for Authentication.  
Client secret Required Only environment variables are available Enter OAuth 2.0 Client secret for Authentication.  
Refresh token Required Not available The refresh token issued by [Publish refresh token] will be displayed.  
Property Action
Item name Description Remarks
Publish refresh token Start the "Authorization Code Setup" dialog. When you perform the settings after retrieving the authentication code, [Refresh token] will be issued.
     

Component Pool Settings

Component pool is not supported.

Security

The security settings can be configured in "Global Resource Settings" in control panel.

Major Exceptions

Exception Name Cause Solution
InvalidPropertyConfigurationException
<Property name> is not specified.
[<Property name>] is not specified. Specify the [<Property name>].
AuthorizationException
<Detailed information...>
Failed in authentication/authorization. Check the detailed information of the exception.
Check [Client ID] or [Client secret].
Check the application authentication information settings on Google Cloud Platform.
TokenException
Refresh token could not be obtained. <Detailed information...>
Failed to do Token Request. Check the detailed information of the exception.
Check the Authorization Code obtained in "Authorization Code Setup" dialog.
TokenException
Token could not be updated. <Detailed information...>
Failed to do Refresh Request. Check the detailed information of the exception.
Check [Publish refresh token] again.