emacs-oauth2-auto icon indicating copy to clipboard operation
emacs-oauth2-auto copied to clipboard

Does this package work with a personal outlook account?

Open drcxd opened this issue 1 year ago • 0 comments

Hello,

I am trying to access my mails on outlook.com with this package. I have the following configutaion:

(use-package oauth2-auto
  :init
  (setq oauth2-auto-microsoft-default-tenant "common"
        oauth2-auto-microsoft-client-id "08162f7c-0fd2-4200-a84a-f25a4db0b584"
        oauth2-auto-microsoft-client-secret "TxRBilcHdC6WGBee]fs?QR:SJ8nI[g82"))

Evaluating (oauth2-auto-access-token-sync "[email protected]" 'microsoft) brings me to a login interface in the browser. However, I can not use my personal outlook account there. If I try to login with my personal account, there is an error message says that an account provided by an organization or institution is required.

Does this package only works with such an organizational account? Why I can not login with a personal account?

Thanks for any help.

drcxd avatar Sep 29 '24 08:09 drcxd