cancel
Showing results for 
Search instead for 
Did you mean: 

Bypass SSO user credentials with HTTP destination user credentials

former_member476403
Discoverer
0 Kudos

Hi,

I have a requirement to by-pass the SSO credentials with http destination user credentials while trying to launch a ABAP Webdynpro Application.

I am currently using the CL_GUI_FRONTEND_SREVICES=>Execute () method to launch the abap wd application in a browser session. This uses the SSO credentials and logs in to the application ( provided SSO user exists in the target application ).

In case the SSO user does not exist in the target application , then the logon screen is shown to the user where he can enter the credentials.

What i would like to achieve is - i have an HTTP destination created with the target system details( serverhost, port , user credentials ) maintianed.

i would like to logon to the application by reading the http destination user credentials ( by pass SSO user credentials )

Could anybody help me in this if there is a way to achieve this ?

Best Regards,

Sunil

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You should not use CL_GUI_FRONTEND_SREVICES=>Execute () in WDA framework.

Former Member
0 Kudos
former_member476403
Discoverer
0 Kudos

Hi Krisna,

Thank you for the quick reply.

The links gave me an idea but it did not help me what i want to achieve.

The user id and password is not the same always.

What i have is different http destinations where different user credentials are defined.

What the user would do is select the http destination which he wants to use and then launch the URL .

in such a case, the SSO credentials should not be used but the credentials maintained in HTTP destination should be used

Could you please help ?

Best Regards,

Sunil