I have a small application that reads incoming Emails via IMAP from an Inbox (Basic Auth). Now Microsoft switched to modern authentication, meaning I have to do this with OAuth. Configuring this in the Email code seems straight forward, but I struggle to configure my M365 Tenant, as I do not have anything like a callback URL or so. Is there anyone who could help with some documentation?
Thanks!