-
Notifications
You must be signed in to change notification settings - Fork 668
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
[2.10.0] Can not connect to oCIS #9324
Comments
Maybe patches around #9196 had some side effects? |
Can be reproduced with those instances:
user: einstein Can't be reproduced with the oC10 OAuth 2.0 app:
|
This is what the URL opened in the browser looks like on both the I see two possible causes: either the redirect after a successful authorization on the server is not working (i.e., the redirect URL generated by the server from the information we send to it initially is incorrect), or some state in the client goes missing in the meantime. I'll |
The URL @dragotin posted, is a different one. It's the one where the browser redirects to the webserver in the client running/listening on (Source: https://github.com/owncloud/oauth2/wiki/OAuth-code-Flow-Sequence-Diagram) |
Noticed that in the meantime. I found another issue in the workflow, where the relevant error message gets lost in the process:
Due to the lack of comments within the code, I am not sure whether it is by design that this error message is superseded by the less helpful I cannot yet explain why the error occurs, though. #9275 only changes some state-keeping logic. I need to check whether those need to be transmitted at all and are simply missing in the URL returned by the server for some reason. I don't think so, given the redirect URL in the working commit. |
Lets have a short call. |
this is the error message from the IdP:
I noticed it because it's a different error message with the Keycloak:
|
Closed by #9328. |
Can successfully login on ocis.ocis-traefik.latest.owncloud.works with ownCloud-2.10.0-rc3. But uploading a file fails -> red error message "Host requires authentication", 'Not synced' shows:
Download from server is successful. |
@gabi18 please open a new issue. |
The issue is already known #9330 |
Ok I'm wrong different error I guess |
Yes, I think it's different than #9330, there is still a problem with authentication. Is a new issue required or reopen this? |
With the client version 2.10.0 rc2 and also 2.11.0-git it is not possible to connect a new account to oCIS. The same setup works with client version 2.9.2.
The client opens the browser with this URL:
and after allowing access the browser reports
The OIDC redirect url seems empty.
The text was updated successfully, but these errors were encountered: