<?xml version="1.0"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
	<id>openotp_auth</id>
	<name>OpenOTP Auth</name>
	<summary>OpenOTP two-factor provider</summary>
	<description>
**RCDevs OpenOTP Application enables two-factor authentication for your users using your personal Cloud.**

It is versatile, device-independent and based on opened security standards.

OpenOTP provides fine-grained user identity and access management (IAM), one-time passwords authentication technologies (OTP) and Universal Second Factor Authentification (U2F) including among others extensive authentication policies for your AD / LDAP users.

It is enterprise-ready with strong support for:

* high-availability
* load-balancing
* multi-tenancy
* geolocation
* delegated administration
* contextual authentication with IP address and device fingerprint
* push Login technology with Mobile Phone
* voice biometrics technology
* easy installation, update and configuration in RCDevs WebADM
* ... and much more.
	</description>

	<version>1.31.2</version>
	<licence>agpl</licence>
	<author>RCDevs</author>
	<namespace>OpenOTPAuth</namespace>
	<category>security</category>

	<website>https://github.com/rcdevs/nextcloud_openotp_auth</website>
	<bugs>https://github.com/rcdevs/nextcloud_openotp_auth/issues</bugs>
	<repository type="git">https://github.com/rcdevs/nextcloud_openotp_auth.git</repository>

	<screenshot>https://raw.githubusercontent.com/rcdevs/nextcloud_openotp_auth/N31/screenshots/openotp_auth_admin.png</screenshot>
	<screenshot>https://raw.githubusercontent.com/rcdevs/nextcloud_openotp_auth/N31/screenshots/openotp_auth_fido2.png</screenshot>

	<dependencies>
		<php min-version="8.2" max-version="8.4"/>
		<nextcloud min-version="31" max-version="31"/>
	</dependencies>

	<two-factor-providers>
		<provider>OCA\OpenOTPAuth\Provider\TwoFactorRCDevsOpenOTPProvider</provider>
	</two-factor-providers>

	<settings>
		<admin>OCA\OpenOTPAuth\Settings\Admin\AdminSettings</admin>
		<admin-section>OCA\OpenOTPAuth\Settings\Admin\AdminSection</admin-section>
	</settings>

	<!-- <activity>
		<settings>
			<setting>OCA\OpenOTPAuth\Activity\Setting</setting>
		</settings>
		<providers>
			<provider>OCA\OpenOTPAuth\Activity\Provider</provider>
		</providers>
	</activity> -->
</info>
