diff --git a/.connector-store/meta.json b/.connector-store/meta.json new file mode 100644 index 0000000..8779071 --- /dev/null +++ b/.connector-store/meta.json @@ -0,0 +1,17 @@ +{ + "name": "Yammer", + "owner": "WSO2", + "category": "Federated authenticator", + "documentationUrl": "https://github.com/wso2-extensions/identity-outbound-auth-yammer/tree/master/docs", + "description": "The Yammer authenticator allows you to authenticate users using Yammer through the WSO2 Identity Server.", + "status": "Active", + "labels": ["SocialLogin"], + "releases": [ + { + "tagName": "1.0.0", + "products": [ + "IS 6.0.0" + ] + } + ] +}