PluginConfigOIDProvider (ver7.1.1)
This table is used to store the allowed relying parties data. The OpenID provider makes sure the OpenID request is coming from one of the allowed relying parties stored in this table.
Column Name | Initial Version | Data Type | Description |
---|---|---|---|
ID | 7.1.1 | Number(19) | Unique sequential number generated by the application. Required. |
IsRelyingPartyPathRequired | 7.2.0 | Number(3) | 1 indicates optional value RelyingPartyPath column is needed. Defaults to 1. Required. |
PluginDefID | 7.1.1 | Number(19) | Internal number for the associated PluginDef record. Required. |
RelyingPartyHost | 7.1.1 | Varchar2(256) | The host name in secure connection to relying party, such as tienet.maximus.com. Required. |
RelyingPartyName | 7.1.1 | Number(40) | Read-only name used to uniquely identify the record, such as TIENET Integration. Required. |
RelyingPartyPath | 7.1.1 | Varchar2(256) | The part of the URL without host, such as students/home.html. |
RelyingPartyPort | 7.1.1 | Number(5) | This is the port number in secure connection to relying party. Defaults to 443. Required. |
WhenCreated | 7.1.1 | Timestamp(6) | The date and time the record was created. Defaults to system date. Required. |
WhenModified | 7.1.1 | Timestamp(6) | The date and time the record was last modified. Defaults to system date. Required. |
WhoCreated | 7.1.1 | Varchar2(30) | The name of the person who created the record. Defaults to database user. Required. |
WhoModified | 7.1.1 | Varchar2(30) | The name of person who last modified the record. Defaults to database user. Required. |