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

Commit

Permalink
Merge pull request #65 from Azure-Samples/derisen-refactoring
Browse files Browse the repository at this point in the history
bump msal to 1.3.2
  • Loading branch information
derisen authored Jun 18, 2020
2 parents d0424a7 + fe03bcc commit aff0ad7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
# CHANGELOG

## 6/12/2020

* Updated to MSAL.js to 1.3.2.

## 5/19/2020

* Updated to ## MSAL.js 1.3.1.
* Updated to MSAL.js to 1.3.1.
* Removed 'path' package from dependencies.
* Further clarifications in README.md

## 4/28/2020

* Updated to ## MSAL.js 1.3.0.
* Updated to MSAL.js to 1.3.0.
* Added multiple policy support.
* Added error handling for password reset policy.

Expand Down
4 changes: 2 additions & 2 deletions JavaScriptSPA/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<title>AAD B2C | MSAL.JS Vanilla JavaScript SPA</title>

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

<!-- msal.js with a fallback to backup CDN -->
<script type="text/javascript">
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"));
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"));
</script>

<!-- adding Bootstrap 4 for UI components -->
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ This simple sample demonstrates how to use the [Microsoft Authentication Library

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


## Contents

| File/folder | Description |
Expand Down

0 comments on commit aff0ad7

Please sign in to comment.