Versions Compared

Key

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

All services require TLS for the transport security.

Authentication

...

Note: This is done automatically if you are using HIMSA's .NET Client, Legacy Business API or Module APITODO

4. Connecting to API

  • URI and port number
    • QA environment: api.qa.eu.noah-es.com:443
    • EU Production: api.eu.noah-es.com:443
    • US Production: api.us.noah-es.com:443
  • HIMSA's .NET Client:
    • Use the constructor that takes the refresh token as input
  • Legacy Business API:
    • Call the Initialize() method overload that takes server name and port number of IdP
    • Call ValidateLogin(), method overload that takes tenantId, setting LoginName to user e-mail and Password to refresh token
    • TODO: BPIToken
  • Legacy Module API:
    • TODO
    • TODO: BPIToken

Logging off

In case a user only set up 1 account and that account is of type single sign-on, logging off will redirect the user directly to the login page. In that case it will not be possible to set up a different account.

...