diff --git a/.connector-store/meta.json b/.connector-store/meta.json new file mode 100644 index 000000000..23414edcd --- /dev/null +++ b/.connector-store/meta.json @@ -0,0 +1,17 @@ +{ + "name": "TOTP", + "owner": "WSO2", + "category": "Local authenticator", + "documentationUrl": "https://docs.wso2.com/display/ISCONNECTORS/TOTP+Authenticator", + "description": "The TOTP authenticator allows you to authenticate a user using Time-Based One Time Password through WSO2 Identity Server. It uses the TOTP specification to calculate the access tokens based on the time and the shared secret key between the user and the identity provider.", + "status": "Active", + "labels": ["Token","Twofactor"], + "releases": [ + { + "tagName": "2.0.14", + "products": [ + "IS 5.7.0" + ] + } + ] +}