SSO Butterfly

Results 1 to 3 of 3
  1. #1
    Alpha Member Twan is offline
    MemberRank
    Jun 2010 Join Date
    1,961Posts

    SSO Butterfly

    Hello,

    Im using Butterfly for RevCMS, no i have to update the SSO for Revcms, this is the code:
    Code:
    case "client":
    $users->createSSO($_SESSION['user']['id']);
    $users->updateUser($_SESSION['user']['id'], 'ip_last', $_SERVER['REMOTE_ADDR']);
    $template->setParams('sso', $users->getInfo($_SESSION['user']['id'], 'auth_ticket'));
    break;
    How can i make this to work with butterfly?


  2. #2
    Lurking around Clawed is offline
    MemberRank
    Jun 2012 Join Date
    RaGEZONELocation
    785Posts

    Re: SSO Butterfly

    Butterfly original source don't support auth_ticket, only user_tickets.

  3. #3
    Valued Member TheFlamingo is offline
    MemberRank
    May 2013 Join Date
    123Posts

    Re: SSO Butterfly

    Goto the butterfly source and edit the userdatafactory



Advertisement