Skip to Main Content

Application Development Software

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.

Skip CommandExecutor Imaging authentication step

2983392Feb 16 2017 — edited Feb 22 2017

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 !!

Comments

2983392

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!!

2983392

Thank you Raja.

Its not working, using this we cannot bypass the imaging login.

Thanks!!

2983392

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?

2983392

The value of USERNAME_PASS_TROUGH is true.

2983392

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?

https://hostname:port/imaging/faces/CommandExecutor.jspx?cmd=UCM_Managed_Attachments&sol=UCM_Managed_Attachments&application=PurchaseOrder&businessObjectType=PurchaseOrder&businessObjectKey1=PurchaseOrderNo&businessObjectValue1=102

After putting the value of USERNAME_PASS_TROUGH is true, still its not working.

Please suggest here.

Thanks !!

1 - 8
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 22 2017
Added on Feb 16 2017
8 comments
358 views