This document will continue to evolve as existing sections change and new information is added. All updates appear in the following table:
| Date | Module | Feature | Notes |
|---|---|---|---|
| 06 DEC 2022 | Created initial document. |
HAVE AN IDEA?
We’re here and we’re listening. If you have a suggestion on how to make our cloud services even better then go ahead and tell us. There are several ways to submit your ideas, for example, through the Ideas Lab on Oracle Customer Connect. Wherever you see this icon after the feature name it means we delivered one of your ideas.
GIVE US FEEDBACK
We welcome your comments and suggestions to improve the content. Please send us your feedback at oracle_fusion_applications_help_ww_grp@oracle.com.
DISCLAIMER
The information contained in this document may include statements about Oracle’s product development plans. Many factors can materially affect Oracle’s product development plans and the nature and timing of future product releases. Accordingly, this Information is provided to you solely for information only, is not a commitment to deliver any material, code, or functionality, and should not be relied upon in making purchasing decisions. The development, release, and timing of any features or functionality described remains at the sole discretion of Oracle.
This information may not be incorporated into any contractual agreement with Oracle or its subsidiaries or affiliates. Oracle specifically disclaims any liability with respect to this information. Refer to the Legal Notices and Terms of Use for further information.
Managing Custom Access for B2B Storefront Users
In this release, we are enhancing the access control capabilities on Storefront for B2B merchants. This will make managing access easier for multiple users across multiple accounts and reduce the number of roles that need to be created by the merchant. This update allows you to assign a standard role to a user in the scope of an account. Earlier, standard roles always took effect in a global scope, i.e., regardless of account context. We are also introducing translatable properties for roles and access rights, and categories for storefront organizational roles.
Capability highlights
- Assign all standard roles to/from users in global scope or account scope.
- View the standard roles assigned to a user in the scope of an account.
- Filter the contacts in an account by effective roles, i.e., roles applicable to the user in an account scope.
- Translate names and descriptions for custom roles and access rights.
Multi-Factor Authentication for Storefront Users
Oracle Commerce merchants can now enable Multi-Factor Authentication for Storefront users. The feature protects user data by adding an additional authentication layer. It prevents security breaches that result from brute force attacks and compromised credentials.
Capability Highlights
- Asks for a Time-based One-Time Password (TOTP) emailed to the user.
- Allows resending TOTP.
- Allows remembering devices on successful authentication.
- Both Storefront Classic and OSF support the feature on Home and Checkout login pages.
- The feature is not site-specific.
Oracle Commerce supports configuration, pricing and quoting via Oracle CPQ Integration. OSF already supports CPQ Integration via Service Side Extensions which is REST API based. As an alternative approach OSF now also supports CPQ Integration via iFrame.
Web Content Widget Support in Classic to OSF Assets Conversion Tool
The Classic to OSF Assets Conversion Tool now also converts Storefront Classic web content widget fragments into OSF widgets along with its text and image contents. It also filters out Agents layouts as they are not required for OSF
In OSF, if your service exceeds its limits during a traffic spike, new shoppers will be redirected to a temporary waiting room page which is the ‘Site Busy’ page
Generate Webhook Secret Key Using Mac Hash Algorithm
Webhook events are signed so that the system receiving the event can verify their authenticity. Starting from 22D release webhook POST requests include an HMAC SHA512 signature in the X-Oracle-CC-WebHook-Signature-SHA512 header. This signature value is calculated using HmacSHA512 secret key.
Cybersource Integration uses Rest instead of SOAP Toolkit
OOTB Cybersource integration uses the SOAP toolkit for order cancellation and returns. SOAP libraries are old and not compatible with the latest JVM. Replacing SOAP with REST will eliminate any third-party library maintenance overhead.