cancel
Showing results for 
Search instead for 
Did you mean: 

Logon Pop Up Inspite of SSO2 Configuration

Former Member
0 Kudos

Hi,

We have a BSP application which has a custom Login Page for the User. In the SICF transaction, for this application under the Error Pages ->System Logon ->Settings-> User Specific , a class Z_ICF_BASIC_LOGIN is created which inherits from CL_ICF_BASIC_LOGON. The render method of this class has the code to create Login Page and accept user ID and Passwd.

The problem is very first time someone logs in the custom SAP log on Pops up after that when again the user logs it goes to this new login page.

SSO2 is working correctly . I checked SYSTEM and SYSTEM_PUBLIC.

Can anyone suggest something

Would it be helpful if I create a separate BSP application and set this application in SICF for User Specific page UNDER THE PUBLIC NODE and then call the target BSP application from here ?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

The system Logon Page had references to Mime Objects that were in Non Public directories. Hence the SAP Pop Up screen came up to access these objects.

We moved the Mime objects under the "Public" node and now its working fine.

Thanks.

eddy_declercq
Active Contributor
0 Kudos

Hi,

Pls don't forget to reward points and close the question if you find the answers useful.

Eddy

Former Member
0 Kudos

Hi,

One of the possible options is to use Anonymous Logon to remove the pop up.

Go to SICF transaction sap->bc->bsp->sap and select your application node and check for Anonymous Logon by providing client, user and password.

Hope this helps,

Regards,

Ravikiran.

eddy_declercq
Active Contributor
0 Kudos

Hi,

Check also weblogs like

/people/thomas.jung3/blog/2004/08/03/bsp-150-a-developer146s-journal-part-viii--user-authentication-single-sign-on

Eddy