Introducing ADAL - Xablu/Xablu.ADAL GitHub Wiki
ADAL is an abbreviation for Azure AD authentication Library. Microsoft already provides a nuget package that is capable of handling a login flow based on Azure Active Directory. The Xablu ADAL package aims to simplify the implementation of a basic login flow for mobile applications.
The login view itself is provided from within the Microsoft ADAL package. This means that a developer has little control over the look and feel of the login page. In a mobile application, a web view is used to show the login page.