# Subscriptions, Licencing, SSO

## Licence

A licence is attributed to one user and grants them access to Daxium-Air. There are four types of licences:

* **Administrator** — full access to the platform, including configuration and user management
* **Mobile** — access to the mobile app only
* **Web Contributor** — access to the web platform with rights to create and edit Submissions
* **Web Reader** — read-only access to the web platform

## Subscription

A subscription is a bundle of licences purchased by your organisation. For example, a subscription could include 50 Mobile licences and 10 Web Contributor licences, allocated across your users based on their needs.

To purchase or adjust your subscription, contact your Daxium point of contact.

## SSO (Single Sign-On)

Single Sign-On (SSO) is an authentication method that allows users to log in to Daxium-Air using their existing organisation credentials, rather than managing a separate username and password. Once configured, users are redirected to their organisation's identity provider to authenticate, and are then granted access to the platform seamlessly.

Daxium-Air supports two standard SSO protocols:

* **SAML 2.0** — widely used in enterprise environments, typically with identity providers such as Azure AD, Okta, or ADFS
* **OIDC (OpenID Connect)** — a modern, OAuth 2.0-based protocol supported by most cloud identity providers

To set up SSO on your workspace, contact your Daxium point of contact.

{% hint style="info" %}
**Please note:** User provisioning (automatic account creation from your identity provider) and role mapping (automatic assignment of permissions based on identity provider groups) are not supported. Users must be created manually in Daxium-Air, and their licences and permissions assigned accordingly.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://www.center.daxium-air.com/user-documentation/build/managing-users/subscriptions-licencing-sso.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
