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

info.xml « appinfo - github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 96a78ecb61515042b72f6a6b9fb771a734f85fe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<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>
	<licence>AGPL</licence>
	<author>Lukas Reschke</author>
	<version>1.2.2</version>
	<dependencies>
		<owncloud min-version="9.1" max-version="9.2" />
	</dependencies>
	<namespace>User_SAML</namespace>
	<types>
		<authentication/>
	</types>
	<settings>
		<admin>\OCA\User_SAML\Settings\Admin</admin>
		<admin-section>OCA\User_SAML\Settings\Section</admin-section>
	</settings>
</info>