From a115b42783e061e5fa856a25836530e4f414a1dc Mon Sep 17 00:00:00 2001 From: heng-zhang-20 <67679070+heng-zhang-20@users.noreply.github.com> Date: Wed, 27 Sep 2023 15:38:30 +0800 Subject: [PATCH] Update authentication-vs-authorization.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将「属于」改成「术语」 --- docs/concepts/authentication-vs-authorization.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/concepts/authentication-vs-authorization.md b/docs/concepts/authentication-vs-authorization.md index 5906dbdd0..1b602aab9 100755 --- a/docs/concepts/authentication-vs-authorization.md +++ b/docs/concepts/authentication-vs-authorization.md @@ -2,7 +2,7 @@ -在开发或者管理一个应用程序的时候,我们往往会看到两个名词——认证和授权,在英文中这两个词更为相近 —— authentication 和 authorization。尽管这两个属于经常出现在相同的上下文中,但是两者在概念上是非常不同的。 +在开发或者管理一个应用程序的时候,我们往往会看到两个名词——认证和授权,在英文中这两个词更为相近 —— authentication 和 authorization。尽管这两个术语经常出现在相同的上下文中,但是两者在概念上是非常不同的。 认证意味着确认你自己的身份,而授权意味着授予对系统的访问权限。简单来说,认证是验证你的身份的过程,而授权是验证你有权访问的过程。 @@ -47,4 +47,4 @@ |认证|确认声明者的身份。| |授权|获取用户的委派权限。| |确权|用户对授权进行确认。| -|鉴权|对所声明的权限真实性进行鉴别的过程。| \ No newline at end of file +|鉴权|对所声明的权限真实性进行鉴别的过程。|