Any help is appreciated to achieve the following scenario
From within the intranet, or outside the enterprise, I would like enterprise users to upload and download files to Azure Storage. But the catch is, they can only do upload/download after getting validated by Active Directory. How can we achieve this?
I have a vague idea...Any specifics is appreciated.
1. Azure Storage to store data/files, make the security private.
2. Azure Access Control Service which trusts ADFS of enterprise
3. WCF service to upload/download data/files which does it only after ACS authenticates....
This is broadly what I think should be done..! Am I wrong..? Is this doable?
Thanks in advance