This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.
Configuring CodePlex Operations
To use the methods of CodePlex connector, that they require authentication, add <codeplex.getAccessToken> elements in your configuration before calling that CodePlex operations. For further information about authorization, go to Authentication.
CodePlex supports the OAuth2 protocol.
getAccessToken
<codeplex.getAccessToken> <clientId>{$ctx:clientId}</clientId> <clientSecret>{$ctx:clientSecret}</clientSecret> <refreshToken>{$ctx:refreshToken}</refreshToken> </codeplex.getAccessToken>
Properties
clientId
: The key received from CodePlex for your application.clientSecret
: The secret received from CodePlex for your application.refreshToken
: Refresh token obtained from codeplex oauth 2.0.
Now you have connected to CodePlex, use the information in the following resources to perform the operations with the connector.