EMS Native Authentication

Authenticate users via Everyday Application User (emsuser) credentials stored in the EMS database. The following example shows the default configuration that ships with EMS Mobile App.

After successful connection to EMS Platform Services, the user:

  1. Enters their credentials on the Sign In screen.
  2. Tap Sign In.

If the credentials are missing or invalid when the user taps Sign In, an error message appears.

Test Your EMS Native Authentication

If you installed the EMS Platform Services at https://Yourcompany.com/EmsPlatform, you can test the authentication with the following curl command where your_username and your_password are your credentials.

curl -X POST -H 'x-ems-consumer: MobileApp' -H 'Content-Type: application/json' -d '{"username":
"your_username", "password":"your_password"}' https://ems.yourcompany.com/endpoint...authentication

api/v1/authentication is the endpoint within the API where your request must be sent.