I would like to confirm if anyone has successfully configured moderate authentication in OJS 3.3.x with Microsoft. I have tried the configuration, but there is always a problem with what is stated in Mail.inc.php
I have also tried configuring XOAUTH2 with Google, and after a long time, I was able to configure it successfully.
My application is OJS 3.3.0-21, with PHP 7.3.
Thank you for any experience and/or comments. Best regards,
In case anyone needs the final comment, yes, modern authentication could be configured in this version of OJS. In general, the following steps were followed.
The email account administrator must perform the following steps:
Register the application (App Registration)
Create the client_secret
Permissions (API permissions)
Verify SMTP AUTH in the tenant/mailbox
Obtain the authorization code (to generate the refresh_token)
Exchange the code for tokens (the refresh_token is generated)
The platform server administrator must perform the following steps: