No description
Find a file
Nextcloud bot 7ff326e35d
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-10-24 01:48:44 +00:00
.github ci: Update github actions 2025-09-22 15:52:09 +02:00
.tx [tx-robot] Update transifex configuration 2022-10-01 03:05:23 +00:00
appinfo feat(deps): Add Nextcloud 33 support 2025-09-04 13:04:47 +02: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 2025-10-24 01:48:44 +00:00
lib Merge pull request #976 from nextcloud/fix/noid/displaynames-order 2025-10-09 08:50:13 +02: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 feat: Post login Idp 2025-05-07 14:32:52 +07:00
tests Merge pull request #983 from nextcloud/dependabot/composer/tests/integration/guzzlehttp/guzzle-7.10.0 2025-10-01 16:20:40 +02:00
vendor-bin build(deps-dev): bump nextcloud/coding-standard in /vendor-bin/cs-fixer 2025-07-29 15:22:46 +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): 6.6.0 2025-05-02 12:47:22 +02:00
composer.json build: patch can be removed, is integrated upstream 2025-08-15 10:52:16 +02:00
composer.lock build: patch can be removed, is integrated upstream 2025-08-15 10:52:16 +02: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 chore(migration): Port away from deprecated IQueryBuilder::execute 2025-09-22 10:01:16 +02: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.