Hi how can I provide Client Id, client secret, auth uri, auth token from my instnace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hi,
How can I provide these details? is there any guide or a video that show this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
Hey,
You can get the Client ID and Client Secret from your ServiceNow Platform instance by going to System OAuth → Application Registry and opening the OAuth application record created for the integration.
Inside that record, you will see the Client ID and Client Secret fields.
The Auth URI will usually be https://<your-instance>.service-now.com/oauth_auth.do and the Token URI will be https://<your-instance>.service-now.com/oauth_token.do.
You can share these details with the external system that is trying to connect to your instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @Alon Grod
Step by step instruction with screen shot is given here:
KB0778194 How to set up your ServiceNow instance as an OAuth Client
How to know my instance client secret and client id
Blog:> How we can create Client ID and Client Secret for OAuth 2.0 Authentication in ServiceNow?
