-
Notifications
You must be signed in to change notification settings - Fork 665
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
"Failed to retrieve user information from server" #10861
Comments
This looks more like a server bug at a first glance. Unfortunately, the provided logs are incomplete, so I cannot tell for sure why the server announces WebFinger. Please upload your complete client and server logs here. |
Also, please enable the logging of all HTTP requests in the logging settings and reproduce the problem. This gives us a lot more insight. As these logs may be sensitive, I set up the file drop above. |
Thks @fmoc for looking into this. I have now uploaded (I hope) both owncloud client log for the login attempt and the ocis debug log for the same session. I hope this will help you. |
The logs reveal that (aside from the seemingly unnecessary WebFinger setup) the user endpoint returns a
If you take a look at the server logs, it looks like some configuration problem on the server side:
It is the server rejecting the request. The client cannot do anything about it, as far as I can see. Please check your configuration. |
@fmoc WebFinger is default in oCIS 3.x |
@TermeHansen Ugh, this seems to be fallout from owncloud/ocis#6338 . In order to fix a bug with the internal IDP we needed to change the defaults for It should work again if you set |
This PR: owncloud/ocis#6377 fixes our example deployments and updates the release notes to indicate the changed default. |
thks @rhafer |
Pre-submission Checks
Describe the bug
When returning from successful login from browser, the client states:
Android client works fine.
Expected behavior
To login successful.
Steps to reproduce the issue
No response
Screenshots
Logs
fomr ocis logs:
ocis | {"level":"error","service":"proxy","claim":"lg.uuid","claims":{"email":"****@****","email_verified":false,"family_name":"****","name":"****","preferred_username":"termo","sub":"L1zIoZXdWQNUw6Ba@ODcQCejQmfBo3k0LRkIkvX1NGXWsknzcC24wDqKK1tvIksIYoZDewDjCTJDU8pMXbzFCPQ"},"time":"2023-05-24T07:32:20.190627445Z","message":"claim not set or empty"}
Client version number
ownCloud 4.0.0.10896 74fef3
Libraries Qt 5.15.2, OpenSSL 3.0.2 15 Mar 2022
Using virtual files plugin: suffix
ubuntu-5.19.0-38-generic
Desktop environment (Linux only)
Ubunut 22.04
Client package version and origin (Linux only)
from PPA: deb https://download.owncloud.com/desktop/ownCloud/stable/latest/linux/Ubuntu_22.04/
Installation path (Windows only)
No response
Server information
ownCloud IS running from docker-compose. Ocis is exposed by reverseproxy from Caddy.
Additional context
No response
The text was updated successfully, but these errors were encountered: