Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Purpose: validate login credentials and get user profile for a mobile worker or a web user


Single Sign On URL: https://www.commcarehq.org/a/[domain]/api/[version]/sso/

 

Sample URL:

https://www.commcarehq.org/a/[domain]/api/[version]/sso/

 

Post a url encoded username an password such as:

username=MY_USERNAME&password=MY_PASSWORD

 

If your credentials are correct, output will be identical to the User API or Web User API, as appropriate.

 

  • No labels