JavaScript API
An Office service that supports add-ins to interact with objects in Office client applications.
1,058 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello.
I need to connect outlook to my imap server and authorize using oauth2 protocol.
But when I trying add account in outlook I can't choose oauth authorization method.
I have a configured imap server (dovecot), keycloak and ldap server with clients.
I think I need to write an outlook extension that will add the necessary parameters (client_id, client_secret, etc.) to call webview and get a token via keycloak.
I checked outlook api, but I cant see any api which can help me.
Is it possible?
What API should I use for this?
Thank you.