I need to use Outlook Node since IMAP doesnt work for this kind of security-pumped accounts.
Is there a way to automate this “Connect My Account” step? When the user needs to enter email/pass by hand and needs to click to button “allow” by hand?
I guess there will always be ways to automate filling out the field through things like puppeteer but there is no way in n8n to automate this. Part of OAuth is making sure that users authenticate and accept the connection, Some services do allow admin users to authorize and act as all other users but that then has another layer of complexity to it.
Browser automation can be tricky as it is always possible that Microsoft will update the page but we may also update n8n so you have multiple parts to worry about.