Skip to main content
Skip table of contents

PluginConfOAuthConsumer (ver7.5.0)

This table contains the authorization parameters needed to interface with a third party using OAuth.

Column Name

Initial Version

Data Type

Description

AccessTokenURL

7.5.0

Varchar2(255)

Network location used to request and receive data from the third party.

ClientID

7.5.0

Varchar2(100)

Identifier used in combination with the ClientSecret to uniquely identify the consumer to the third party.

ClientSecret

7.5.0

Varchar2(100)

Encrypted password sent to the OAuth provider.

CredentialType

10.0.0Varchar2(30)The credential type used by the plugin to connect to an external system. Valid values: Service_Account, Oauth_Client, API_Key, or Null.

CredentialUser

10.0.0Varchar2(250)Stores the email account used with the service account.

ID

7.5.0Number(10,0)Unique sequential number generated by the application. Required.
IsPersisted7.5.0Number(3,0)1 indicates the access token value will be stored. It is currently only used for the SchoolNet integration.
PluginDefID7.5.0Number(10,0)Internal number for the associated PluginDef record. Required.
PrivateKeyJSON10.0.0CLOBStores the JSON-formatted private key for a service account.

PrivateKeyP12

10.0.0CLOBStores the P12-formatted private key for a service account.

WhenCreated

7.5.0

Timestamp(6)

The date and time the record was created. Defaults to system date.

WhenModified

7.5.0

Timestamp(6)

The date and time the record was modified. Defaults to system date.

WhoCreated

7.5.0

Varchar2(100)

The user login that created the record. Defaults to database user. Required.

WhoModified

7.5.0

Varchar2(100)

The user login that modified the record. Defaults to database user. Required.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.