SECURITY_CONTEXT - HTTP Security Context (Cross-Server Attributes)
HTTP Security Context (Cross-Server Attributes) information is stored in SAP table SECURITY_CONTEXT.
It is part of development package SHTTP_SECURITY_SESSIONS in software component BC-SEC-LGN. This development package consists of objects that can be grouped under "".
It is part of development package SHTTP_SECURITY_SESSIONS in software component BC-SEC-LGN. This development package consists of objects that can be grouped under "".
Fields for table SECURITY_CONTEXT
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
---|---|---|---|---|---|---|
CLIENT | Client | X | MANDT | CLNT | 3 | * |
ID | Security Context ID (Internal Representation of Session ID) | X | SECURITY_CONTEXT_ID | RAW | 32 | |
USERID | User Name in User Master Record | XUBNAME | CHAR | 12 | * | |
LINK | Internal Reference to Security Context (Time-Invariant) | SECURITY_CONTEXT_REF | RAW | 16 | ||
START_TIMESTAMP | Time (UTC): Creation of an HTTP Security Context | SECURITY_CONTEXT_CREATION_TIME | DEC | 8 | ||
EOL_TIMESTAMP | Time (UTC): HTTP Security Context Canceled | SECURITY_CONTEXT_EOL_TIMESTAMP | DEC | 8 | ||
AUTHNMETHODS | Security Context: Checked Logon Procedure (Bit Flags) | SECURITY_CONTEXT_AUTHN_METHOD | RAW | 2 | ||
EXT_SESSMAN | Indicator: External Session Management (IdP) Involved | SECURITY_CONTEXT_EXT_SESSMAN | INT1 | 1 | ||
TIMEOUT_CHECK | Indicator: Security Context With/Without Time Management | SECURITY_CONTEXT_TIMEOUT_CHECK | INT1 | 1 | ||
HAS_SUCCESSOR | Indicator: Context is obsolete (successor exists) | SECURITY_CONTEXT_HAS_SUCCESSOR | INT1 | 1 | ||
XSRF_TOKEN | XSRF Token (Base64 Encoded 128 Bit Random Value) | SECURITY_CONTEXT_XSRF_TOKEN | CHAR | 24 |