Hi Team,
Scenario:
I am having one dynamic folder which will append the data every time when user login. but when getting the user details i am getting permission denied.
first will be organisation folder and then inside there are multiple users
e.g path
/organisation1/user1
/organisation1/user2
/organisation2/user1
/organisation2/user2
policy that i have created like below
path “fabricIdentity/{{identity.entity.aliases.auth_jwt_6c7a794b.orgName}}/{{identity.entity.aliases.auth_jwt_6c7a794b.name}}” {capabilities = [ “create”, “update”, “read”, “delete”, “list” ]}
And when creating role giving below claim
user_claim = “name”