Is the adal JavaScript library - azure-activedirectory-library-for-js still available via the Urls below

Derek Hu 0 Reputation points
2025-05-12T00:42:07.58+00:00

version 1.0.16

secure.aadcdn.microsoftonline-p.com/lib/1.0.16/js/adal.min.js

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,740 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Bhargavi Naragani 3,485 Reputation points Microsoft External Staff Moderator
    2025-05-12T05:50:34.8566667+00:00

    Hi @Derek Hu,

    Yes, the Azure Active Directory Authentication Library (ADAL) for JavaScript version 1.0.16 is still accessible via the CDN URL you provided:

    https://secure.aadcdn.microsoftonline-p.com/lib/1.0.16/js/adal.min.js

    However, it's important to note that ADAL has been deprecated. Microsoft officially ended support for ADAL on June 30, 2023. This means no new features or security updates will be provided for ADAL. While existing applications using ADAL will continue to function, it's strongly recommended to migrate to the Microsoft Authentication Library (MSAL) to ensure continued support and enhanced security features. https://learn.microsoft.com/en-us/entra/identity-platform/msal-migration
    https://learn.microsoft.com/en-us/entra/identity-platform/msal-overview

    For new projects or when updating existing applications, consider transitioning to MSAL.js. MSAL offers improved security, supports the Microsoft identity platform (v2.0), and provides a more robust and flexible authentication experience. https://github.com/AzureAD/azure-activedirectory-library-for-js?

    https://learn.microsoft.com/en-us/entra/identity-platform/msal-compare-msal-js-and-adal-js

    If the answer is helpful, please click Accept Answer and kindly upvote it so that other people who faces similar issue may get benefitted from it.

    Let me know if you have any further Queries.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.