The following article describes the process of running extractions for pull destinations using Single-Sign-On (SSO) with SAP Logon-Ticket.
For more information on using SSO with Xtract Universal, refer to Online Help: SAP Single-Sign-On.

Note: SSO with Logon-Ticket is only supported by Xtract Universal and Board Connector.

Requirements #

  • The XU server must be set up to use HTTPS, see SSO with Kerberos SNC.
  • The Xtract Universal service must run under an XU Service Account.
  • The XU service account must be configured for Constrained Delegation to the SPN of the AS Java in AD.
  • An Application Server Java (AS Java) must be set up as a Ticket Issuing System, see SAP Help: Configuring the AS Java to Issue Logon Tickets.
  • The AS Java must be configured for SPNEGO/Kerberos.
  • A mapping between Windows AD users and SAP identities must be configured in the AS Java. The AS Java must be configured to generate SAP Logon Tickets. Consult with your SAP Basis team for more information.
  • The SAP AS ABAP must be configured to trust SAP Logon Tickets from the AS Java, see SAP Help: Using Logon Tickets with AS ABAP.

Process of Authentication #

The following graphic illustrates the process of calling an extraction with SSO via Ticket Issuer:
SSO-with-Logon-Ticket1

  1. The BI tool user starts an extraction by calling the XU web service. They authenticate against the XU web service with their Active Directory identity, using HTTPS and SPNEGO.
  2. The XU server contacts the Active Directory Domain Controller via Kerberos and tries to impersonate the web service caller (BI tool user) against the SAP AS Java (ticket issuer).
  3. The XU server receives a Kerberos ticket from the DC that allows it to impersonate the caller against the AS Java.
  4. The XU server uses the Kerberos ticket from 3. to authenticate against the AS Java as the caller via HTTPS and SPNEGO.
    Prerequisite: The AS Java has been configured for SPNEGO/Kerberos.
  5. The AS Java maps the caller’s AD identity to an SAP user and generates an SAP Logon Ticket for this SAP user. The AS Java sends the SAP Logon Ticket to the XU server via HTTPS as the value of the MYSAPSSO2 cookie.
  6. The XU server takes the SAP Logon Ticket that it has received from the AS Java and uses it to authenticate against the AS ABAP as the caller via RFC.
  7. The XU server extracts data from the AS ABAP using the identity and privileges of the caller (BI tool user) via RFC.
  8. The XU server sends the extracted data from 7. to the caller.