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

Commit aff0ad7

Browse files
authored
Merge pull request #65 from Azure-Samples/derisen-refactoring
bump msal to 1.3.2
2 parents d0424a7 + fe03bcc commit aff0ad7

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# CHANGELOG
22

3+
## 6/12/2020
4+
5+
* Updated to MSAL.js to 1.3.2.
6+
37
## 5/19/2020
48

5-
* Updated to ## MSAL.js 1.3.1.
9+
* Updated to MSAL.js to 1.3.1.
610
* Removed 'path' package from dependencies.
711
* Further clarifications in README.md
812

913
## 4/28/2020
1014

11-
* Updated to ## MSAL.js 1.3.0.
15+
* Updated to MSAL.js to 1.3.0.
1216
* Added multiple policy support.
1317
* Added error handling for password reset policy.
1418

JavaScriptSPA/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<title>AAD B2C | MSAL.JS Vanilla JavaScript SPA</title>
77

88
<!-- msal.min.js can be used in the place of msal.js; included msal.js to make debug easy -->
9-
<script type="text/javascript" src="https://alcdn.msauth.net/lib/1.3.1/js/msal.js" integrity="sha384-YjtcEEqiYcRGh2K/ehq07C6Bk9jKrKoMgdFy9YGfTxtrmzV3GyNi0DDgwhmcCNrE" crossorigin="anonymous"></script>
9+
<script type="text/javascript" src="https://alcdn.msauth.net/lib/1.3.2/js/msal.js" integrity="sha384-rwyXLM4dOdS5ptZmCIqzjVrWmbPA6bnan0Fy35CYYY13MdE0gK/L0TVDnKdEQV7q" crossorigin="anonymous"></script>
1010

1111
<!-- msal.js with a fallback to backup CDN -->
1212
<script type="text/javascript">
13-
if(typeof Msal === 'undefined')document.write(unescape("%3Cscript src='https://alcdn.msftauth.net/lib/1.3.1/js/msal.js' type='text/javascript' %3E%3C/script%3E"));
13+
if(typeof Msal === 'undefined')document.write(unescape("%3Cscript src='https://alcdn.msftauth.net/lib/1.3.2/js/msal.js' type='text/javascript' %3E%3C/script%3E"));
1414
</script>
1515

1616
<!-- adding Bootstrap 4 for UI components -->

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ This simple sample demonstrates how to use the [Microsoft Authentication Library
1818

1919
**Note:** A more detailed tutorial covering this sample can be found [here](https://docs.microsoft.com/azure/active-directory-b2c/tutorial-single-page-app).
2020

21-
2221
## Contents
2322

2423
| File/folder | Description |

0 commit comments

Comments
 (0)