Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The recommended method to log in users is to make a signed request (same signing mechanism as with the Web API) to the URL https://_meridixurl_/SSO?u=_[username_] but before sending it use a ticket from Meridix Studio (token/secret) to sign the request resulting in a signed URL ex: 

...

The easiest way to login a user from an external system is to make a request against https://_[meridixurl_]/SSO?u=_[username_]&p=_[password_]
Where _[meridixurl_] is the URL to your Meridix installation, _[username_] is the username/email of the user you want to login and _[password_] is the Meridix password of the user.

...