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 372 forks source link

CDN Links from the README don't work #923

Closed Aymkdn closed 3 years ago

Aymkdn commented 4 years ago

Hi,

FYI the links provided in the README dont' work:

<!-- Latest compiled and minified JavaScript -->
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.18/js/adal.min.js"></script>
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.0.18/js/adal-angular.min.js"></script>

The link returns:

<Error>
<Code>BlobNotFound</Code>
<Message>
The specified blob does not exist. RequestId:b90997cc-501e-0021-380d-a2234b000000 Time:2020-10-14T09:33:41.2681132Z
</Message>
</Error>
jasonnutter commented 4 years ago

@Aymkdn Apologies, there has been a delay in getting the latest build uploaded to the CDN. I'll update when that has been resolved.

MikaBerglund commented 3 years ago

I noticed the same when adding the CDN URL to my app. The previous version 1.0.17 is available at https://secure.aadcdn.microsoftonline-p.com/lib/1.0.17/js/adal.min.js, but you probably figured that our already.

jasonnutter commented 3 years ago

Closing, as the cdn has been updated, apologies for the delay.