Hi Peter, After configuring config.yaml, I have noticed the following error (the same as yesterday). ``` user@desktop:~$ oama authorize microsoft [email protected] oama: Can't find such service: microsoft CallStack (from HasCallStack): error, called at lib/OAMa/Authorization.hs:410:16 in oama-0.11.1-inplace:OAMa.Authorization ``` Since I am using only a microsoft service and not a google, I disabled google and enabled microsoft, like below. However, this not working; I get the error above. ``` ... services: ##google: ## client_id: application-CLIENT-ID ## client_secret: application-CLIENT-SECRET ## auth_scope: https://mail.google.com/ microsoft: client_id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx client_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx auth_scope: https://outlook.office365.com/IMAP.AccessAsUser.All https://outlook.office365.com/SMTP.Send offline_access tenant: common ``` When I do uncomment the unconfigured google service, then it does work. ``` ... services: google: client_id: application-CLIENT-ID client_secret: application-CLIENT-SECRET auth_scope: https://mail.google.com/ microsoft: client_id: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx client_secret: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx auth_scope: https://outlook.office365.com/IMAP.AccessAsUser.All https://outlook.office365.com/SMTP.Send offline_access tenant: common ``` I don't know if this is by design or a code issue. If it is by design, then please close the ticket.
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by ArthurBorsboom and has received 4 comments.