Search code examples
corda

Any guidelines available for planning and designing IAM (user authentication and permissions) for a CORDA network/Node?


Any guidelines available for planning and designing IAM (user authentication and permissions) for a CORDA network/Node? Is there a concept of User Role in Corda?


Solution

  • For the Corda network, it is provided by the Corda Enterprise Network Manager (CENM): https://docs.corda.net/docs/cenm/1.5/user-admin.html .

    For a single Corda node, you can configure the RPC access in the node.conf and use them to authorize users to access node functionalities: https://docs.corda.net/docs/corda-os/4.8/tutorial-clientrpc-api.html#defining-rpc-credentials-and-permissions .