Where is all the Azure Active Directory for developers (v1.0) documentation?

Azure Active Directory (Azure AD) is a cloud identity service that allows developers to build apps that securely sign in users with a Microsoft work or school account.

If you have been developing your apps using Azure Active Directory for developers (v1.0), typically ADAL, you might have noticed that it is getting harder to find related documentation. This is by design!

Microsoft strongly recommends that you update to Microsoft identity platform (v2.0).

If you still to reference the v1.0 documentation, you can find them here:

https://docs.microsoft.com/en-us/azure/active-directory/azuread-dev/v1-overview

Reference:

Microsoft Identity platform: https://docs.microsoft.com/en-us/azure/active-directory/develop/v2-overview

Why update to v2: https://docs.microsoft.com/en-us/azure/active-directory/azuread-dev/azure-ad-endpoint-comparison

Leave a Comment