This repository has been archived by the owner. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-5639
lines changed Expand file tree Collapse file tree 2 files changed +5
-5639
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments