- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2018 12:46 AM
Hi ,
I am trying to set up Oauth in my instance, I am aware of how to creating Oauth Application registry.
My question. How to make a Table API accessible only via Oauth? I see basic authentication also connects to Table API or any scripted REST API. can i know how we can restict so that it work only on Oauth?
Solved! Go to Solution.
- Labels:
-
Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2018 05:39 AM
Hi Vishu,
I think you cannot restrict any API to use OAuth or Basic authentication.
For example: even for OAuth you need to give username and password to the 3rd party team to get the access token. they can use this detail in basic authentication and call the table without OAuth. you won't know in Servicenow which authentication 3rd party is using while connecting to the API.
Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-31-2018 05:39 AM
Hi Vishu,
I think you cannot restrict any API to use OAuth or Basic authentication.
For example: even for OAuth you need to give username and password to the 3rd party team to get the access token. they can use this detail in basic authentication and call the table without OAuth. you won't know in Servicenow which authentication 3rd party is using while connecting to the API.
Mark Correct if this solves your issue and also hit Like and Helpful if you find my response worthy based on the impact.
Thanks
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader