ninedocker/volume/nextcloud/nine/app/user_cas/appinfo/info.xml

46 lines
2.1 KiB
XML

<?xml version="1.0"?>
<info>
<id>user_cas</id>
<name>CAS user and group backend</name>
<description>This app provides in-depth features to authenticate and authorize users against a [jasig/apereo Central Authentication Server (CAS)](https://www.apereo.org/projects/cas). The app provides all necessary options needed to connect to your CAS instance and also advanced features to manage the groups accessible by your CAS infrastructure to implement an authorization feature. This version supports ECAS instances used by the European Commission. Additionally this version supports ActiveDirectory (LDAP) import via commandline. Commercial support for user_cas is available through ownCloud GmbH and myself personally.</description>
<summary>Authenticate users against an jasig/apereo CAS Server (https://github.com/apereo/cas)</summary>
<licence>AGPL</licence>
<screenshot>https://raw.githubusercontent.com/felixrupp/user_cas/master/.github/SCREENSHOTS/splashscreen.png</screenshot>
<author>Felix Rupp</author>
<namespace>UserCAS</namespace>
<version>2.0</version>
<types>
<prelogin/>
<authentication/>
</types>
<category>security</category>
<website>https://github.com/felixrupp/user_cas</website>
<documentation>
<user>https://github.com/felixrupp/user_cas/blob/master/README.md</user>
<admin>https://github.com/felixrupp/user_cas/blob/master/README.md</admin>
<developer>https://github.com/felixrupp/user_cas/blob/master/README.md</developer>
</documentation>
<bugs>https://github.com/felixrupp/user_cas/issues</bugs>
<repository type="git">https://github.com/felixrupp/user_cas.git</repository>
<dependencies>
<owncloud min-version="10.0" max-version="10.10"/>
<nextcloud min-version="14" max-version="27.1"/>
</dependencies>
<commands>
<command>OCA\UserCAS\Command\CreateUser</command>
<command>OCA\UserCAS\Command\UpdateUser</command>
<command>OCA\UserCAS\Command\ImportUsersAd</command>
</commands>
<settings>
<admin>OCA\UserCAS\Panels\Admin</admin>
</settings>
</info>