Authentication
Last updated
Last updated
Pass the logged-in user’s client-side authentication token (i.e. bearer token) when embedding into your app or web application.
We call your authentication service, passing the authentication token, allowing your server to validate the user and return identifying details, roles and claims giving your app full control over security and authentication.
The identifying details, roles and claims are used to filter the data rows to ensure they’re seeing only what they have access to.
The shown dashboards and reports are built only from data visible to the user and/or the user’s tenant.