diff --git a/.connector-store/meta.json b/.connector-store/meta.json new file mode 100644 index 0000000..9db8392 --- /dev/null +++ b/.connector-store/meta.json @@ -0,0 +1,18 @@ +{ + "name": "Bitly", + "owner": "WSO2", + "category": "Federated authenticator", + "documentationUrl": "https://github.com/wso2-extensions/identity-outbound-auth-bitly/blob/master/README.md", + "description": "The Bitly authenticator allows you to authenticate a user using Bitly through the WSO2 Identity Server. Bitly allows you to integrate your websites and applications with the Bitly service.", + "status": "Active", + "labels": ["SocialLogin"], + "releases": [ + { + "tagName": "1.0.1", + "products": [ + "IS 6.0.0", + "IS 5.11.0" + ] + } + ] +}