forked from Frankniesten/Limesurvey-SAML-Authentication
-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.xml
22 lines (22 loc) · 882 Bytes
/
config.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<config>
<metadata>
<name>AuthSAML</name>
<type>plugin</type>
<creationDate>2018-08-144</creationDate>
<lastUpdate>2024-03-20</lastUpdate>
<author>Frank Niesten, Panagiotis Karatakis, Denis Chenu and other contributor</author>
<authorUrl>https://github.com/Shnoulle/Limesurvey-SAML-Authentication/graphs/contributors</authorUrl>
<supportUrl>https://support.sondages.pro/</supportUrl>
<version>1.1.3</version>
<license>GNU General Public License v3.0</license>
<description><![CDATA[LimeSurvey SAML authentication]]></description>
</metadata>
<compatibility>
<version>3</version>
<version>4</version>
<version>5</version>
<version>6</version>
</compatibility>
<updaters disabled="disabled"></updaters>
</config>