Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#42038 from archieag/patch-3
Browse files Browse the repository at this point in the history
Update JavaScript quickstart instructions for ready to run code sample
  • Loading branch information
American-Dipper authored Nov 7, 2019
2 parents b454516 + 1589a10 commit bd8b0b7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions articles/active-directory/develop/quickstart-v2-javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,11 @@ Select the option that's suitable to your development environment:

* (Optional) To run the project with the IIS server, [download the Visual Studio project](https://github.com/Azure-Samples/active-directory-javascript-graphapi-v2/archive/vsquickstart.zip). Extract the zip file to a local folder (for example, *C:\Azure-Samples*).

#### Step 3: Configure your JavaScript app

> [!div renderon="docs"]
> #### Step 3: Configure your JavaScript app
> In the *JavaScriptSPA* folder, edit *index.html*, and set the `clientID` and `authority` values under `msalConfig`.
> [!div class="sxs-lookup" renderon="portal"]
> [!div renderon="docs"]
> In the *JavaScriptSPA* folder, edit *index.html*, and replace `msalConfig` with the following code:
```javascript
Expand All @@ -101,10 +100,6 @@ var msalConfig = {
};

```
> [!div renderon="portal"]
> > [!NOTE]
> > This quickstart supports Enter_the_Supported_Account_Info_Here.

> [!div renderon="docs"]
>
Expand All @@ -119,7 +114,12 @@ var msalConfig = {
> > To find the values of **Application (client) ID**, **Directory (tenant) ID**, and **Supported account types**, go to the app's **Overview** page in the Azure portal.
>
#### Step 4: Run the project
> [!div class="sxs-lookup" renderon="portal"]
> #### Step 3: Your app is configured and ready to run
> We have configured your project with values of your app's properties.
> [!div renderon="docs"]
> #### Step 4: Run the project
* If you're using [Node.js](https://nodejs.org/en/download/):

Expand Down

0 comments on commit bd8b0b7

Please sign in to comment.