Go to file
Nextcloud bot 06d22503a6
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-10-12 02:57:50 +00:00
.github Adjust testing matrix for Nextcloud 25 on master 2022-09-22 13:03:34 +02:00
.tx [tx-robot] Update transifex configuration 2022-10-01 03:05:23 +00:00
3rdparty Bump onelogin/php-saml from 4.0.1 to 4.1.0 in /3rdparty 2022-07-18 01:53:20 +00:00
appinfo Add Nextcloud 25 support 2022-09-22 13:46:09 +02:00
css Always use primary color for buttons 2020-12-08 16:20:05 +01:00
img Add icon to admin page sidebar 2017-01-24 12:01:34 -06:00
js fix fetching meta data with IdP id 1 2022-09-21 14:55:29 +02:00
l10n [tx-robot] updated from transifex 2022-10-12 02:57:50 +00:00
lib fix signining in with IdPs other than 1 2022-08-24 14:32:57 +02:00
screenshots optimizes png raster 2020-01-19 09:49:08 -05:00
templates l10n: Spelling unification 2022-09-04 15:52:57 +02:00
tests Bump guzzlehttp/guzzle from 7.4.5 to 7.5.0 in /tests/integration 2022-09-13 09:37:50 +00:00
.drone.yml Adjust testing matrix for Nextcloud 25 on master 2022-09-22 13:03:34 +02:00
.gitignore 5.0.1 2022-05-24 13:23:06 +02:00
.php-cs-fixer.dist.php Bump nextcloud/coding-standard from 0.5.0 to 1.0.0 2022-05-30 11:41:54 +02:00
.php_cs-fixer.dist.php Bump nextcloud/coding-standard from 0.5.0 to 1.0.0 2022-05-30 11:41:54 +02:00
.scrutinizer.yml Don't define code coverage 2016-09-26 21:28:31 +02:00
CHANGELOG.md 5.0.3 2022-08-30 16:31:39 +02:00
LICENSE Create LICENSE 2018-11-21 22:59:45 +01:00
Makefile build and publish services expects user_saml.tar.gz 2022-04-21 17:07:42 +02:00
README.md Remove duplicate string 2022-03-27 20:48:16 +02:00
composer.json Bump nextcloud/coding-standard from 0.5.0 to 1.0.0 2022-05-30 11:41:54 +02:00
composer.lock Bump nextcloud/coding-standard from 0.5.0 to 1.0.0 2022-05-30 11:41:54 +02:00

README.md

Nextcloud SSO & SAML Authentication

🔒 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.