We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7a86e4 commit 7d93705Copy full SHA for 7d93705
src/main/resources/META-INF/share-config-custom.xml
@@ -18,6 +18,14 @@
18
<!-- <authenticator-id>oauth2-token</authenticator-id> -->
19
<identity>user</identity>
20
</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>
29
30
<!-- Authenticator Implementations -->
31
<authenticator>
0 commit comments