SOLVED

How to connect programmatically via EWS when MFA is Enforced?

Copper Contributor

Hi:

 

How can we connect to a mailbox programmatically via EWS when MFA is Enforced?  We've tried creating an App Password but still get 401 Unauthorized when trying to connect.

 

How does Microsoft provide for this case, i.e. when MFA is required to be Enforced and at the same time we must connect to a mailbox programmatically?  I guess I'm missing something in the Tenant configuration.

 

Thank you!

Bob H.

1 Reply
best response confirmed by bobhe875 (Copper Contributor)
Solution

Obtain a token in app context and impersonate the user. There's detailed guidance here: https://docs.microsoft.com/en-us/exchange/client-developer/exchange-web-services/how-to-authenticate...

1 best response

Accepted Solutions
best response confirmed by bobhe875 (Copper Contributor)
Solution

Obtain a token in app context and impersonate the user. There's detailed guidance here: https://docs.microsoft.com/en-us/exchange/client-developer/exchange-web-services/how-to-authenticate...

View solution in original post