Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-04-26 01:54:19 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-04-26 01:54:19 +0300
commitdbc98dab332e282374ff9a4f64493521f11de6ee (patch)
tree4cf9e4e781b47a69895430e9829f7ca20291a379 /appinfo
parentcac65ad055e66f0fd60d2e3712ebf96f6486cf08 (diff)
Beautify appstore entryv1.3.2
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml19
1 files changed, 16 insertions, 3 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3de1d6f5..730107fe 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -2,9 +2,21 @@
<info>
<id>user_saml</id>
<name>SSO &amp; SAML authentication</name>
- <description>Authenticates user against a SAML backend, such as Shibboleth or
- other SSO solutions such as Kerberos.</description>
- <version>1.3.1</version>
+ <summary>Authenticate using single sign-on</summary>
+ <description><![CDATA[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)
+ * 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.]]></description>
+ <version>1.3.2</version>
<licence>AGPL</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>
@@ -15,6 +27,7 @@
<admin>https://docs.nextcloud.com/server/12/admin_manual/configuration_server/sso_configuration.html</admin>
</documentation>
<category>auth</category>
+ <screenshot>https://raw.githubusercontent.com/nextcloud/user_saml/master/screenshots/1.png</screenshot>
<website>https://github.com/nextcloud/user_saml</website>
<bugs>https://github.com/nextcloud/user_saml/issues</bugs>
<repository type="git">https://github.com/nextcloud/user_saml.git</repository>