Difference between revisions of "DelayManualLogin"

From SAP Enable Now Wiki
Line 12: Line 12:
 
==Usage==
 
==Usage==
 
Specified as:
 
Specified as:
  delayManualLogin=[ss]
+
  delayManualLogin=''ss''
where <ss> is the number of seconds to wait before displaying the message (if it hasn't been automatically dismissed in this period). The default value is '''<tt>10</tt>'''.
+
where ''<tt>ss</tt>'' is the number of seconds to wait before displaying the message (if it hasn't been automatically dismissed in this period). The default value is '''<tt>10</tt>'''.
  
 
[[Category: Web Assistant parameter]]
 
[[Category: Web Assistant parameter]]

Revision as of 06:14, 26 October 2021


Scope

Web Assistant parameter, specified either in the URL or in the Web Assistant parameters in the linked application.

Purpose

When a user attempts to access SAP Enable Now content via SSO, SAP Enable Now will check with the access provider, and when it receives positive authentication, a message of You have now been authenticated. Your request has been forwarded to the target application for processing. is briefly displayed in an iFrame. If the user is not authenticated, they are prompted to enter a Userid and password.

This parameter specifies the number of seconds to wait after issuing the authentication request, before showing the result of the authentication. Because the 'authenticated' message is automatically dismissed a few seconds after it is displayed, this parameter can be used to effectively suppress this message, and only display the manual login screen if authentication fails.

Usage

Specified as:

delayManualLogin=ss

where ss is the number of seconds to wait before displaying the message (if it hasn't been automatically dismissed in this period). The default value is 10.