I started with the REST service from 14c on microservices and ORDS, but it still works without authentication.
Now, I have assigned an OAuth 2.0 client to my ORDS data URI so that I can request a bearer token
for the data URI using the client_id
and client_security
.
The data access works very well in a Python test. The bearer token is automatically requested again.
What parameters and inputs must be used in the REST designer to automatically refresh the bearer token and the security of the data URI for
- client_id
- client_security
- Bearer token URL?
Thanks, Friedhold