You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2020/01/10 06:32:02 UTC

[GitHub] [servicecomb-fence] liubao68 commented on issue #21: servicecomb-fence鉴权是集中鉴权还是分布式鉴权?

liubao68 commented on issue #21: servicecomb-fence鉴权是集中鉴权还是分布式鉴权?
URL: https://github.com/apache/servicecomb-fence/issues/21#issuecomment-572894130
 
 
   这个项目中的"ResourceServer"其实就是你说的"business-service",即业务的每一个微服务都是ResourceServer,这样理解就和文章中的“分布式鉴权”对应起来了,分布式的意思就是鉴权过程发生在每个微服务里面,每个微服务自己定义哪些操作能够被哪些角色访问,而不需要再去访问集中的权限管理服务实现鉴权。 resource server是OAuth的叫法。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services