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 IdPCall ValidateLogin(), method overload that takes tenantId, setting LoginName to user e-mail and Password to refresh tokenTODO: BPIToken
Legacy Module API:TODOTODO: 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.
...