You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the gem and configured it as instructed, adding a "scope" parameter. I'm able to sign in to Outlook, but when redirected to the app, I get the following error: " Application #{CLIENT_ID} is not supported for this API version." Does this mean the gem is trying to use v1 of the Office 365 APIs? If so, do you need help porting the gem to v2? Could you please suggest a fix? Any help would be very much appreciated! Thanks in advance!
The text was updated successfully, but these errors were encountered:
In my investigation of this issue, I found, omniauth-office365 gem is using 1.5 version of graph.windows.net/. It should use v2. Please update gem to use the latest versions of the library.
I installed the gem and configured it as instructed, adding a "scope" parameter. I'm able to sign in to Outlook, but when redirected to the app, I get the following error: " Application #{CLIENT_ID} is not supported for this API version." Does this mean the gem is trying to use v1 of the Office 365 APIs? If so, do you need help porting the gem to v2? Could you please suggest a fix? Any help would be very much appreciated! Thanks in advance!
The text was updated successfully, but these errors were encountered: