Skip to content

Commit 516d961

Browse files
committed
Update for the ExchangeContacts Module for oAuth - Support for Client Credentials flow.md
1 parent 50aa067 commit 516d961

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

EWSContacts/Update for the ExchangeContacts Module for oAuth - Support for Client Credentials flow.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,6 @@ For this you can use something like
5050
$certPassword = ConvertTo-SecureString -String "1234xxxx" -Force -AsPlainText
5151
Get-EXCContacts -MailboxName [email protected] -ModernAuth -CertificateFilePath C:\temp\mp.pfx -CertificatePassword $certPassword -ClientId 2fe2dc9c-b746-4112-8a11-5054dce06af4
5252

53-
When using the client credentials flow it will use EWS Impersonation so the TargetMailbox passed in as the -MailboxName will be impersonated.
53+
When using the client credentials flow it will use EWS Impersonation so the TargetMailbox passed in as the -MailboxName will be impersonated.
54+
55+
I haven't gone into documented the setup of the client credentials flow as there are many examples of this elsewhere. If you have any question send me an email or create an issue on gitHub.

0 commit comments

Comments
 (0)