No description
Find a file
Nextcloud bot 16567cf7d1
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-03-23 02:00:21 +00:00
.github chore(CI): Adjust testing matrix for Nextcloud 33 on master 2026-01-22 18:36:16 +01:00
.tx [tx-robot] Update transifex configuration 2022-10-01 03:05:23 +00:00
appinfo feat: Add command to manually migrate groups from database 2026-02-26 11:13:27 +01:00
css chore: Add SPDX header 2024-05-10 16:48:41 +02:00
img Add icon to admin page sidebar 2017-01-24 12:01:34 -06:00
js feat: Post login Idp 2025-05-07 14:32:52 +07:00
l10n fix(l10n): Update translations from Transifex 2026-03-23 02:00:21 +00:00
lib fix: Only set valid timezone values 2026-03-17 17:38:16 +01:00
LICENSES build(deps): cleanup composer 2024-11-25 17:43:42 +01:00
screenshots optimizes png raster 2020-01-19 09:49:08 -05:00
templates refactor: Port away from deprecated methods 2026-03-12 16:28:58 +01:00
tests refactor: Port away from deprecated methods 2026-03-12 16:28:58 +01:00
vendor-bin build(deps-dev): bump vimeo/psalm in /vendor-bin/psalm 2026-03-20 02:04:50 +00:00
.git-blame-ignore-revs docs(git): rector fixes 2025-05-13 13:30:27 +02:00
.gitignore chore: Move cs-fixer in a vendor-bin as well 2025-04-10 16:37:29 +02:00
.php-cs-fixer.dist.php chore: Move cs-fixer in a vendor-bin as well 2025-04-10 16:37:29 +02:00
.scrutinizer.yml build(deps): cleanup composer 2024-11-25 17:43:42 +01:00
AUTHORS.md chore: Add SPDX header 2024-05-10 16:48:41 +02:00
CHANGELOG.md build(Release): 7.1.3 2026-01-29 12:16:34 +01:00
composer.json refactor: Apply psalm:fix 2026-01-08 14:11:57 +01:00
composer.lock build(deps): bump robrichards/xmlseclibs from 3.1.4 to 3.1.5 2026-03-13 21:49:29 +00:00
LICENSE Create LICENSE 2018-11-21 22:59:45 +01:00
Makefile ci: ship patch file instead of always downloading 2025-05-13 13:30:29 +02:00
psalm.xml refactor: Apply psalm:fix 2026-01-08 14:11:57 +01:00
README.md docs: Add resuse status badge 2024-05-10 16:48:41 +02:00
rector.php fix(Reuse): add license info to rector.php 2025-05-13 13:30:29 +02:00
REUSE.toml chore(migration): Port away from deprecated IQueryBuilder::execute 2025-09-22 10:01:16 +02:00

Nextcloud SSO & SAML Authentication

REUSE status

🔒 App for authenticating Nextcloud users using SAML

Using the SSO & SAML app of your Nextcloud you can make it easily possible to integrate your existing Single-Sign-On solution with Nextcloud. In addition, you can use the Nextcloud LDAP user provider to keep the convenience for users. (e.g. when sharing)

The following providers are supported and tested at the moment:

SAML 2.0

  • OneLogin
  • Shibboleth
  • Active Directory Federation Services (ADFS)

Authentication via Environment Variable

  • Kerberos (mod_auth_kerb)
  • CAS
  • Any other provider that authenticates using the environment variable

While theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix.