user_saml/README.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 строки
1.1 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

<!--
- SPDX-FileCopyrightText: 2022 Nextcloud GmbH and Nextcloud contributors
- SPDX-License-Identifier: AGPL-3.0-or-later
-->
2022-03-07 11:12:50 +03:00
# Nextcloud SSO & SAML Authentication
[![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/user_saml)](https://api.reuse.software/info/github.com/nextcloud/user_saml)
2022-03-07 11:12:50 +03:00
:lock: 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)
2022-03-07 11:15:10 +03:00
**Authentication via Environment Variable**
- Kerberos (mod_auth_kerb)
- CAS
- Any other provider that authenticates using the environment variable
2022-03-07 11:12:50 +03:00
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.