2
votes

I ‘m working with Active Directory B2C and Storage account in azure. Is there a way to grant for each connected user, an ownership of a dedicated container only, in order to perform action such as read, write, delete and list files?

I need some help to achieve this requirement using a c# sdk preferably.

Thank you in advanced

1
You need to add b2c user as guest user to the current aad. And this can only do on portal. - 1_1
Hi, If my answer answered your question, can you mark it as the answer to end the question? - 1_1

1 Answers

1
votes

You need to add the user in your B2C AAD to your current ADD as the guest.

For example, the email of my B2C user is [email protected].

I add it to the current ADD:

enter image description here

enter image description here

Then please go to the storage account in your current AAD. Choose this:

enter image description here

And for the operation of data, the user need this role:

enter image description here

Please notice that, even we can use powershell to add RBAC roles, we still need to use portal to add guest user.