AzureAD / azure-activedirectory-library-for-js

The code for ADAL.js and ADAL Angular has been moved to the MSAL.js repo. Please open any issues or PRs at the link below.
https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/maintenance/adal-angular
Apache License 2.0
627 stars 374 forks source link

1.0.18 not available on CDN #846

Closed dennisvintherjensen closed 4 years ago

dennisvintherjensen commented 5 years ago

The readme.md states that the latest version 1.0.18 i available at the following URL. But the URL returns "BlobNotFound"

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

navyasric commented 5 years ago

@dennisvintherjensen The Readme points to the dev branch which has certain updates that have not yet been released. 10.18 will soon be released.

MarcTimperley commented 5 years ago

The cdn link https://secure.aadcdn.microsoftonline-p.com/lib/1.0.17/js/adal.min.js is valid currently

geekwhocodes commented 5 years ago

Any timeline for releasing version 1.0.18 via CDN?

riteshbhoi commented 5 years ago

Any update on this thread on when exactly version 1.0.18 would be released?

jmckennon commented 4 years ago

This was done as #839, sorry for the untimely release.

Additionally, all current authentication work from Microsoft is delivered through the msal js library here. adal js is still supported only for security fixes. We recommend moving to msal js for any advanced feature requests and bugfixes.