Basics of Azure Active Directory with Android Studio Demonstration

What is Azure Active Directory? Well before we answer what is Azure Active Directory we must first understand what the Domain Controller is. Domain Controller(DC): is a server that manages network security, effectively acting as the gatekeeper for user authentication and authorisation. In simple terms its a log in system which you can implement within your Azure web or mobile app, to authenticate users sign in credentials and to then provide authorisation to get access to data in your application. Authentication: is the process of verifying oneself. Authorisation: Once authentication has been successful you are granted access to data in the application. Depending on your authorisation level you may only be able to access certain resources. So what is Azure Active Directory? is the central database on the domain controller where the login credentials(usernames and passwords) of all client computers, printers, and other shared resources in the network are stored...