You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
Nextcloud bot 06d22503a6
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
8 months ago
.github Adjust testing matrix for Nextcloud 25 on master 8 months ago
.tx [tx-robot] Update transifex configuration 8 months ago
3rdparty Bump onelogin/php-saml from 4.0.1 to 4.1.0 in /3rdparty 11 months ago
appinfo Add Nextcloud 25 support 8 months ago
css Always use primary color for buttons 3 years ago
img Add icon to admin page sidebar 6 years ago
js fix fetching meta data with IdP id 1 9 months ago
l10n [tx-robot] updated from transifex 8 months ago
lib fix signining in with IdPs other than 1 9 months ago
screenshots optimizes png raster 3 years ago
templates l10n: Spelling unification 9 months ago
tests Bump guzzlehttp/guzzle from 7.4.5 to 7.5.0 in /tests/integration 9 months ago
.drone.yml Adjust testing matrix for Nextcloud 25 on master 8 months ago
.gitignore 5.0.1 1 year ago
.php-cs-fixer.dist.php Bump nextcloud/coding-standard from 0.5.0 to 1.0.0 1 year ago
.php_cs-fixer.dist.php Bump nextcloud/coding-standard from 0.5.0 to 1.0.0 1 year ago
.scrutinizer.yml Don't define code coverage 7 years ago
CHANGELOG.md 5.0.3 9 months ago
LICENSE Create LICENSE 5 years ago
Makefile build and publish services expects user_saml.tar.gz 1 year ago
README.md Remove duplicate string 1 year ago
composer.json Bump nextcloud/coding-standard from 0.5.0 to 1.0.0 1 year ago
composer.lock Bump nextcloud/coding-standard from 0.5.0 to 1.0.0 1 year ago

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.