- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2022 02:36 AM
hey,
i'm developing a mechanism to interact with service-now, so far i've been using username and password as auth method.
are there any other methods?
couldn't find any (that i managed to configure)
thanks
Solved! Go to Solution.
- Labels:
-
Scoped App Development

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2022 03:18 AM
Hello ilanpcy,
ServiceNow REST APIs use basic authentication, mutual authentication and OAuth to authorize user access to REST APIs/endpoints. You can also configure your instance to use multi-factor authentication to access REST APIs.
Please see below URL for more information
Please Mark ✅ Correct/helpful, if applicable, Thanks!!
Regards
Sulabh Garg
Regards
Sulabh Garg

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2024 06:35 AM
ServiceNow supports five authentication methods, along with BasicAuth for inbound API authentication.
1. Certificate-based authentication(mTLS): https://docs.servicenow.com/bundle/washingtondc-platform-security/page/integrate/authentication/conc...
2. OAuth: (Resource owner password credentials, Authorization code, client credentials, and JWT bearer grant type) https://docs.servicenow.com/bundle/washingtondc-platform-security/page/integrate/authentication/conc...
3. API key: https://docs.servicenow.com/bundle/washingtondc-platform-security/page/integrate/authentication/task...
4. HMAC token: https://docs.servicenow.com/bundle/washingtondc-platform-security/page/integrate/authentication/task...
5. Using 3rd party JWT tokens: https://docs.servicenow.com/bundle/washingtondc-platform-security/page/administer/security/task/add-...