We want to make use of the password reset functionality so that after a new user has been created (via the API), they can enter their new password themselves.
To be able to do this, an e-mail needs to be sent and an e-mail server needs to be able to facilitate this.
We make use of an online MS-Exchange. However this uses an Oauth2 authentication method and not basic authentication as described in the Thinkwise documentation.
Does indicium support Oauth2 authentication for the e-mail server and if so, how do we configure this?