Hi SmarterTrack Devs,
Looking to see if an extra OAuth feature can be added to allow using shared mailboxes. This seems to require an additional mechanism to authenticate, and then replace userName with the email address of the shared mailbox as per below I found on the internet:
In case of shared mailbox access using OAuth, application needs to obtain the access token on behalf of a user but replace the userName field in the SASL XOAUTH2 encoded string with the email address of the shared mailbox.
The benefit of having this, is that we users can use one license at Microsoft to access multiple shared mailboxes which can be utilised within SmarterTrack. Otherwise, we need to license each mailbox which can get costly when you have a few departments, although they are barely used as it just passes through.
Currently, with POP, we can use for login, emailAddress\sharedMailboxAlias, and the emailAddress password and access the sharedMailbox.
Thanks for considering.