-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Authenticate through Nextcloud files app #4
Comments
Integrated nextcloud sso libraray in commit 09af350. Currently sso is still non-functional. There seems to be a bug in the library (nextcloud/Android-SingleSignOn#177) which prevents me from integrating it fully. |
Hey there, I am currently getting started with nextcloud cookbook and searching for an companion app. I'm a little confused - The documentation and images say that it is possible to log in using the nextcloud files app. However, the button does not appear on my device (Nextcloud Files installed via F-Droid, this was causing errors previously). Also, I couldn't find any reference in the code. Is this already implemented and supposed to work on non-google devices? |
Hi @p-fruck, this sure is confusing! I originally started working on SSO integration but never got it to work. The screenshots are quite old and from that time. Unfortunately, I haven't gotten around to working on it since then. TL;DR is that you cannot currently use SSO for authentication. Once integrated, it will also work on non-Google devices. |
I've also taken a look at the code of the MicMun app. So I already have some ideas how to integrate it into my app; I just haven't gotten around to it yet. |
@lneugebauer wow, that reply was quick 😄 Thanks for the explanation, I'll try to use the token login then ;) |
Use the android library to authenticate through the Nextcloud files app.
The prefered way of authenticating should be through the Nextcloud files app. As an alternative the user should still be able to authenticate with username and app password.
The text was updated successfully, but these errors were encountered: