Application registry

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2017 04:35 AM
Hi Techies,
What is client id, client secret and token URL for in application registry in OAuth. I am very new in this.
can any one help me on this.
regards,
Abhishek

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-04-2017 04:44 AM
Hi Abhishek,
In OAuth client id is automatically-generated unique ID of the client application requesting the access token
client secret is shared secret string that the instance and the OAuth application use to authorize communications with one another
token URL is the endpoint that is provided by the third party OAuth provider.
Below links may help you to understand more about it:
OAuth Applications - ServiceNow Wiki
Generating OAuth Tokens - ServiceNow Wiki
How to setup OAuth2 authentication for RESTMessageV2 integrations
Please mark Helpful/Correct as per impact of the response!!
Thanks,
Anjali