Skip to content

Commit cd1d33a

Browse files
authored
Update howto-authorize-from-application.md
1 parent 40e1174 commit cd1d33a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-web-pubsub/howto-authorize-from-application.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ To learn more about how to assign and manage Azure role assignments, see these a
116116

117117
4. On the **Headers** tab, add **Content-Type** key and `application/x-www-form-urlencoded` for the value.
118118

119-
![Screenshot of the basic info using postman to get the token](./media/howto-authorize-from-application/get-azure-ad-token-using-postman.png)
119+
![Screenshot of the basic info using postman to get the token.](./media/howto-authorize-from-application/get-azure-ad-token-using-postman.png)
120120

121121
5. Switch to the **Body**tab, and add the following keys and values.
122122
1. Select **x-www-form-urlencoded**.
@@ -125,11 +125,11 @@ To learn more about how to assign and manage Azure role assignments, see these a
125125
4. Add `client_secret` key, and paste the value of client secret you noted down earlier.
126126
5. Add `resource` key, and type `https://webpubsub.azure.com` for the value.
127127

128-
![Screenshot of the body parameters when using postman to get the token](./media/howto-authorize-from-application/get-azure-ad-token-using-postman-body.png)
128+
![Screenshot of the body parameters when using postman to get the token.](./media/howto-authorize-from-application/get-azure-ad-token-using-postman-body.png)
129129

130130
6. Select **Send** to send the request to get the token. You see the token in the `access_token` field.
131131

132-
![Screenshot of the response token when using postman to get the token](./media/howto-authorize-from-application/get-azure-ad-token-using-postman-response.png)
132+
![Screenshot of the response token when using postman to get the token.](./media/howto-authorize-from-application/get-azure-ad-token-using-postman-response.png)
133133

134134
## Sample codes using Azure AD auth
135135

0 commit comments

Comments
 (0)