Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Oracle Forms 14 - REST & Bearer Token

fmzJan 9 2025

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

This post has been answered by Michael Ferrante-Oracle on Jan 14 2025
Jump to Answer
Comments
Post Details
Added on Jan 9 2025
10 comments
151 views