🔒 App for authenticating Nextcloud users using SAML https://apps.nextcloud.com/apps/user_saml
Перейти к файлу
Arthur Schiwon 4368a73d93
Merge pull request #909 from nextcloud/fix/noid/composer-cleanup
build(deps): cleanup composer
2024-11-26 10:37:34 +01:00
.github build(deps): cleanup composer 2024-11-25 17:43:42 +01:00
.tx
LICENSES build(deps): cleanup composer 2024-11-25 17:43:42 +01:00
appinfo build(deps): cleanup composer 2024-11-25 17:43:42 +01:00
css
img
js
l10n Fix(l10n): Update translations from Transifex 2024-11-18 01:59:17 +00:00
lib Merge pull request #903 from SUNET/master 2024-11-19 14:56:47 +01:00
screenshots
templates fix(settings): Fix settings name 2024-11-14 18:12:29 +01:00
tests
.git-blame-ignore-revs
.gitignore build(deps): cleanup composer 2024-11-25 17:43:42 +01:00
.php-cs-fixer.dist.php
.php_cs-fixer.dist.php
.scrutinizer.yml build(deps): cleanup composer 2024-11-25 17:43:42 +01:00
AUTHORS.md
CHANGELOG.md
LICENSE
Makefile build(deps): cleanup composer 2024-11-25 17:43:42 +01:00
README.md
REUSE.toml build(deps): cleanup composer 2024-11-25 17:43:42 +01:00
composer.json build(deps): cleanup composer 2024-11-25 17:43:42 +01:00
composer.lock build(deps): cleanup composer 2024-11-25 17:43:42 +01:00
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.