I am new to Azure, Could someone please help me with below queries
With IaaS model of development and deployment, how do we integrate Azure ACS(Access Control Services) with a MVC application
After authentication user will be registered in MVC applciation for a role say 'admin' or 'user'( admin and user are two groups in ACS). How can we add the registered user to ACS groups programmatic ally using C# code.