cancel
Showing results for 
Search instead for 
Did you mean: 

SSO between portal and abap webdynpro custom application

Former Member
0 Kudos

Hi Experts,

I have developed a webdynpro for abap application and created an iview in portal. We have the users with same userid in portal and ECC system. When I login to portal and try to access my iview, i get the login screen of web application server. It asks the user to change the initial password. I already created a Sytem object and assigned it to the iview and selected 'SAP Logon Ticket' in the usermanagement while creating the system.

Also, We have SSO with logon ticket already setup between portal and ECC sytem but for webdynpro for java iviews only. this is the first cutom webdynpro for abap iview

Please let me know how can i avoid this password change? AS in SAP logon tiket contains only userid of the user than why its asking us to change the default initial password.

Thanks and regards,

Ajaya Singh

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member201257
Active Contributor
0 Kudos

Set the following SSO related profile parameter in the backend system:

login/password_change_for_SSO=0

http://help.sap.com/saphelp_nw04/helpdata/en/22/41c43ac23cef2fe10000000a114084/content.htm

Thanks,

Shanti

Former Member
0 Kudos

Hi Shanti,

Thanks! this resolved my issue. Do you have a complete SSo docuemnt which i can follow. Because, these things come through experience or document.

Thanks and regards,

Ajay