# Authentication and Authorization

At Emporix, we care much about security of our systems to protect your data. One of the security measures that Emporix undertakes is enabling appropriate user authentication and authorization. The tools within Emporix system allow for adequate verification of user identity and access rights.

To learn more about the available tools and their configuration, see:

User Authentication:

* [Emporix Single Sign-On (SSO)](/ce/system-management/authentication-and-authorization/authentication/user-authentication/sso.md)

Customer Authentication:

* [Auth0](/ce/system-management/authentication-and-authorization/authentication/customer-authentication/auth0.md)
* [Keycloak](/ce/system-management/authentication-and-authorization/authentication/customer-authentication/keycloak.md)

Authorization:

* [Identity and Access Management (IAM)](/ce/system-management/authentication-and-authorization/authorization/iam.md)
* [Site Permissions](/ce/system-management/authentication-and-authorization/authorization/site-permissions.md)

{% hint style="info" %}
For technical implementation examples, refer to the [Customer Authentication](/api-references/quickstart/authentication-and-authorization/customer-authentication.md) guides.
{% 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://developer.emporix.io/ce/system-management/authentication-and-authorization.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.
