Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Application #{CLIENT_ID} is not supported for this API version. #7

Open
ajpocus opened this issue Feb 3, 2016 · 3 comments
Open

Application #{CLIENT_ID} is not supported for this API version. #7

ajpocus opened this issue Feb 3, 2016 · 3 comments
Assignees

Comments

@ajpocus
Copy link

ajpocus commented Feb 3, 2016

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!

@AmmadJavaid
Copy link

I'm also facing that issue.

error:unauthorized_client
error_description:AADSTS70001: Application 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx' is not supported for this API version.

Can you please help us in this regard.
Thank you

@MaRoe
Copy link

MaRoe commented Feb 17, 2016

Same issue here. Thanks for any help :)

@simi simi self-assigned this Feb 17, 2016
@AmmadJavaid
Copy link

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.

Because of this error, I handled authentication process manually by following this tutorial and its work for me.
https://dev.outlook.com/RestGettingStarted/Tutorial/ruby

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants