From 08024052d01d5ded8c5199314731330826a691d8 Mon Sep 17 00:00:00 2001 From: aashiman Date: Fri, 5 May 2017 19:25:39 -0700 Subject: [PATCH 1/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bf2984e37..af3d3cd7df 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Microsoft Authentication Library ===================================== -| [Getting Started](https://aka.ms/aaddevv2)| [Docs](https://aka.ms/aaddevv2) | [API Reference](https://htmlpreview.github.io/?https://raw.githubusercontent.com/AzureAD/microsoft-authentication-library-for-js/dev/doc/index.html) | [Support](README.md#community-help-and-support) | [Sample](./devApps/VanillaJSTestApp ) +| [Getting Started](https://aka.ms/aaddevv2)| [Docs](https://aka.ms/aaddevv2) | [API Reference](https://htmlpreview.github.io/?https://raw.githubusercontent.com/AzureAD/microsoft-authentication-library-for-js/dev/docs/index.html) | [Support](README.md#community-help-and-support) | [Sample](./devApps/VanillaJSTestApp ) | --- | --- | --- | --- | --- | From 99f69aa9ac372928e46438e3063b97ed19b8397e Mon Sep 17 00:00:00 2001 From: aashiman Date: Fri, 5 May 2017 19:27:31 -0700 Subject: [PATCH 2/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af3d3cd7df..68ab03f504 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Microsoft Authentication Library ===================================== -| [Getting Started](https://aka.ms/aaddevv2)| [Docs](https://aka.ms/aaddevv2) | [API Reference](https://htmlpreview.github.io/?https://raw.githubusercontent.com/AzureAD/microsoft-authentication-library-for-js/dev/docs/index.html) | [Support](README.md#community-help-and-support) | [Sample](./devApps/VanillaJSTestApp ) +| [Getting Started](https://aka.ms/aaddevv2)| [Docs](https://aka.ms/aaddevv2) | [API Reference](https://htmlpreview.github.io/?https://raw.githubusercontent.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/docs/index.html) | [Support](README.md#community-help-and-support) | [Sample](./devApps/VanillaJSTestApp ) | --- | --- | --- | --- | --- | From 6364e2d0d0770cd64175a9fe64c2be7d45a1b176 Mon Sep 17 00:00:00 2001 From: aashiman Date: Fri, 5 May 2017 19:28:30 -0700 Subject: [PATCH 3/6] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68ab03f504..1465b2aea3 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Microsoft Authentication Library ===================================== -| [Getting Started](https://aka.ms/aaddevv2)| [Docs](https://aka.ms/aaddevv2) | [API Reference](https://htmlpreview.github.io/?https://raw.githubusercontent.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/docs/index.html) | [Support](README.md#community-help-and-support) | [Sample](./devApps/VanillaJSTestApp ) +| [Getting Started](https://aka.ms/aaddevv2)| [Docs](https://aka.ms/aaddevv2) | [API Reference](https://htmlpreview.github.io/?https://raw.githubusercontent.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/docs/classes/_useragentapplication_.msal.useragentapplication.html) | [Support](README.md#community-help-and-support) | [Sample](./devApps/VanillaJSTestApp ) | --- | --- | --- | --- | --- | From 5df5eee9b151a0991f81a410d18a356361378aa3 Mon Sep 17 00:00:00 2001 From: aashiman Date: Fri, 5 May 2017 19:34:29 -0700 Subject: [PATCH 4/6] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 1465b2aea3..aa3f352113 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -Microsoft Authentication Library -===================================== +Microsoft Authentication Library for JavaScript (MSAL.js) +========================================================= | [Getting Started](https://aka.ms/aaddevv2)| [Docs](https://aka.ms/aaddevv2) | [API Reference](https://htmlpreview.github.io/?https://raw.githubusercontent.com/AzureAD/microsoft-authentication-library-for-js/blob/dev/docs/classes/_useragentapplication_.msal.useragentapplication.html) | [Support](README.md#community-help-and-support) | [Sample](./devApps/VanillaJSTestApp ) | --- | --- | --- | --- | --- | -The MSAL library for JavaScript enables your app to authorize enterprise users using Microsoft Azure Active Directory(AAD), microsoft account users (MSA), users using social identity providers like Facebook, Google, LinkedIn etc. and get access to [Microsoft Cloud](https://cloud.microsoft.com) OR [Microsoft Graph](https://graph.microsoft.io). +The MSAL library for JavaScript enables your app to authorize enterprise users using Microsoft Azure Active Directory (AAD), Microsoft account users (MSA), users using social identity providers like Facebook, Google, LinkedIn etc. and get access to [Microsoft Cloud](https://cloud.microsoft.com) OR [Microsoft Graph](https://graph.microsoft.io). The identity management services that the library interacts with are [Microsoft Azure Active Directoryy](https://azure.microsoft.com/en-us/services/active-directory/), [Microsoft Azure B2C](https://azure.microsoft.com/services/active-directory-b2c/) and [Microsoft Accounts](https://account.microsoft.com). @@ -21,28 +21,28 @@ MSAL for Javascript is in active development, but not yet ready. We encourage yo - - - \ No newline at end of file + diff --git a/devApps/VanillaJSTestApp/index_LoginRedirect.html b/devApps/VanillaJSTestApp/index_LoginRedirect.html index 7921e8c066..3edd830ec1 100644 --- a/devApps/VanillaJSTestApp/index_LoginRedirect.html +++ b/devApps/VanillaJSTestApp/index_LoginRedirect.html @@ -29,31 +29,33 @@

Sending an email with msal.js and Microsoft Graph

\ No newline at end of file diff --git a/devApps/VanillaJSTestApp/server.js b/devApps/VanillaJSTestApp/server.js index d087e916e9..1ea6223ad9 100644 --- a/devApps/VanillaJSTestApp/server.js +++ b/devApps/VanillaJSTestApp/server.js @@ -21,7 +21,7 @@ app.use("/bower_components", express.static(path.join(__dirname, 'bower_componen // Set up our one route to the index.html file. app.get('*', function (req, res) { - res.sendFile(path.join(__dirname + '/index.html')); + res.sendFile(path.join(__dirname + '/index_LoginRedirect.html')); }); // Start the server.