Difference between revisions of "DisableManualLogin"

From SAP Enable Now Wiki
(Created page with "__NOTOC__ {{DISPLAYTITLE: disableManualLogin}} ==Scope== Web Assistant parameter, specified either in the URL or in the Web Assistant parameters in the linked application. =...")
 
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
==Scope==
 
==Scope==
Web Assistant parameter, specified either in the URL or in the Web Assistant parameters in the linked application.
+
SAP Companion parameter, specified either in the URL or in the SAP Companion parameters in the linked application.
  
 
==Purpose==
 
==Purpose==
 
If a user (trying to display Web Assistant help) cannot be authenticated via SSO, by default they will be presented with a manual login screen. If this parameter is set to '''<tt>true</tt>''' then the manual login screen is not displayed, and the SAML panel (or window) is simply closed. If a user is not authenticated then the results are as follows (after the SAML authentication window is closed):
 
If a user (trying to display Web Assistant help) cannot be authenticated via SSO, by default they will be presented with a manual login screen. If this parameter is set to '''<tt>true</tt>''' then the manual login screen is not displayed, and the SAML panel (or window) is simply closed. If a user is not authenticated then the results are as follows (after the SAML authentication window is closed):
* If the '''[[serviceLayerVersion]]''' parameter is set to '''<tt>UACP</tt>''' or '''<tt>WPB</tt>''' then the user will see only the SAP standard content in the Web Assistant.
+
* If the '''[[serviceLayerVersion]]''' parameter is set to '''<tt>UACP</tt>''' or '''<tt>EXT</tt>''' then the user will see only the SAP standard content in the Web Assistant.
* If the '''[[serviceLayerVersion]]''' parameter is set to '''<tt>EXT</tt>''' then the '''Help''' button (?) is hidden and the user will not be able to access Web Assistant at all.
+
* If the '''[[serviceLayerVersion]]''' parameter is set to '''<tt>WPB</tt>''' then the '''Help''' button (?) is hidden and the user will not be able to access Web Assistant at all.
  
 
==Usage==
 
==Usage==
 
Specified as:
 
Specified as:
  disableManualLogin=true|'''false''']
+
  disableManualLogin=[true|'''false''']
 +
or
 +
noMaLogin=[true|'''false''']
  
 
==See Also==
 
==See Also==
 
* '''[[noHelpMode]]'''
 
* '''[[noHelpMode]]'''
  
[[Category: Web Assistant parameter]]
+
[[Category: SAP Companion parameter]]

Latest revision as of 21:38, 9 November 2023


Scope

SAP Companion parameter, specified either in the URL or in the SAP Companion parameters in the linked application.

Purpose

If a user (trying to display Web Assistant help) cannot be authenticated via SSO, by default they will be presented with a manual login screen. If this parameter is set to true then the manual login screen is not displayed, and the SAML panel (or window) is simply closed. If a user is not authenticated then the results are as follows (after the SAML authentication window is closed):

  • If the serviceLayerVersion parameter is set to UACP or EXT then the user will see only the SAP standard content in the Web Assistant.
  • If the serviceLayerVersion parameter is set to WPB then the Help button (?) is hidden and the user will not be able to access Web Assistant at all.

Usage

Specified as:

disableManualLogin=[true|false]

or

noMaLogin=[true|false]

See Also