...
When the client is redirected to the RedirectURI, the body in the response will contain:
- auth_code: Must be exchanged afterwards for an access token
- tenantid claim: The tenantId that the user selected
- RefreshToken: Must be exchanged afterwards for an access token. If using HIMSA's .NET Client this step is automatedId token
3. Exchange
...
auth_code for an access token
Note: This is done automatically if you are using HIMSA's .NET Client
...
- 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 Either use the constructor that takes the an access token or a refresh token as input
5. Renewal of access token
Note: This is done automatically if you are using HIMSA's .NET Client.
Only if relevant for your app and if app registration allows.
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.
...