14.10 Securing APIs with Role-Based Access Control
Secure REST APIs with roles and OAuth 2.0 clients for authorized partner access.
For production application integration use, secure any REST APIs you create with role-based access control. Then, issue any partner application a secure OAuth 2.0 client for authenticated access to the APIs you authorize them to use.
- Defining ORDS Role and Privileges
Define ORDS roles and privileges to control access to protected REST API modules. - Issuing OAuth Client for Authentication
Issue an OAuth client so an external system can authenticate and access authorized APIs. - Using REST API with an OAuth Client
Use an OAuth client to get a bearer token and call authorized REST APIs.
Parent topic: Exposing APIs for Integration