


Make sure you select ‘Show pre-release packages’ to include this package, as it is still in preview. In your application, add a reference to Azure Active Directory Authentication Library (Azure ADAL) using the NuGet Package Manager in Visual Studio or Xamarin Studio. Step 2: Authenticating the application with Azure AD Also, on this screen you can give your mobile application access to Active Directory or add another application like Web API, which can be used by mobile application once authentication is complete. Write down the ‘ Client ID’, which we’ll use in our application later.
#Active tables app trial#
If you don’t have an Azure Subscription, you can get a trial from First navigate to and log in with your Microsoft Account or Organization Account in the Azure Portal.Step 1: Registering the application with Azure AD
#Active tables app how to#
Let’s take a look at how to integrate Azure AD into your mobile app with two simple steps. This should sound a bit familiar, as it is the same authentication mechanism behind Office 365. Welcome to the world of Azure Active Directory (or Azure AD for simplicity).Īzure AD allows developers to secure resources such as files, links, and Web APIs using the same organizational account that employees use to sign in to their systems or check their emails. Users expect their organization account to allow them to use different resources and apps within their system. However, in the case of enterprise apps, people don’t want to remember ‘yet another’ username/password combo and social media authentication is the least expected solution. Using Xamarin.Auth makes authenticating to services such as these extremely simple to implement. Others choose a social media authentication provider such as Facebook, Twitter, or LinkedIn. Some mobile app developers choose to create their own repository to create a username/password based solution. When developing mobile apps, you often run into an instance where your app needs some kind of authentication mechanism to protect its contents.
