From 662b7b694b3dd04dde5ee762d09792601620c15e Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Mon, 8 Apr 2024 09:55:07 -0400 Subject: [PATCH] Update usage.md --- docs/source/usage.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/source/usage.md b/docs/source/usage.md index bc142a1..9c68d1c 100644 --- a/docs/source/usage.md +++ b/docs/source/usage.md @@ -204,6 +204,9 @@ The full set of configuration options are: (delegated) permission to the app. If you are using `UsernamePassword` auth and the mailbox is different from the username, you must grant the app `Mail.ReadWrite.Shared`. + + The app registration must have the `Treat application as public client` + option enabled. ::: :::{warning}