Skip to content
This repository has been archived by the owner. It is now read-only.

Commit a17c625

Browse files
authored
Merge pull request #47 from Azure-Samples/update-to-msal@1.2.1
Update to msal@1.2.1
2 parents b87eb7a + c9726c8 commit a17c625

File tree

2 files changed

+5
-5639
lines changed

2 files changed

+5
-5639
lines changed

index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,11 @@
2424
<!-- bluebird only needed if this page needs to run on Internet Explorer -->
2525
<!-- msal.min.js can be used in the place of msal.js; included msal.js to make debug easy -->
2626
<script src="https://cdnjs.cloudflare.com/ajax/libs/bluebird/3.3.4/bluebird.min.js" class="pre"></script>
27-
<script src="https://secure.aadcdn.microsoftonline-p.com/lib/1.1.2/js/msal.js"></script>
28-
<script src="https://code.jquery.com/jquery-3.2.1.min.js" class="pre"></script>
27+
<script type="text/javascript" src="https://alcdn.msauth.net/lib/1.2.1/js/msal.js" integrity="sha384-9TV1245fz+BaI+VvCjMYL0YDMElLBwNS84v3mY57pXNOt6xcUYch2QLImaTahcOP" crossorigin="anonymous"></script>
28+
<script type="text/javascript">
29+
if(typeof Msal === 'undefined')document.write(unescape("%3Cscript src='https://alcdn.msftauth.net/lib/1.2.1/js/msal.js' type='text/javascript' integrity='sha384-9TV1245fz+BaI+VvCjMYL0YDMElLBwNS84v3mY57pXNOt6xcUYch2QLImaTahcOP' crossorigin='anonymous'%3E%3C/script%3E"));
30+
</script>
31+
<script src="https://code.jquery.com/jquery-3.2.1.min.js" class="pre"></script>
2932

3033
<h2>Getting an access token with Azure AD B2C and calling a Web API</h2>
3134
<div>

0 commit comments

Comments
 (0)