8000 You do not have permission to view OAuth Client with id · Issue #30 · Patreon/patreon-js · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

You do not have permission to view OAuth Client with id #30

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

Open
ghost opened this issue Jan 10, 2019 · 6 comments
Open

You do not have permission to view OAuth Client with id #30

ghost opened this issue Jan 10, 2019 · 6 comments

Comments

@ghost
Copy link
ghost commented Jan 10, 2019

Hi,

I'm following your code examples to set up authentication on my website. The redirect works fine and I'm receiving a token back, but the next call into the library throws an error:

{
  "code":null,
  "code_name":"OAuthClientViewForbidden",
  "detail":"You do not have permission to view OAuth Client with id <my_id>",
  "id":"<my_id>",
  "status":"403",
  "title":"You do not have permission to view this OAuth Client."
}

Is this library perhaps out of date with the server? Should I create a new client with version 1 instead of version 2?

Thank you!

@phildini
Copy link
Contributor

Hi there! Does the id in "detail" match the id in "id"?

@ghost
Copy link
Author
ghost commented Jan 10, 2019

In "detail" I see my client id (matches the one in the portal as expected).
In "id" I see a GUID of some sort; I can paste it here if it doesn't leak any secrets.

@phildini
Copy link
Contributor

Yeah, the id is a request ID that doesn't leak anything. If you can paste that here we can help dig in.

@ghost
Copy link
Author
ghost commented Jan 10, 2019

The request ID for one of the failed requests: 35dc31b8-a5b6-4bf4-99ea-4cfe48701cbf

@uliantsev-a
Copy link

@IAmPicard maybe you already decision your ask, yet i think you wrong used library.
This error message actualy with request of current_user when use token for not application's user.
For get information about connected user need use identity endpoint.

@rkumar1310
Copy link

I am facing the same issue here, the auth is working with one app but when I switch to another app I get the error, both app have same configuration. I am trying to call /current_user and it works for one app but not the other app. request id, f026b239-2dc3-5ef8-a646-23e003981096

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

3 participants
0