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.
Hi,
In JDE Cafe One, we are embedding the Imaging CommandExecutor link with the set of parameteres
https://hostname:port/imaging/faces/CommandExecutor.jspx?cmd=UCM_Managed_Attachments&sol=UCM_Managed_Attachments&application=PurchaseOrder&businessObjectType=PurchaseOrder&businessObjectKey1=PurchaseOrderNo&businessObjectValue1=102
which redirects to the Content Server managed attachment URL and gives the results.
https://hostname:port/cs/idcplg/_p/min/af/trigger-PurchaseOrder?IdcService=GET_SEARCH_RESULTS_FORCELOGIN&ResultCount=5&ResultTemplate=EBS_LIST&SearchEngineName=DATABASE.METADATA.AFLIST
But, every step it asks for the authentication on both imaging and content server side.
Would it be possible to skip Imaging authentication and ask only for Content server authentication.
P.S - We cannot implement OAM based and WNA SSO .
Thanks in advance !!
Please have look at the below link
afGuid is not available error when we use GET_SEARCH_RESULTS_FORCELOGIN
Thanks Raja!
I have followed the same steps.
But, I would like to skip the Imaging authentication.
We are embedding the below URL of AXF CommandExecutor:
https://imaging.kpit.com/imaging/faces/CommandExecutor.jspx?cmd=UCM_Managed_Attachments&sol=UCM_Managed_Attachments&application=PurchaseOrder&businessObjectType=PurchaseOrder&businessObjectKey1=PurchaseOrderNo&businessObjectValue1=102
When we select the document, its opening the above URL but before that its asking for the credentials, I have also added username in the URL but nothing is happening.
I would like to skip/restrict the authentication page of CommandExecutor Imaging.
Thanks in advance!!
Hi ,
May be it helps you
section 3.3
https://docs.oracle.com/cd/E29542_01/dev.1111/e12784/auth_and_session.htm#IPMDV10109
Thank you Raja.
Its not working, using this we cannot bypass the imaging login.
Thanks!!
Does below mean:
We can bypass the Imaging authentication?
Below is the link for the reference: Section 6.6.20 and section 6.6.21
https://docs.oracle.com/middleware/12211/wcc/ADTAD/GUID-112D8FB3-2B21-41B1-A04B-F68BCF6F4EC2.htm#ADTAD743
The Managed Attachments solution requires that the passed-in user from Oracle E-Business Suite or Oracle PeopleSoft perform tasks. The AXF_ATTACHMENTS_CONFIG.SQL script that you ran in Configuring AXF Elements for Managed Attachments for Managed Attachments sets the USERNAME_PASS_THROUGH value to TRUE. If needed at any point, restore the parameter's value to TRUE, as shown in Table 6-18 and AXF_SOLUTION_ATTRIBUTES Table.
Table 6-18 AXF_SOLUTION_ATTRIBUTES Table, USERNAME_PASS_THROUGH Configuration for Managed Attachments
SOLUTION_NAMESPACE
PARAMETER_KEY
PARAMETER_VALUE
AXF
USERNAME_PASS_THROUGH
TRUE
What is the value of USERNAME_PASS_TROUGH in your AXF_Solution_Attributes table?
The value of USERNAME_PASS_TROUGH is true.
What can be the issue, why its not taking business application credential and asking for the Imaging authentication,
With EBS integration with MA, it takes the EBS credential and does not ask for the authentication at Imaging:CommandExecutor right?
Do we pass the Username value also in the CommandExecutor URL? Is the below URL which we are passing is correct?
After putting the value of USERNAME_PASS_TROUGH is true, still its not working.
Please suggest here.
Thanks !!