Mobile-optimized Login

Applications using 3-legged OAuth may want to point users to a mobile optimized log in experience. The syntax of the URL for this experience is as follows:

https://secure.healthx.com/publicservice/loginv1/mlogin.aspx?bc=[siteID]&aotoken=[oauthToken]&serviceid=[serviceid]

  • siteID: a GUID representing the branded Healthx custom site.
  • oauthToken: a request token obtained from Healthx.
  • serviceID: a GUID you can obtain from Healthx specific to the Healthx client.
Comments