Dear GNOME Foundation members, staff, and GNOME account holders,
Starting August 2024, we will be gradually transitioning our services from
direct LDAP integration and the old Keycloak instance at auth1.gnome.org to
a new Keycloak instance at sso.gnome.org.
Upon your next login through sso.gnome.org, you will be prompted to configure
two-factor authentication by scanning a QR code or manually entering the secret
in the app of your choice.
There are many 2FA apps available. We recommend the following:
Ente Auth, available for mobile and desktop devices,
If I understand the situation correctly, until @andyholmes’ GOA MR 269 gets design attention, gets merged into a stable GNOME release, and that release series has been around for two cycles ideally (ex: for people running the previous-but-still-supported version of Fedora instead of the latest bleeding edge version), this would mean breaking NextCloud integration for Foundation members and staffers…
Unless the plan is to make an exception for NextCloud authentication until that issue is resolved?
Personally, I pretty much depend on GNOME’s NextCloud server for Files integration (very convenient to upload testing samples for developers, right from Nautilus), contacts addressbooks, and some calendars, in Evolution and elsewhere. As far as I know, Evolution has no notion of “a NextCloud account” in its UI, and I’m not sure it provides a webflow authentication GUI, so we’re pretty much dependent on that GOA issue (@mcrha can correct me if I am wrong what I see as the current featureset in Evolution there)
I appreciate this is a workaround rather than a fix, but if you log in to Nextcloud via a browser, it might be possible to add an app password that allows the desktop integration to log in with just user/pass authentication? https://help.nextcloud.com/t/where-to-create-app-password/157454/2
DIsclaimer: I’ve not tried this on GNOME’s Nextcloud, but I have my own instance which uses OAuth2 and have made “plain” HTTPS login work for certain apps this way.
Due to some bizarre design choices, the root path redirects to the admin console. If you want to test the login flow now, either try here or log in to the test instance of BigBlueButton frontend here.
Hi,
the Evolution(-data-server) doesn’t have anything auth-related for the
Nextcloud servers, no. It relies on the standard CalDAV/CardDAV/WebDAV
API, just like with any other DAV servers.
There is currently no option for the authentication method for the sole
books/calendars/tasks/memos, but it’s more of a problem with the GUI,
than with the code. Consider for example the Google accounts configured
directly in the Evolution - they do OAuth2 for all the related sources.
The OAuth2 is specific with end points and client IDs and the like.
Does the GNOME SSO or the GNOME’s Nextcloud have any such thing? Or,
maybe, if I understood it correctly, is the Andy’s work with https://cloud.gnome.org/index.php/login/v2
just this “something like OAuth2” end point, without a need for the
client ID and client secret and redirect URI and all that?
Yes, exactly. Instead of a redirect URI, the initial response contains an endpoint/token to poll, which eventually returns a server/username/appPassword.
I’m not sure how GNOME’s authentication interfaces with our Nextcloud, but if there are any constraints on the “main” account password, the app passwords seem to bypass it.