Hi, 1 - Microsoft has disabled basc authentication on office 365 and I can no longer connect with IMAP.
2 - I activated the 2MF and I don't receive a message in my emails because the osticket is not connected to Office 365. Can you help me? Thanks.
Grimaud
We have Modern Authentication documentation for MS available here:
Cheers.
Thanks, How do I disable 2FA? I don't receive a message and I'm stuck at this level. Thanks.
2FA for Agents/Users or the email? It doesn't matter if 2FA is enabled for the email. Modern Authentication doesn't care about that.
for the Agent, I activated it while the ticket system does not connect to office 365. So I have to configure the 2FA and I do not receive the Email sent for email verification. I need to disable it.
You will need to change the settings in the database. There are a few settings in the ost_config table to update. First find key of require_agent_2fa and set this to 0. Now search for key of default_2fa and clear the value out (make it blank). You can also search for key of 2fa-email and clear the values out for these as well.
key
require_agent_2fa
default_2fa
2fa-email
Can you help me with the procedure? here is the database but I don't know what to do. Very sincerely.
You are the best. Thank you very much, I was able to do that. I will start the OAuth2 procedure. Excellent day.
I try to follow the procedure but my interface is different from the documentation. Google +Authentication. What to do?
Thanks.
And I don't have Oauth2 Client in the list.
You need to install it first:
I don't have Oauth2 Client in the list.
Please read the documentation I linked above. It tells you how to install it.