-
Notifications
You must be signed in to change notification settings - Fork 28
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
Mobile + Desktop Authorization Failed, Authentik IDP #830
Comments
I also appear to be getting 401s when I try to download files in the web ui if that's related? |
I managed to fix the desktop application not getting a refresh token by adding the
This seems to have fixed my client apps as well? I am still experiencing 401s when I try to download files, using a public link to download works however |
There must be something else going on.
Did you maybe add it to the default scopes? In the comments of https://helgeklein.com/blog/owncloud-infinite-scale-with-openid-connect-authentication-for-home-networks/#authentik-configure-openid-connect-idp, somebody wrote that he needed to do that and it fixed it (but it didn't fix it for another user!???). https://docs.goauthentik.io/docs/releases/2024.2#manual-action-may-be-required gives the reasoning, why you need it.
This topic could be better handled in https://github.com/owncloud/ios-app/issues
Please have a look at the browser dev tools console / network tab. You might see failing token refreshes, though your settings in Right now, I don't see an issue with the oCIS chart itself. |
I successfully deployed OCIS with the Helm chart, and followed Helge Klein's blogpost for setting it up with my Authentik instance.
I'm running into some intermittent issues with the iOS apps, where I run into this "Error 6" message when I try to sign in, or when I try to upload a file (after I've successfully signed in). I've been able to force quit the app and relaunch, or disconnect and reconnect within the app and that fixes it, but I'm wondering what the root cause of the issue is?
I also get this error when trying to sign in on the Linux Desktop Sync client which I'm not sure is related:
My external user management related config is as follows:
The text was updated successfully, but these errors were encountered: