Hyperledger fabric authentication

你离开我真会死。 提交于 2019-12-11 15:29:00

问题


I am developing a blockchain network using Hyperledger Fabric (1.4) and I wanted to know if there's any User authentication mechanism for Fabric. For composer-rest-server there's passport but for fabric, I can't seem to find one.


回答1:


The main authentication mechanism in Hyperledger Fabric are Membership Service Providers (MSP). You set these up in parallel to the blockchain and can connect them to LDAP, for example.

For authentication a MSP issues a certificate for a user's public key, which can then be used to authenticate.

More info on MSPs in the Hyperledger Docs: https://hyperledger-fabric.readthedocs.io/en/release-1.4/msp.html



来源:https://stackoverflow.com/questions/54960273/hyperledger-fabric-authentication

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!