Re: Running same application from multiple users
Tsvetan Georgiev
You can have a Fabric user for each citizen with certificate issued by the CitizenOrg. Inside the certificate of each citizen you can add attributes. For example you can add a user ID, user account ID and anything else that may help you do application level access control inside the chaincode - i.e. user role... That way you will know exactly who triggers a transaction as you will have unique fabric user for each application user. You can use any identity and access management system to manage your user registration, authentication etc. Internally you can have a fabric wallet for each of those users and use it to interact with the network.
---- On Tue, 13 Apr 2021 23:06:03 -0400 이종권 <jongkwon.lee@...> wrote ----
|
|||||||
|