Skip to content

Commit cbc4830

Browse files
committed
Remove Chatter references from config
1 parent 115f005 commit cbc4830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
</connector>
1313
<connector>
1414
<id>oauth2-header</id>
15-
<name>Chatter OAuth 2.0 Connector</name>
15+
<name>Generic OAuth 2.0 Connector</name>
1616
<description>HTTP Connector with support for OAuth 2.0 authentication</description>
1717
<class>org.sharextras.webscripts.connector.HttpOAuth2Connector</class>
1818
<!-- <authenticator-id>oauth2-token</authenticator-id> -->
1919
<identity>user</identity>
2020
</connector>
2121
<connector>
2222
<id>oauth2-querystring</id>
23-
<name>Chatter OAuth 2.0 Connector</name>
23+
<name>Generic OAuth 2.0 Connector</name>
2424
<description>HTTP Connector with support for OAuth 2.0 authentication</description>
2525
<class>org.sharextras.webscripts.connector.HttpOAuth2QueryStringConnector</class>
2626
<!-- <authenticator-id>oauth2-token</authenticator-id> -->

0 commit comments

Comments
 (0)