No description
Find a file
Nextcloud bot 9f13eb7534
fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2026-02-06 02:29:53 +00:00
.github chore(CI): Adjust testing matrix for Nextcloud 33 on master 2026-01-22 18:36:16 +01:00
.tx
appinfo build(Release): 7.1.3 2026-01-29 12:16:34 +01:00
css
img
js
l10n fix(l10n): Update translations from Transifex 2026-02-06 02:29:53 +00:00
lib refactor: Remove useless api doc comments 2026-01-08 15:02:32 +01:00
LICENSES
screenshots
templates fix: escape saml post template values 2026-01-28 17:35:06 +07:00
tests test: inline p helper for template test 2026-01-28 18:04:16 +07:00
vendor-bin build(deps-dev): bump vimeo/psalm in /vendor-bin/psalm 2026-01-08 14:02:15 +01:00
.git-blame-ignore-revs
.gitignore
.php-cs-fixer.dist.php
.scrutinizer.yml
AUTHORS.md
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-dev): bump bamarni/composer-bin-plugin from 1.8.3 to 1.9.0 2026-01-30 02:05:41 +00:00
LICENSE
Makefile
psalm.xml refactor: Apply psalm:fix 2026-01-08 14:11:57 +01:00
README.md
rector.php
REUSE.toml

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.