You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling get_sso_ticket(), it fails with reference to SAP_UC*.
try {
$conn = new sapnwrfc($config);
$ticket = $conn->get_sso_ticket();
echo "ticket: $ticket \n";