Skip to content

Commit 1c80f7e

Browse files
add additional wording for auth header
1 parent bd9e811 commit 1c80f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sentinel/stix-objects-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The version of the token (v1.0 or v2.0) received is determined by the `accessTok
5959

6060
Use Microsoft Authentication Library [(MSAL)](/entra/identity-platform/msal-overview) to acquire either a v1.0 or v2.0 access token. Use the access token to create the authorization header which contains the bearer token.
6161

62-
For example, a request to the upload API uses the following elements to retrieve an access token and create the authorization header:
62+
For example, a request to the upload API uses the following elements to retrieve an access token and create the authorization header, which is used in each request:
6363
- POST `https://login.microsoftonline.com/{{tenantId}}/oauth2/v2.0/token`
6464

6565
Headers for using Microsoft Entra App:

0 commit comments

Comments
 (0)