| Table | Entity | Remark |
|---|---|---|
| AUTHZ_USER_PROFILE | AuthorizerTokenEntity | user level,用户信息表 store user token information from channel for SSO consume. |
| TAC | TacEntity | 交易类型配置表(交易类型和授权类型的配置表),Channel and Transaction Type level static configuration data to map transaction type with required authorization type. 包括chnl_cd,交易类型码txn_type_cd,交易限额,限额外授权类型,限额内授权类型,是否需要Challenge code,限额外signing mode, 限额内signing mode,是否激活SWK后的第一笔交易first_time_swk_txn_check。 |
| CUSTOMER_TAC | Customer level. Resynced data from INB/BV/MB database describing preferred authorization by customers. | |
| AUTHZ_TXN | AuthorizationTransactionEntity | 交易信息表,transaction level, including retry_count, mfa_type, |
| CUST_TOKEN_PREFERENCE | ||
| USER_SMS_RECORD | store the number of SMS sent per day, used for SMS limit, user and channel level. sms_cocunt | |
| User_limit | store customer counter. | |
| AUTHZ_POLICY | AuthorizationPolicyEntit | 授权类型的配置表,Channel and Auth Type level provide detailed information of all available authorization type. 包括chnl_cd,授权类型authz_type_cd,web_swk_first_time_sign_otp, mobile_swk_first_time_sign_otp max_resend_cnt: TXN level limit. custom.limits.max_resend_cnt: user level limit. |
| txn_typ_template_mapping | provide detailed information of transaction type to template id mapping to derivate the notification. | |
| txn_rule_mapping | static data for mapping Authorization rules to respective transaction type. | |
| access_elevation | 用于2FA(access-elevation)的授权类型配置表,Channel和Function Code level。 static configuration data to map transaction code/function code with required authorization type. | |
| t_error_log |













