Skip to Main Content

Cloud Platform

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.

Customizing Bill Plan Page using Page Composer- dynamic authentication

Mansi_JainFeb 10 2025 — edited Feb 10 2025

We have a requirement to customize the Bill Plan page and add a button that will trigger a REST API/OIC call to refresh the bill rates from our pricing tool.

The plan is to use custom JavaScript within the HTML markup to call the REST API/OIC, passing the authentication details as a btoa (Base64 encoded) string of the Basic Username:Password. However, we are looking for a solution to pass this authentication dynamically in the SaaS environment (similar to how we use environment variables in OFS extensions).

Has anyone implemented a similar solution or have insights on how we can dynamically pass the authentication credentials securely in the SaaS environment?

Comments
Post Details
Added on Feb 10 2025
1 comment
26 views