未验证 提交 c50a6807 编写于 作者: O openharmony_ci 提交者: Gitee

!10933 图片引用规范修改,无需翻译

Merge pull request !10933 from zengyawen/master
......@@ -78,4 +78,4 @@ struct ImageEffectsExample {
}
```
<img src="figures/image-effect.png" alt="image-effect" />
![](figures/image-effect.png)
......@@ -8,8 +8,7 @@ This subsystem is widely used in security-sensitive scenarios such as screen loc
**Figure 1** Subsystem architecture
<img src="figures/User-IAM-subsystem-architecture.png" alt="User IAM subsystem architecture" style="zoom:80%;" />
![](figures/User-IAM-subsystem-architecture.png)
The user IAM subsystem consists of the unified user authentication framework and authentication executor. The unified user authentication framework consists of the following parts:
- Unified user authentication: provides unified user identity authentication externally and provides open biometric authentication capabilities for third-party applications to invoke.
......
......@@ -10,7 +10,7 @@
- 卡片使用方:显示卡片内容的宿主应用,控制卡片在宿主中展示的位置。
- 卡片管理服务:用于管理系统中所添加卡片的常驻代理服务,包括卡片对象的管理与使用,以及卡片周期性刷新等。
> ![icon-note.gif](public_sys-resources/icon-note.gif) **说明:**
> **说明:**
> 卡片使用方和提供方不要求常驻运行,在需要添加/删除/请求更新卡片时,卡片管理服务会拉起卡片提供方获取卡片信息。
开发者仅需作为卡片提供方进行卡片内容的开发,卡片使用方和卡片管理服务由系统自动处理。
......
# 用户IAM子系统
- [简介](#简介)
- [目录](#目录)
- [约束](#约束)
- [说明](#说明)
- [使用说明](#使用说明)
- [相关仓](#相关仓)
## 简介
用户身份和访问管理子系统,下称用户IAM(Identity and Access Management),旨在为OpenHarmony提供统一用户身份凭据信息管理和用户身份认证框架能力,支持多用户分别设置认证凭据信息,并根据用户设置的认证凭据信息提供用户身份认证功能,支撑锁屏等安全场景。同时,用户IAM子系统也提供API,支持三方开发者调用系统提供的身份认证能力来实现业务对用户的访问控制要求。
**图1** 子系统架构图
<img src="figures/用户IAM子系统逻辑架构.png" alt="用户IAM子系统逻辑架构" style="zoom:80%;" />
![](figures/用户IAM子系统逻辑架构.png)
用户IAM子系统分为统一用户认证框架和认证执行器两个部分,其中**统一用户认证框架**部分包含:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册