IDENTITY_ASSERTION
| Column Section | Relationship Section | Top of Page |
Table-level Detail
| Description: | IDENTITY_ASSERTION |
| Definition: | Short term storage for signed data that represents a Millennium user's identity. |
| Table Type: | ACTIVITY |
Column Detail - IDENTITY_ASSERTION
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| AUDIENCE | VARCHAR(255) | Y | The target audience of the identity assertion. This value is used to scope the token to a particular audience. This value could be thought of as a shared secret between the party that requests the token and the party that claims it. |
| IDENTITY_ASSERTION_ID | DOUBLE | N | Unique generated number that identifies a single row on the table. |
| KEY_SET_NAME | VARCHAR(255) | N | The name of the key set that was used to generate the signature value. This facilitates rotating the keys that are used to generate the signature. |
| PRSNL_ID | DOUBLE | N | This is the value of the unique primary identifier of the person from the PRSNL table. |
| SECOND_FACTOR_AUTH_DT_TM | DATETIME | Y | The date time of the most recent successful second factor authentication. A null value indicates that no successful second factor authentication occurred. |
| SIGNATURE | VARCHAR(255) | N | The filename-safe Base64 encoding of the binary signature generated by signing the protected attributes. |
| SINGLE_USE_IND | DOUBLE | N | Indicates whether the token is intended to be used only once. |
| UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. |
| UPDT_CNT | DOUBLE | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
| UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. |
| UPDT_ID | DOUBLE | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
| UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |
Relationship Detail - IDENTITY_ASSERTION
| Child Column in IDENTITY_ASSERTION(FK) | Parent Table Name | Parent Column Name | |
|---|---|---|---|
| Parents: | PRSNL_ID | PRSNL | PERSON_ID |
OAUTH_BUSINESS_ASSOC
| Column Section | Top of Page |
Table-level Detail
| Description: | OAUTH BUSINESS ASSOCIATIONS |
| Definition: | Contains OAuth information for Millennium "Business Associations". For the purposes of this table, a "Business Association" is an individual, group, or organization contained within the domain that acts as an oAuth consumer of Cerner's Cloud Services. A Business Entity is identified by a URI, the content of which is specified by the solution that defined it. |
| Table Type: | REFERENCE |
Column Detail - OAUTH_BUSINESS_ASSOC
| Column Name | Type | Null? | Definition |
|---|---|---|---|
| ACTIVE_IND | DOUBLE | N | The table row is active or inactive. A row is generally active unless it is in an inactive state such as logically deleted, combined away, pending purge, etc. |
| BUSINESS_ASSOC_NAME | VARCHAR(2000) | N | The URI that identifies the Business Association |
| OAUTH_ACCESS_ENDPOINT | VARCHAR(2000) | Y | Specifies the URL endpoint for acquiring tokens for this business entity. If NULL, the domain default endpoint will be used. |
| OAUTH_BUSINESS_ASSOC_ID | DOUBLE | N | PRIMARY KEY |
| OAUTH_CONSUMER_KEY_TXT | VARCHAR(2000) | N | The business association's oAuth consumer key. |
| PRINCIPAL | VARCHAR(50) | Y | The name of the last principal to modify this row. |
| ROOT_KEY_TXT | VARCHAR(64) | N | Alias for the root key used by the proxy service to generate the SECRETS. |
| SECRETS | LONGBLOB | Y | Encrypted information maintained by the cloud proxy service. Also contains signatures validating the authenticity of the row. |
| UPDT_APPLCTX | DOUBLE | N | The application context number from the record info block. |
| UPDT_CNT | DOUBLE | N | Set to 0 on insert. Incremented by 1 on update. Used to recognize update conflict where data in a row updated by one application is at risk of being lost by a second application attempting to update the row. |
| UPDT_DT_TM | DATETIME | N | The date and time the row was last inserted or updated. |
| UPDT_ID | DOUBLE | N | The person_id of the person from the personnel table (prsnl) that caused the last insert or update of the row in the table. |
| UPDT_TASK | DOUBLE | N | The registered (assigned) task number for the process that inserted or updated the row. |