Skip to content

Commit 5a19458

Browse files
committed
Add note on permissions in README
1 parent ce90ccd commit 5a19458

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ async def get_user():
9898
asyncio.run(get_user())
9999
```
100100

101-
Note that to calling `me()` requires a signed-in user and therefore delegated permissions (obtained using the `authorization_code` flow):
101+
Note that to calling `me()` requires a signed-in user and therefore delegated permissions (obtained using the `authorization_code` flow). See [Microsoft Graph Permissions](https://docs.microsoft.com/en-us/graph/auth/auth-concepts#microsoft-graph-permissions) for more:
102102

103103
```py
104104
import asyncio

0 commit comments

Comments
 (0)