When running `oama authorize microsoft [email protected]` I get the following error when authorizing in the browser: > Message: AADSTS50011: The redirect URI 'http://localhost:8080/finish' specified in the request does not match the redirect URIs configured for the application '08162f7c-0fd2-4200-a84a-f25a4db0b584'. Make sure the redirect URI sent in the request matches one added to your application in the Azure portal. Navigate to https://aka.ms/redirectUriMismatchError to learn more about how to fix this. Here the URL of the web page where the error is shown: https://login.microsoftonline.com/efggraz.at/oauth2/v2.0/authorize?client_id=08162f7c-0fd2-4200-a84a-f25a4db0b584&redirect_uri=http%3a%2f%2flocalhost%3a8080%2ffinish&response_type=code&scope=https%3a%2f%2foutlook.office365.com%2fIMAP.AccessAsUser.All+https%3a%2f%2foutlook.office365.com%2fSMTP.Send+offline_access&login_hint=redacted%40example.com&allowbacktocommon=True I'm using the `client_id` and `client_secret` from Thunderbird from [here](https://github.com/mozilla/releases-comm-central/blob/74e720e53831bb5f0e27a8d33a9c1d30846de30b/mailnews/base/src/OAuth2Providers.jsm#L129). I just tested the same with `mailctl` and it works fine there. I'm not sure if this is related to #43.
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 benasocj and has received 6 comments.