Skip to content

Commit 99709f9

Browse files
committed
---
1 parent 8187660 commit 99709f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/active-directory-b2c/tutorial-acquire-access-token.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ node index.js
391391
1. Enter your sign in credentials such as email address and password. If you don't have an account, select **Sign up now** to create an account. If you've an account but have forgotten your password, select **Forgot your password?** to recover your password. After you successfully sign in or sign up, you should see the page with sign in status as shown below.
392392

393393
:::image type="content" source="./media/tutorial-acquire-access-token/signed-in-acquire-access-token.png" alt-text="Node web app signed in status for acquiring access token":::
394-
3. Check in the terminal to see a long string, that's, access token:
394+
3. In the terminal, find a long string, such as one shown below, that's, the access token:
395395
```
396396
eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Ilg1ZVhrNHh5b2pORnVtM.............
397397
```

0 commit comments

Comments
 (0)