Forum Discussion
How to access Shared Inboxes with OAuth via IMAP (Basic Authentication Deprecation)
Bergkuh
I don't know if you have found the solution, but if you don't this is what you need to do : change the user name and change the authentication method.
before it was:
user name: email address removed for privacy reasons\mySharedBoxName
Authentication method: "normal password" (I think it is also called "Basic Authentication" on some messaging system")
now it is:
user name: mySharedBoxName @mydomain.com
Authentication method: "OAuth2"
Then you need to restart you messaging app, first time it will ask you to log in office365.Be carefull OAut2 redirection will propose you to sign in with email address removed for privacy reasons, you need to use your own email (in my example email address removed for privacy reasons ) with your own password.
We are having the same issue with the email integration with Oracle Webcenter Capture. we could use mailto:email address removed for privacy reasons\sharedmailbox with IMAP basic auth that worked fine but now with OAUTH we are unable to access. Error is:
[APP: capture] [partition-name: DOMAIN] [tenant-name: GLOBAL] error_description: AADSTS900023: Specified tenant identifier 'domain.com\\sharedmailbox' is neither a valid DNS name, nor a valid external domain.
We also tried with just one \ and the same message comes in.
We don't have direct access to the shared mailbox. Is there a way to pass the shared mailbox with oauth. The mailto:email address removed for privacy reasons doesn't really have access to mail and isn't a destination for incoming mail.
Thank you
Tom