Enable OAuth with inbound REST
-
- UpdatedAug 3, 2023
- 1 minute read
- Vancouver
- API implementation
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
Using OAuth, you can pass a user ID and password once, and then use a token for subsequent REST requests instead of submitting credentials with each request.
About this task
OAuth can improve system security by reducing the number of times you submit user credentials. You can use OAuth to authenticate REST requests.
This video demonstrates how to authenticate to REST APIs using OAuth.
Procedure