-
Notifications
You must be signed in to change notification settings - Fork 85
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
InternalServerError on request to https://graph.microsoft.com/v1.0/me #144
Comments
Apparently it got broken during the Scribe Java library upgrade in: [1]. Can you upload your patch to gerrit-review? To stable-2.16 branch, here: https://gerrit-review.googlesource.com/admin/repos/plugins/oauth? Otherwise I could fix it myself as well. |
I can upload the fix but I don´t know if there are more items missed after the merge. I saw other differences in the file and maybe there are more files affected |
The http request problem was fixed but the sign in is not working yet. I don ´t know if is the same problem reported on #132 We are migrating our corporate email from gmail to Office 365 and we have the following error at gerrit/error_log
My original account ID is 1000035 but it seems the plugin is trying to create another account (100030) during the login At All-Users repository I have 3 files/entries, with externalId configuration
Do you have any suggestion ? If you need I can do tests in my environment and also change the source and build a plugin version for the tests |
What Gerrit version are you using? There were a number of fixes recently in this code area. Also how should Gerrit unserstand that you are linking those accounts? The usual workflow for account linking is:
|
We are using Gerrit 3.2.2 |
In update of scribe version change: I68717ebb988 Accept header was inadvertently removed. Restore the setting of Accept header to "*/*": request.addHeader("Accept", "*/*"); Bug: Issue davido/gerrit-oauth-provider#144 Change-Id: I224f798c7fb37e24be7f4fecfc29e11932c51286
I´m using oauth with Office 365 and facing an InternalServerError on request to https://graph.microsoft.com/v1.0/me
The problem happens with a build based on commit 41e5585
and with the release v3.0.0.0, released on 18 Jun 2019
I fixed the problem applying a patch over the commit 41e5585
But this problem seems to be fixed in the past because I saw a different version of this file at
http://www.java2s.com/example/java-src/pkg/com/googlesource/gerrit/plugins/oauth/office365oauthservice-e2266.html
The text was updated successfully, but these errors were encountered: