Skip to main content
Skip table of contents

IDPExternalConfig (ver24.3.0)

This table stores configurations for the external identity provider. The table is mapped to OIDC Configurations page to store information. It stores mobile related configurations as well.

Column Name

Initial Version

Data Type

Description

IDPExternalConfigId

24.3.0

NUMBER(10,0)

Primary Key of table

Persona

24.3.0

VARCHAR2(10 CHAR)

Is unique. Specifies the persona for which the IDP is configured.
Possible values - teacher, admin, guardian, student

IsEnabled

24.3.0

NUMBER(1,0)

Specifies if IDP is enabled for a particular persona. Represent boolean.

Possible values - 0, 1

IDP_url

24.3.0

VARCHAR2(250 CHAR)

IDP URL of the external identity provider.

client_id

24.3.0

VARCHAR2(250 CHAR)

Client Id of identity provider.

client_secret

24.3.0

VARCHAR2(250 CHAR)

Client Secret of identity provider. Is stored in DB as encrypted format.

client_scopes

24.3.0

VARCHAR2(250 CHAR)

Client scopes of identity provider.

auth_id

24.3.0

VARCHAR2(250 CHAR)

Authentication identifier of identity provider

ios_client_id

24.3.0

VARCHAR2(250 CHAR)

Client Id of IOS. Used for mobile workflow.

android_client_id

24.3.0

VARCHAR2(250 CHAR)

Client Id of Android. Used for mobile workflow.

mob_client_scopes

24.3.0

VARCHAR2(250 CHAR)

Mobile scopes. Used for mobile workflow.

ios_redirect_uri

24.3.0

VARCHAR2(250 CHAR)

IOS redirect URL. Used for mobile workflow.

android_redirect_uri

24.3.0

VARCHAR2(250 CHAR)

Android redirect URL. Used for mobile workflow.

JavaScript errors detected

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

If this problem persists, please contact our support.