Skip to content

Commit 7d93705

Browse files
committed
Declare a generic HttpOAuth2QueryStringConnector connector which can be
used by client projects
1 parent d7a86e4 commit 7d93705

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/resources/META-INF/share-config-custom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@
1818
<!-- <authenticator-id>oauth2-token</authenticator-id> -->
1919
<identity>user</identity>
2020
</connector>
21+
<connector>
22+
<id>oauth2-querystring</id>
23+
<name>Chatter OAuth 2.0 Connector</name>
24+
<description>HTTP Connector with support for OAuth 2.0 authentication</description>
25+
<class>org.sharextras.webscripts.connector.HttpOAuth2QueryStringConnector</class>
26+
<!-- <authenticator-id>oauth2-token</authenticator-id> -->
27+
<identity>user</identity>
28+
</connector>
2129

2230
<!-- Authenticator Implementations -->
2331
<authenticator>

0 commit comments

Comments
 (0)