cancel
Showing results for 
Search instead for 
Did you mean: 

Urjent

Former Member
0 Kudos

Dear all,

Hi all i have used application integrator for sso with external application and although i have done user mapping it takes me to login page. can somebody help me out on these.

Is it neccesary to deploy the sso ticket when i am using appintegrator and usermapping for sso with external application.

please reply

regards,

Sarang

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Sarang,

Check the URL to which your form gets submitted.

Also check out Detlev's replies in this <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=97116">thread</a>. The discussion here refers to the same problem. It has solved the issue finally.

Regards,

Pooja.

Former Member
0 Kudos

Hi Pooja,

Thanks for prompt reply.

But i have done the same thing as u have mentioned. and i have done all the configurations according to the same weblog written by Kiran.

Regards,

Sarang

Former Member
0 Kudos

Hi Sarang,

You need first to find out the URL that would get you in, so that you can recreate it with the AppIntegrator.

For this go to the Login Page, open the HTLM source code of the page and search for "<form". Make sure you get the correct URL string and the correct parameters to use (like for username, password and others that are needed).

Eg:

"<b>https://login.passport.com/ppsecure/post.srf?id=2&svc=mail&cbid=24325&msppjph=1&tw=0&fs=1&fsa=1&fsat=1296000&lc=1031&_lang=DE&bk=1136805314",</b> paramter for username = "PPSX" and for password = "PwdPad".

Make sure you have a working URL (like the above URL "https://login.passport.com/ppssecure...bk=1136805314&PPSX=YOUR_USERNAME&PwdPad=YOUR_PASSWORD")

that gets you in. Only after this works you'll have the correct parameters for AppIntegrator.

Also try this <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=89630">thread</a>.

Did you go thru this <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/2713">weblog</a>. I was able to login when i followed this.

Regards,

Pooja.