Search for existing answers to your product and support questions.
Familiarize yourself with our support site and learn best practices in working with our team.
Manage Service Requests, View and update service requests submitted by you and others in your organization.
Submit a new issue to our technical support team.
Oracle B2C Service insights from our Technical Support team subject matter experts
Browse resources to assist you in launching your implementation and ensure a successful go-live.
Access your OCI account.
Find product documentation for supported versions of B2C and documentation libraries for related service solutions.
You will have the tools to improve your customers' experience when you learn about all the things our products can do.
Find links for API documentation, Custom Processes, Customer Portal, and Agent Browser UI Extensibility Framework.
Explore how accelerators are designed to demonstrate how an integration scenario could be built using the public integration and extension capabilities of the Oracle B2C Service.
Prepare for a successful transition by reviewing upcoming release changes and enhancements.
Explore webinars, events, and feature kits to learn about B2C Service features, functionality, and best practices from the technical experts.
Oracle MyLearn offers a portfolio of free and paid subscription-based learning resources to help you gain valuable skills, accelerate cloud adoption, increase productivity, and transform your business.
Empower your team with the skills to implement, configure, manage, and use your applications with Customer Experience Cloud Training.
Our goal is to facilitate a friendly, supportive environment where members can easily collaborate with each other on solutions and best practices.
Ask and answer questions specific to B2C.
This is an exciting resource intended to help with your Oracle Service Cloud Analytics.
Share product improvement ideas and enhancement requests with Oracle Development, while collaborating with other Oracle customers and partners.
Update your phone number, email notification preferences, and severity 1 and severity 2 contact preferences.
View the contact managers within your organization.
Find contact information of the Technical Account Manager (TAM) and Client Success Manager (CSM) for your organization.
How do I restrict which computers (hosts) are allowed to access the agent console and end-user pages?
Environment:
Configuration SettingsOracle B2C Service, All versions including Browser User Interface (BUI)
Resolution:
The SEC_VALID_ADMIN_HOSTS setting defines which hosts are allowed to access the agent console. Only users logging in from hosts matching entries in this list are allowed access to the agent console.
Important! Use caution when editing this setting. An incorrect setting (i.e. an incorrect IP address) may lock you out of your site. If this happens, submit a service request to Ask Technical Support. Also, Oracle B2C Service uses a tool to monitor the uptime of your end user pages. This tool will not function if you restrict your enduser pages by IP address - if you want B2C Service Technical Support to be monitoring your site with this tool, you will need to add Oracle IP ranges to the configuration. Please submit a service request to get the needed configuration values.
In addition, the SEC_VALID_ENDUSER_HOSTS configuration setting works similarly but with respect to accessing the end-user pages at https://<vhost>/. Only users logging in from hosts matching entries listed in this setting are allowed access to the end-user pages.
You can edit the SEC_INVALID_ENDUSER_HOSTS configuration setting to explicitly list which hosts are not allowed to access the end-user interface.
Path to edit settings is: Select Configuration > Site Configuration > Configuration Settings > search by Key.For more information on accessing the Configuration Editor and editing settings, refer to Answer ID 1960: Editing Configuration SettingsAnswer ID 1960: Editing Configuration Settings.
Path to edit settings is: Select Configuration > Site Configuration > Configuration Settings > search by Key.
For more information on accessing the Configuration Editor and editing settings, refer to Answer ID 1960: Editing Configuration SettingsAnswer ID 1960: Editing Configuration Settings.
Valid entries to these settings include (in a comma separated list) domain names with wildcards (*.mycompany.com), or single IPv4 and or IPv6 addresses (216.136.229.72), (FE80:0000:0000:0000:0202:B3FF:FE1E:8329 or FE80::::0202:B3FF:FE1E:8329) and or IPv4 or IPv6 address ranges defined using standard CIDR (Classless Interdomain Routing) Notation.
For IPv4, use subnet masks such as (216.136.229.0/255.255.255.0) to specify ranges.
For IPv6 ranges are specified as follows: 2620:0:860:2::/64
Instead of, or in addition to, an IP address range, a domain may be entered. This should be included at the end of the list of IP addresses.
Example: 216.136.229.72, 216.136.229.0/255.255.255.0, *.domain.comNote: When using a domain name, a network operation must execute a DNS reverse lookup. This will result in connection delays and may induce a noticeable performance degradation of the Oracle B2C Service Application. Whenever possible, please refrain from using a domain name.
Additional Notes:
The use of hard returns is not permitted in these configuration settings. Any entries after a hard-return are not recognized.
Good example: 1.2.3.4, 1.2.3.5, 1.2.3.6
Bad example: 1.2.3.4,1.2.3.5,1.2.3.6
To determine your IP, visit https://cx.rightnow.com/app/utils/whatsmyip. Private IP addresses such as 192.168.0.0, 10.0.0.0, or 172.16.0.0 may not be used in this setting.
Modifying the SEC_VALID_ADMIN_HOSTS setting limits your exposure from somebody hacking into the administrative side of the product from another network. It also limits your ability to administrate your application from outside your corporate network. However, there are options available that would allow access into the admin side of the Oracle B2C Service application. These options and their pros and cons are outlined below:
If you have questions around what generates a session and how you can prevent inaccurate session billing on your site please review Demystifying Session Usage (PDF). Some simple mis-steps in customization and configuration can increase billable sessions. For more information, see Session usage information.