SAP TABLES

login/create_sso2_ticket SAP Parameter attribute - Create SSO tickets on this system








login/create_sso2_ticket is a SAP Parameter attribute which is used to control Create SSO tickets on this system information. This is available within R/3 SAP systems depending on the version and release level.

Below is the standard documentation available and a few details of the attributes values .

login/create_sso2_ticket profile paramerter attributes


Parameter Name: login/create_sso2_ticket
Description: Create SSO tickets on this system
Default Value: 3
Parameter Type ( See IF_PARAMETER_TYPES): Integer range(INT_RANGE)
Restriction Values: 0 3
Parameter Unit:
Parameter Group: Login
CSN Component: BC-SEC-LGN
System-Wide parameter: No
Dynamic Parameter: Yes
Vector Parameter: No
Has Sub-Parameters: No
Check Function Exists: No

Parameter documentation

You can use Single Sign-On (SSO) tickets to allow SSO between SAP systems, and even beyond to non-SAP systems. An SSO ticket can be a logon ticket or an assertion ticket. The logon ticket is transferred as a cookie with the name MYSAPSSO2. The assertion ticket is transferred as an HTTP header variable with the name MYSAPSSO2. Note that this requires additional configuration steps for the issuing and accepting systems. The issuing system should permit the generation of an SSO ticket login/create_sso2_ticket = 1 : SSO ticket including certificate login/create_sso2_ticket = 2 : SSO ticket without certificate login/create_sso2_ticket = 3 : Generate only assertion tickets
The SSO tickets are significantly smaller without the certificate.
See SAP Parameter Documentation for full SAP documentation for this profile parameter.