But the client id in the request details is not mine, not the one I added to the settings.config. so, I believe it is not even trying to authorize my account.
I'm also experiencing this error when trying to authorize a website. It was working before, but stopped working now. Same error as in the screenshot above. Has something changed in the app we're trying to allow access?
I am having the same issues as @Youmna.
I was able to port the Analytics package to Umbraco 8.1 (using the package source files of the develop-v8 branch) but I am impeded by this issue.
Has anyone found how to implement this OAuth request without having to access: http://analytics-oauth.azurewebsites.net/callback/oAuth.aspx
Is there any other package I could use that has a similar functionality as this one?
I would really appreciate any help you can provide.
I'm also getting this error. I'm running Analytics 1.2 on Umbraco 7.5.14 and previously had everything working, but today I clicked the Analytics button and noticed that no data was coming through.
I went into Settings and clicked Authorise, only to get the HTTP 400 error shown above. With the exception of the "state" GUID, all the IDs are the same.
Problems with authoirzation
Hello,
I'm facing issues with Authorization, I keep getting the follwoing error:
note that I updated the settings.config with my client id but it looks like it uses the original one.
I believe I'm missing something :(
Hello,
The following links point to the same issue
https://stackoverflow.com/questions/11485271/google-oauth-2-authorization-error-redirect-uri-mismatch
https://stackoverflow.com/questions/28321570/google-oauth-2-0-error-redirect-uri-mismatch
Should help in sorting out as seems like the redirect_uri is not configured properly
But the client id in the request details is not mine, not the one I added to the settings.config. so, I believe it is not even trying to authorize my account.
Did it help? As I didn't find any interesting aspect of working with it.
Unfortunately I still can't make it work,
I'm also experiencing this error when trying to authorize a website. It was working before, but stopped working now. Same error as in the screenshot above. Has something changed in the app we're trying to allow access?
Hello,
I am having the same issues as @Youmna. I was able to port the Analytics package to Umbraco 8.1 (using the package source files of the develop-v8 branch) but I am impeded by this issue. Has anyone found how to implement this OAuth request without having to access: http://analytics-oauth.azurewebsites.net/callback/oAuth.aspx Is there any other package I could use that has a similar functionality as this one?
I would really appreciate any help you can provide.
I'm also experiencing this error when trying to authorize a website. When this issue will be fixed?
Is this happening on new package installation or trying to change the existing one in place ?
new package installation umbraco 7.15 version
I'm also getting this error. I'm running Analytics 1.2 on Umbraco 7.5.14 and previously had everything working, but today I clicked the Analytics button and noticed that no data was coming through.
I went into Settings and clicked Authorise, only to get the HTTP 400 error shown above. With the exception of the "state" GUID, all the IDs are the same.
If anyone is still interested :D please follow the following github link to find the answer by the package owner
https://github.com/umbraco-community/umbraco-analytics/issues/63
is working on a reply...