Skip to content

Commit 02af179

Browse files
authored
Merge pull request #107260 from mmacy/msid-include-table-fix
[msid] fix table (windesktop-test include)
2 parents 7444992 + 9bfa9d2 commit 02af179

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

includes/active-directory-develop-guidedsetup-windesktop-test.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,16 @@ After you sign in, you should see the user profile information that's returned b
3939

4040
|Property |Format |Description |
4141
|---------|---------|---------|
42-
4342
|**Username** |<span>[email protected]</span> |The username that is used to identify the user.|
4443
|**Token Expires** |DateTime |The time at which the token expires. MSAL extends the expiration date by renewing the token as necessary.|
4544

4645

4746
<!--start-collapse-->
4847
### More information about scopes and delegated permissions
4948

50-
The Microsoft Graph API requires the *user.read* scope to read a user's profile. This scope is automatically added by default in every application that's registered in the Application Registration Portal. Other APIs for Microsoft Graph, as well as custom APIs for your back-end server, might require additional scopes. The Microsoft Graph API requires the *Calendars.Read* scope to list the users calendars.
49+
The Microsoft Graph API requires the *user.read* scope to read a user's profile. This scope is automatically added by default in every application that's registered in the Application Registration Portal. Other APIs for Microsoft Graph, as well as custom APIs for your back-end server, might require additional scopes. The Microsoft Graph API requires the *Calendars.Read* scope to list the user's calendars.
5150

52-
To access the users calendars in the context of an application, add the *Calendars.Read* delegated permission to the application registration information. Then, add the *Calendars.Read* scope to the `acquireTokenSilent` call.
51+
To access the user's calendars in the context of an application, add the *Calendars.Read* delegated permission to the application registration information. Then, add the *Calendars.Read* scope to the `acquireTokenSilent` call.
5352

5453
>[!NOTE]
5554
>The user might be prompted for additional consents as you increase the number of scopes.

0 commit comments

Comments
 (0)