🔒 App for authenticating Nextcloud users using SAML https://apps.nextcloud.com/apps/user_saml
Перейти к файлу
Arthur Schiwon 03e802642d
Merge pull request #900 from nextcloud/dependabot/composer/tests/integration/behat/behat-3.15.0
build(deps-dev): bump behat/behat from 3.14.0 to 3.15.0 in /tests/integration
2024-11-04 11:32:44 +01:00
.github
.tx
3rdparty
LICENSES
appinfo
css
img
js
l10n
lib
screenshots
templates
tests
.git-blame-ignore-revs
.gitignore
.php-cs-fixer.dist.php
.php_cs-fixer.dist.php
.scrutinizer.yml
AUTHORS.md
CHANGELOG.md
LICENSE
Makefile
README.md
REUSE.toml
composer.json
composer.lock
psalm.xml

README.md

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.