-
Notifications
You must be signed in to change notification settings - Fork 671
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
Invalid Request to OpenID Connect provider #8390
Comments
Huh your right. |
Thank you for the quick fix :) |
Tested with server 10.6, openidconnect-2.0.0rc1 with kopano konnect.A 'display' parameter is not found in the logs during normal login. However, by provoking a permission denied, the parameter is there.
testpilotcloud-client 2.7.5 RC2:
testpilotcloud-client 2.7.5 RC4:
Confirmed fixed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The request body of the authorization call sent to the google oauth2 api is invalid. And appears invalid to the OpenConnect spec as well.
It is setting display to 'ownCloud' which is an invalid value with Google OpenID Connect. Allowed values are:
page, popup, touch, and wap
The value is set here:
client/src/libsync/creds/oauth.cpp
Line 447 in 0b67e0c
The text was updated successfully, but these errors were encountered: