Go to file
Sascha Markert 96b197206e
Fix displaying of global checkboxes in user_saml settings
Signed-off-by: Sascha Markert <markert@b1-systems.de>
Signed-off-by: Sascha Markert <kaio@kaio.ws>

Update lib/Settings/Admin.php

space  to tabs

Co-authored-by: Carl Schwan <carl@carlschwan.eu>
Signed-off-by: Sascha Markert <kaio@kaio.ws>
Signed-off-by: Sascha Markert <markert@b1-systems.de>

merge latest commits (#1)

* Stricter check for direct=1 login

Signed-off-by: Carl Schwan <carl@carlschwan.eu>

* Revert "Handle mobile login flow with direct=1"

This reverts commit 86684d6c54.

Signed-off-by: Carl Schwan <carl@carlschwan.eu>

* [tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>

Co-authored-by: Carl Schwan <carl@carlschwan.eu>
Co-authored-by: Nextcloud bot <bot@nextcloud.com>
Signed-off-by: Sascha Markert <kaio@kaio.ws>
Signed-off-by: Sascha Markert <markert@b1-systems.de>

Revert "merge latest commits (#1)"

This reverts commit 626686f7afa8b373251e966ad28865483d6b56b1.

Signed-off-by: Sascha Markert <markert@b1-systems.de>
2022-05-24 12:28:25 +02:00
.github Updating command-rebase.yml workflow from template 2022-05-13 18:55:32 +00: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 Merge pull request #614 from nextcloud/fix/mobile-login 2022-05-12 20:59:23 +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-05-24 03:45:57 +00:00
lib Fix displaying of global checkboxes in user_saml settings 2022-05-24 12:28:25 +02:00
screenshots optimizes png raster 2020-01-19 09:49:08 -05:00
templates Fix displaying of global checkboxes in user_saml settings 2022-05-24 12:28:25 +02:00
tests Bump guzzlehttp/guzzle from 7.4.1 to 7.4.2 in /tests/integration 2022-04-11 12:34:23 +00:00
.drone.yml fix php target of stable24 tests 2022-04-19 11:17:22 +02:00
.gitignore psr/container >= 1.1 breaks Symfony on PHP 7.3 2022-04-07 17:00:48 +02:00
.php_cs.dist Migrate phpunit and lint to github actions 2021-12-10 09:18:24 +01:00
.scrutinizer.yml Don't define code coverage 2016-09-26 21:28:31 +02:00
CHANGELOG.md add changelog for 4.1.1, update for 5.0.0 2022-04-11 15:45:15 +02:00
composer.json Migrate phpunit and lint to github actions 2021-12-10 09:18:24 +01:00
composer.lock Migrate phpunit and lint to github actions 2021-12-10 09:18:24 +01: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

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.