After creating an offline application following the previous post . Now, we will start convert our offline application to a connected one using Microsoft Azure tools. In this post we'll add authentication using Azure Active Directory. Application Creation on Azure Active Directory To do this, login to https://manage.windowsazure.com and in case you don't have Azure Subscription a trial can be requested. Then, click on Active Directory as shown in the image below. Select an Active Directory, navigate to Applications tab, click ‘Add‘ button then select ‘Add an application my organization is developing‘. Choose an application name and make sure to select ‘Native Client Application‘ as type of application. On the final screen, provide the ‘Redirect URI‘ then validate the application creation. Once the app is created, navigate to ‘Configure‘ tab then write down the ‘Client ID’ that we’ll use later. User Creation on Active Directory In Active Directory main screen, navigate to Users...