developer documentation r22134

Single sign on (SSO)

Single Sign on (SSO) Integration Steps

  1. We must ensure that the server making the api requests has the same domain as the filemobile hosted site you wish to log into.

    Eg.
    Client Site: www.abc123company.com

    FM Hosted Site: contest.abc123company.com

  2. When the user registers at www.abc123company.com, using our API you can create an account on our system using the following API call: http://mediafactory.fm/apimethod/users/registerOrUpdate

    Once that API is done you'd want to follow it up with a call to: http://mediafactory.fm/apimethod/users/getSessionToken

    This call will return a session token, you use this session token to create a cookie called SABRE_ID for the domain abc123company.com

  3. To Log the user into contest.abc123company.com, you'll need to make an API call using: http://mediafactory.fm/apimethod/users/getSessionToken

    This call will return a session token, you use this session token to create a cookie called SABRE_ID for the domain abc123company.com

    and once that cookie is set the user will be logged into the Client site, and the FM Hosted Site.

<< 7.6 Translation 8 Web services >>