Skip to content

Commit 427125d

Browse files
authored
update for accessibility
1 parent 7a8ed3a commit 427125d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/develop/quickstart-v2-javascipt-auth-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this quickstart, you use a code sample to learn how a JavaScript single-page
2929

3030
## Prerequisites
3131

32-
* Azure subscription - [create one for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F)
32+
* Azure subscription - [Create an Azure subscription for free](https://azure.microsoft.com/free/?WT.mc_id=A261C142F)
3333
* [Node.js](https://nodejs.org/en/download/)
3434
* [Visual Studio Code](https://code.visualstudio.com/download) (to edit project files)
3535

@@ -169,7 +169,7 @@ After the browser loads the application, select **Sign In**. The first time that
169169
170170
### How the sample works
171171
172-
![How the sample app in this quickstart works](media/quickstart-v2-javascript/javascriptspa-intro.svg)
172+
![How the sample JavaScript SPA works: 1. The SPA initiates sign in. 2. The SPA acquires an ID token from the Microsoft identity platform. 3. The SPA calls acquire token. 4. The Microsoft identity platform returns an Access token to the SPA. 5. The SPA makes and HTTP GET request with the Acess Token to the Microsoft Graph API. 6. The Graph API returns an HTTP response to the SPA.](media/quickstart-v2-javascript/javascriptspa-intro.svg)
173173
174174
### msal.js
175175

0 commit comments

Comments
 (0)