Authentication

User Authentication Overview

Supply Auth Token

Pass the logged-in user’s client-side authentication token (i.e. bearer token) when embedding into your app or web application.

Validate Token

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.

Filter Data Rows

The identifying details, roles and claims are used to filter the data rows to ensure they’re seeing only what they have access to.

Segmented Reports

The shown dashboards and reports are built only from data visible to the user and/or the user’s tenant.

Last updated