Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

GitHub Integration Token and URL question

angela
New Contributor III
New Contributor III

Hi, I am trying to set up GitHub and while following the guide I am confused to a few points required to authenticate. I followed this guide: https://docs.saviyntcloud.com/bundle/GitHubRest-v23x/page/Content/Creating-an-Integration.htm

Homepage URL - is this saviynts url? or a github url?
Call Back URL - where do we get this? where in github?
Code -> we don't see where this is given... there is no authorize page. They say to refer to figure 12 in the guide but aren't seeing where we would get that code
Homepage URL
Enter the full URL to your app's website.
Authorization callback URL
Enter the callback URL of your app.
For example: https://<domain-name>/oauth/callback
Make an API call using the POST method to get the access_token.
Sample URL: https://<GitHub site URL>/login/oauth/access_token?client_id=<client id>&client_secret=<client_secret>&code=<code>&redirect_uri=<redirect uri>&state=<name of state>
 
Can you help me understand what is needed here? Please let me know if I can provide any additional information! 
1 REPLY 1

rushikeshvartak
All-Star
All-Star

ParametersDescriptions

Application name

Specify the name of your app.

Homepage URL

Enter the full URL to your app's website. ( GitHub Application URL)

Application description

Optionally, type a description for your app.

Authorization callback URL

Enter the callback URL of your app. [This will be provided by application team when they configure new app/account for Connector]
For example: https://<domain-name>/oauth/callback

 

 

Code = Ask GitHub Admin to configure new application he will share token which is only required.


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.