Go to file
dependabot[bot] b7b402d55d Bump nextcloud/coding-standard from 0.5.0 to 1.0.0
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.5.0 to 1.0.0.
- [Release notes](https://github.com/nextcloud/coding-standard/releases)
- [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/coding-standard/compare/v0.5.0...v1.0.0)

---
updated-dependencies:
- dependency-name: nextcloud/coding-standard
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-30 11:41:54 +02:00
.github use default allow rules 2022-04-11 13:00:27 +02:00
.tx Fix tx config 2018-02-12 23:00:50 +01:00
3rdparty install deps on make appstore 2020-09-10 09:42:23 +02:00
appinfo Bump nextcloud/coding-standard from 0.5.0 to 1.0.0 2022-05-30 11:41:54 +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 Import jstz.min.js from jstimezonedetect 1.0.7 2022-04-11 10:20:50 +00:00
l10n [tx-robot] updated from transifex 2022-04-11 03:28:49 +00:00
lib Merge pull request #571 from nextcloud/import-jstimezonedetect 2022-04-11 12:25:39 +02:00
screenshots optimizes png raster 2020-01-19 09:49:08 -05:00
templates fix settings of first provider are not present on initial load 2022-04-07 20:29:04 +00:00
tests Cover UserChangedEvent in unit tests 2022-04-11 10:14:20 +00:00
.drone.yml wait for services on older images, too 2022-04-07 17:00:48 +02:00
.gitignore psr/container >= 1.1 breaks Symfony on PHP 7.3 2022-04-07 17:00:48 +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 Minor fixes 2022-04-07 20:29:03 +00: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
LICENSE Create LICENSE 2018-11-21 22:59:45 +01:00
Makefile 4.0.0 2021-01-12 22:56:12 +01:00
README.md Remove duplicate string 2022-03-27 20:48:16 +02:00

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.