Skip to content

Commit 5e14ff4

Browse files
authored
Update note on acquiring new access token
1 parent beb168e commit 5e14ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/auth-cloudsolutionprovider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,4 +138,4 @@ When you create a new customer using the [Partner Center API](/partner-center/de
138138
To avoid this problem, we recommend that your partner app should wait **three minutes** after customer creation before calling Microsoft Entra ID to acquire a token (to call Microsoft Graph). This should cover most cases.
139139
However, if after waiting three minutes you still receive an authorization error, please wait an extra 60 seconds and try again.
140140
141-
> **Note:** On the retry, you must acquire a new access token from Microsoft Entra ID, before calling Microsoft Graph. Calling Microsoft Graph with the access token you already have will not work, because the access token is good for an hour and won't contain the pre-consented permission claims.
141+
> **Note:** On the retry, you must acquire a new access token from Microsoft Entra ID, before calling Microsoft Graph. Calling Microsoft Graph with the access token you already have doesn't work, because the access token is good for an hour and doesn't contain the pre-consented permission claims.

0 commit comments

Comments
 (0)