Enable OAuth with inbound REST
-
- UpdatedAug 1, 2024
- 1 minute read
- Xanadu
- API implementation
Enable OAuth with inbound REST
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