Is It Possible To Use the Customer Center Password Into Customized Code to Authenticate the CSR to An External System?
(Doc ID 1487547.1)
Last updated on MARCH 16, 2019
Applies to:
Oracle Communications Billing and Revenue Management - Version 7.4.0.0.0 to 7.5.0.0.0 [Release 7.4.0 to 7.5.0]Information in this document applies to any platform.
Purpose
This document answers a few questions related to the usage of the authenticate method from the com.portal.app.comp AuthModule Interface.
From the documentation:
This interface enables interaction with 3rd party authentication software. If the property portal.authentication.module is defined, the PIALoginDialog will instantiate the class defined by that property and pass it the data specified in the login dialog. If additional data is required, the AuthModule implementation can display another dialog to capture that information.
With the authenticate method declared with :
int authenticate(java.lang.String id,
java.lang.String host,
java.lang.String port)
With the authenticate method declared with :
int authenticate(java.lang.String id,
java.lang.String host,
java.lang.String port)
where the id, host and port are those provided in the following Customer Center welcome screen:
Questions and Answers
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Purpose |
Questions and Answers |
References |