简体   繁体   中英

Hyperledger fabric authentication

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM