From 4c5a3ea495f6bd9701e77f54fc1fe665ca2bf2be Mon Sep 17 00:00:00 2001 From: vivekvinushanth Date: Fri, 5 Jul 2024 09:45:42 +0530 Subject: [PATCH 1/2] add metadata file --- .connector-store/meta.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .connector-store/meta.json diff --git a/.connector-store/meta.json b/.connector-store/meta.json new file mode 100644 index 0000000..92a4973 --- /dev/null +++ b/.connector-store/meta.json @@ -0,0 +1,17 @@ +{ + "name": "Pinterest Authenticator", + "owner": "WSO2", + "category": "Federated authenticator", + "documentationUrl": "https://docs.wso2.com/pages/viewpage.action?spaceKey=ISCONNECTORS&title=Pinterest+Authenticator", + "description": "The Pinterest authenticator allows you to authenticate users using Pinterest through the WSO2 Identity Server. Pinterest is a social network that allows users to visually share, and discover new interests by posting images or videos to their own or others' boards and browsing what other users have pinned.", + "status": "Active", + "labels": ["SocialLogin"], + "releases": [ + { + "tagName": "1.0.1", + "products": [ + "IS 6.0.0" + ] + } + ] +} From 925e72d73da0c4e8a041e58a90872d47563a6a35 Mon Sep 17 00:00:00 2001 From: Vivekvinushanth Christopher <32198547+VivekVinushanth@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:26:47 +0530 Subject: [PATCH 2/2] Update meta.json --- .connector-store/meta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.connector-store/meta.json b/.connector-store/meta.json index 92a4973..ab6f4bc 100644 --- a/.connector-store/meta.json +++ b/.connector-store/meta.json @@ -2,7 +2,7 @@ "name": "Pinterest Authenticator", "owner": "WSO2", "category": "Federated authenticator", - "documentationUrl": "https://docs.wso2.com/pages/viewpage.action?spaceKey=ISCONNECTORS&title=Pinterest+Authenticator", + "documentationUrl": "https://github.com/wso2-extensions/identity-outbound-auth-pinterest/tree/master/docs", "description": "The Pinterest authenticator allows you to authenticate users using Pinterest through the WSO2 Identity Server. Pinterest is a social network that allows users to visually share, and discover new interests by posting images or videos to their own or others' boards and browsing what other users have pinned.", "status": "Active", "labels": ["SocialLogin"],