华东师范大学学报(自然科学版) ›› 2026, Vol. 2026 ›› Issue (5): 51-65.doi: 10.3969/j.issn.1000-5641.2026.05.005

• 数据系统与平台 • 上一篇    下一篇

数据资源可信访问机制设计与场景分析

王虎1,2, 章涵1, 王天华3, 赵春艳1,*()   

  1. 1. 华东师范大学 数据科学与工程学院, 上海 200062
    2. 上海浦江数链数字科技有限公司, 上海 200072
    3. 上海信投智能科技股份有限公司, 上海 201203
  • 收稿日期:2026-07-17 接受日期:2026-08-05 出版日期:2026-09-25 发布日期:2026-09-12
  • 通讯作者: 赵春艳 E-mail:cyzhao@dase.ecnu.edu.cn

Design and scenario analysis of a trusted access mechanism for data resources

Hu WANG1,2, Han ZHANG1, Tianhua WANG3, Chunyan ZHAO1,*()   

  1. 1. School of Data Science and Engineering, East China Normal University, Shanghai 200062, China
    2. Shanghai Pujiang Digital Blockchain Technology Co., Ltd., Shanghai 200072, China
    3. Shanghai Information Investment Smart Technology Co., Ltd., Shanghai 201203, China
  • Received:2026-07-17 Accepted:2026-08-05 Online:2026-09-25 Published:2026-09-12
  • Contact: Chunyan ZHAO E-mail:cyzhao@dase.ecnu.edu.cn

摘要:

跨机构数据API (Application Programming Interface) 调用常涉及个人信息、法人信息、电子证照及授权记录等敏感数据, 账号密钥、IP (Internet Protocol) 白名单和普通访问令牌通常侧重核验调用方身份, 难以证明单次调用已取得数据主体合法授权, 也难以约束关键业务参数并支撑全流程追溯. 针对主体授权难验证、请求参数不可信和访问过程难追溯等问题, 本文提出由可信访问代理 (Trusted Access Agent, TAA)、可信访问平台 (Trusted Access Platform, TAP) 和可信访问网关 (Trusted Access Gateway, TAG) 协同的数据资源可信访问机制. 该机制以ABAC (Attribute-Based Access Control)/XACML (eXtensible Access Control Markup Language) 的属性判定思想为基础, 将数据可信访问形式化为“主体–应用–终端–资源–用途–时效”的六元约束匹配问题, 并通过采用JWT (JSON Web Token) 等格式承载的可信访问令牌绑定授权证据与访问声明, 由资源侧TAG执行签名验证、时效校验、范围匹配、防重放保护和审计记录. 以电子证照社会化场景为例, 分析了组件映射、跨网络部署链路与典型异常情形. 方案设计表明, 该机制在架构上支持数据API调用中的主体授权绑定、请求一致性校验、最小权限控制和全流程追溯能力.

关键词: 数据资源, API访问控制, 可信访问, 数据合规

Abstract:

Cross-organizational data application programming interface (API) calls frequently involve sensitive identity and authorization information of individuals and legal entities. Account credentials, Internet Protocol (IP) allowlists, and ordinary access tokens mainly authenticate callers, but cannot prove that each call has obtained valid authorization from the data subject, constrain critical business parameters, or support end-to-end traceability. To address these problems, this paper proposes a trusted access mechanism coordinated by a trusted access agent (TAA), a trusted access platform (TAP), and a trusted access gateway (TAG). Referring to attribute-based access control (ABAC) and the extensible access control markup language (XACML), the mechanism models trusted data access as six-dimensional constraint matching across subjects, applications, terminals, resources, purposes, and validity periods. A trusted access token, which can be represented using a format such as JSON web token (JWT), binds authorization evidence to access claims, while the resource-side TAG performs signature verification, validity checking, scope matching, replay prevention, and audit logging. Taking the socialized application of electronic certificates as a typical scenario, this paper analyzes component mapping, cross-network deployment paths, and typical abnormal access conditions. The analytical results demonstrate that the mechanism strengthens subject-authorization binding, request-consistency verification, least-privilege control, and end-to-end traceability for protected data API calls.

Key words: data resources, API access control, trusted access, data compliance

中图分类号: