Latest OAuth 2.0 Setup in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi everyone! I'm building a custom application and need to authenticate it with ServiceNow using OAuth 2.0 so it can securely access ServiceNow APIs. It seems that setup steps of OAuth has been changed from UI.
Can someone walk me through the setup steps?
- How do I register my application in ServiceNow as an OAuth client?
- How do I get the client ID and client secret?
- Any code examples or libraries that work well with ServiceNow OAuth?
Thanks for the help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
45m ago
Hi @harshalthak ,
ServiceNow now uses the Machine Identity Console to manage inbound integrations.
Follow Steps to setup:
Create a New Integration.
Select Authorization Code (or your preferred grant type).
Fill in your application details.
Define the OAuth Scopes to restrict unnecessary API access and keep it secure.
Refer Link:
Thanks
Anand