I would like to develop a Web Application on top of Office 365, it needs access to data stored in Office 365. My Web Application also pulls some data from an Azure SQL DB. So when a user signs in, he/she must be authenticated and authorized through both Office 365 and the Azure SQL DB. I'm not quite familiar with Azure Active Directory, but I believe a single sign-on is possible to authenticate and authorize a user in both systems (Office 365 and Azure SQL DB). Could someone help me figuring this out. How can I do that?
↧