-
Notifications
You must be signed in to change notification settings - Fork 200
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 Scope Violated error #659
Comments
Hi,
Could be permission issue on authenticated user. Check if your
authenticator user has enough grants for relevant endpoint
30 Eyl 2024 Pzt 14:17 tarihinde klaaskox ***@***.***> şunu
yazdı:
… Hi,
We have been using this client for years (it's the best 🥇), but today we
are not able to communicate with EO anymore. When reading or creating data
we get "Application Scope Violated" errors. We did not change anything in
our code. Has anyone experienced this before? What could cause this all of
a sudden?
Thanks!
—
Reply to this email directly, view it on GitHub
<#659>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFGXBZ7VISY7BWCHI7R77LZZEXMDAVCNFSM6AAAAABPDBREIGVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU2TMMZTHAZTENY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Authentication is done with client id / secret. Is it possible to check specific grants? |
We are seeing the same thing happening:
Nothing changed to our code, started happening out of the blue. Also no apparent issues with the API endpoint for that matter. |
Our problem was caused by a change on the ExactOnline side. App scopes have recently become mandatory for security reasons. For some reason we missed that announcement. You will have to do a data & security review in the exact online app store. Since we only use the app internally (and therefore not in the app store), you can also use an app under a developers license. In that case, the review is not necessary. No idea if your problem has the same cause, but maybe this will help you. |
Thanks for your quick answer. Do you happen to have a reference to this announcement or change? Need to investigate how to deal with this. |
No I searched for the announcement, but could not find it. I found out about it by asking a question via the support section. They told me about it. |
I can send you the complete response they send me (in dutch) |
That would be great (im Dutch too so that's fine). |
Onderwerp Beschrijving
Oplossing
|
Just to circle back here, it is indeed a matter of making sure the OAuth2 application that is configured in your account (the one you use to interact with the API) has access to the scopes you use. In our case we had no access anymore to this application so we simply created a new one. Also, depending how you use it you don't need to put it up for review with Exact. |
@klaaskox can you confirm the answer of @Koenstell was sufficient and helped you resolve the scope issue? |
@remkobrenters, yes, @Koenstell used the same solution as I did:
|
Hi,
We have been using this client for years (it's the best 🥇), but today we are not able to communicate with EO anymore. When reading or creating data we get "Application Scope Violated" errors. We did not change anything in our code. Has anyone experienced this before? What could cause this all of a sudden?
Thanks!
The text was updated successfully, but these errors were encountered: