cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Fiori Login Issue

0 Kudos

Hello Community,

I am facing a Login issue with SAP fiori Client. Whenever I am trying to login it is automatically logging out. Although i have already configured Login and Log Off pages Successfully by performing the below steps and Yet the problem still exist Please Help !!

Login Page Configuration:

1.Under SICF transaction, navigate to default_host > sap > bc > ui5_ui5 > ui2 >ushell

2.Click on the tab “Error Pages” and navigate to tab “Logon Errors”.

3.Select System Logon radio button and choose Configuration button. Enter the following:

1.Under Settings Selection section, select Define Service-Specific Settings radio button.

2.Under Logon Layout and Procedure section, select Custom Implementation radio button and enter /UI2/CL_SRA_LOGIN in the ABAP Class field.

3.Save your entries.

Log Off Page Configuration

Instead you can configure the page to be redirected to loginpage.

1.Login to Fiori ECC system having proper authorization.

2.Execute transaction SICF and go to node /sap/public/bc/icf/logoff

3.Once the service loads, navigate to Error Pages->Logoff Page->Redirect to URL. Click on the pencil icon on the top left screen and enter the redirection URL as/sap/bc/ui5_ui5/ui2/ushell/shells/abap/Fiorilaunchpad.html

4.Click on Save button to save your entries.

5.After clicking on Save button, the wizard will prompt for credentials. The password entry needs to be made here to complete this implementation.

Accepted Solutions (0)

Answers (2)

Answers (2)

vinita_kasliwal
Active Contributor
0 Kudos

Hi Syed

It looks like all settings are correct not so sure what you mean by log out automatically does it happen after a few seconds?

  1. Check this setting for the Logoff service,
  • ->Under tab 'Logon data' Reauthentication' -> 'Deactivated System Wide' -> NO
  • ->'Handler List' has 'CL_HTTP_EXT_LOGOFF'

2. See if these Notes 1939636 and 1937147 are implemented

3. Check below

  • Go to /default_host/sap/bc/ui5_ui5/ui2/launchpage
  • Go to Error pages tab -> System logon , Click on configuration
  • You can see Logon layout and procedure. Check Custom Implementation and provide abap class as : /UI2/CL_SRA_LOGIN if not already.

4. Refer this link and see if you have below parameters implemented http/security_session_timeout and rdisp/plugin_auto_logout

https://help.sap.com/saphelp_nw73/helpdata/en/bb/1bcf2122fd4a76948816b1342f20d7/frameset.htm

Check at below blog

https://blogs.sap.com/2015/07/11/sapgui-logged-out-automatically-after-certain-time-auto-log-out/

5. Check all configuration steps are followed

https://blogs.sap.com/2014/11/05/simple-steps-to-configure-fiori-loginlogoff-page/

let me know if this helps

Regards

Vinita

vinita_kasliwal
Active Contributor
0 Kudos

Hi Syed

It looks like all settings are correct not so sure what you mean by log out automatically does it happen after a few seconds?

  1. Check this setting for the Logoff service,
  • ->Under tab 'Logon data' Reauthentication' -> 'Deactivated System Wide' -> NO
  • ->'Handler List' has 'CL_HTTP_EXT_LOGOFF'

2. See if these Notes 1939636 and 1937147 are implemented

3. Check below

  • Go to /default_host/sap/bc/ui5_ui5/ui2/launchpage
  • Go to Error pages tab -> System logon , Click on configuration
  • You can see Logon layout and procedure. Check Custom Implementation and provide abap class as : /UI2/CL_SRA_LOGIN if not already.

4. Refer this link and see if you have below parameters implemented http/security_session_timeout and rdisp/plugin_auto_logout

https://help.sap.com/saphelp_nw73/helpdata/en/bb/1bcf2122fd4a76948816b1342f20d7/frameset.htm

Check at below blog

https://blogs.sap.com/2015/07/11/sapgui-logged-out-automatically-after-certain-time-auto-log-out/

5. Check all configuration steps are followed

https://blogs.sap.com/2014/11/05/simple-steps-to-configure-fiori-loginlogoff-page/

let me know if this helps

Regards

Vinita