dbo.QBMIdentityClient
Contains configuration of one client, for example one web application or the installed desktop clients. These installed clients use the definition with 'IsDefault = true'.
TableType TUsage CONFIGURATIONRows 1SizeMB 0.032
Table relation graph
Loading table relation graph…
Columns
| Name | Type | Nullable | OIM caption/commentary | Flags |
|---|---|---|---|---|
UID_QBMIdentityClient | varchar(38) | no | OAuth 2.0/OpenID Connect application | PKUID |
DisplayName | nvarchar(512) | no | Display name | |
Description | nvarchar(2048) | yes | Description | |
IsDefault | bit(1) | yes | Default | |
CertificateEndpoint | nvarchar(800) | yes | Certificate endpoint | |
CertificateSubject | nvarchar(800) | yes | Certificate subject | |
CertificateText | nvarchar(-1) | yes | Certificate | |
CertificateThumbPrint | varchar(62) | yes | Thumbprint | |
ClientID | nvarchar(-1) | yes | Client ID | |
Resource | nvarchar(800) | yes | Resource to request | |
SharedSecret | nvarchar(-1) | yes | Shared secret | |
RedirectUri | nvarchar(-1) | yes | Redirect URI | |
UID_QBMIdentityProvider | varchar(38) | no | OAuth 2.0/OpenID Connect provider | FKUID |
XUserInserted | nvarchar(128) | yes | Created by | |
XUserUpdated | nvarchar(128) | yes | Modified by | |
XTouched | nchar(2) | yes | Processing status | |
XObjectKey | varchar(138) | no | Object key | |
XMarkedForDeletion | int(4) | yes | Marked for deletion | bitmask |
XDateInserted | datetime(8) | yes | Created on | |
XDateUpdated | datetime(8) | yes | Modified on | |
TokenEndpointAuthentication | varchar(32) | yes | Authentication method | limited |
TokenEndpointCertThumbPrint | varchar(-1) | yes | Token endpoint certificate | |
AcrValues | nvarchar(800) | yes | Requested authentication context class reference values | |
PostLogoutRedirectURI | nvarchar(-1) | yes | Post logout redirect URI | |
IsSendPostLogoutRedirectURI | int(4) | yes | Send post logout redirect URI | limited |
Relations
| FK | From | To |
|---|---|---|
| QBM_RFRL470 | QBMWebApplication.UID_QBMIdentityClient | QBMIdentityClient.UID_QBMIdentityClient |
| QBM_RFRL471 | QBMIdentityClient.UID_QBMIdentityProvider | QBMIdentityProvider.UID_QBMIdentityProvider |
Triggers
GEN_T2F3F71ACF2619B43A15E7286F SQL_TRIGGER
GEN_T559B59BD125649F30618830E9 SQL_TRIGGER
Referenced by / reverse relations
Generated from live DB metadata, FK rows, and exported SQL dependency/source extraction. This is factual linkage evidence, not inferred behavior.
| Referencing object | Relation | Evidence |
|---|---|---|
| dbo.GEN_T559B59BD125649F30618830E9 | SQL expression dependency | OBJECT_OR_COLUMN |
| QBMWebApplication | foreign key references table | QBM_RFRL470: QBMWebApplication.UID_QBMIdentityClient -> QBMIdentityClient.UID_QBMIdentityClient |
| QBMIdentityProvider | referenced by foreign key from table | QBM_RFRL471: QBMIdentityClient.UID_QBMIdentityProvider -> QBMIdentityProvider.UID_QBMIdentityProvider |