Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

  1. Login to GitHub with the account that shall perform the integration (regular account works)
  2. Click on the avatar and select Settings
  3. Click on Developer settings
  4. Click on OAuth Apps
  5. Click on New OAuth App
  6. Fill in Name any name will do
  7. Fill in Homepage, either full callback or to the main RINT screen ending with /secure/RestClientAction.jspa
  8. Fill in the Callback url which you copy from the authentication settings. more info here OAuth2
  9. Click Save

Scopes

https://developer.github.com/apps/building-oauth-apps/understanding-scopes-for-oauth-apps/

Authorize URL

https://github.com/login/oauth/authorize

Access Token URL

https://github.com/login/oauth/access_token

API Calls

https://developer.github.com/v3/

  • No labels