Skip to content

Commit 0f1fdfd

Browse files
committed
Note for Guest User in Readme
1 parent 8f0e600 commit 0f1fdfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

4-WebApp-your-API/4-3-AnyOrg/Readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ The Web API:
6262
1. Acquires another access token on-behalf-of the signed-in user using the [on-behalf of flow](https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-on-behalf-of-flow).
6363
1. The Web API then uses this new Access token to call Microsoft Graph.
6464

65+
NOTE: Guest users in a tenant will not be authenticated if the `https://login.microsoftonline.com/common/` endpoint is used as the authority to sign in users. `TenantId` will be required for those users.
66+
6567
![Topology](./ReadmeFiles/topology.png)
6668

6769
## How to run this sample

0 commit comments

Comments
 (0)