> For the complete documentation index, see [llms.txt](https://docs.inopli.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inopli.com/faq/others/inopli-for-military-and-sovereign-environments/identity-authentication-and-access-control.md).

# Identity, Authentication & Access Control

Inopli provides a comprehensive **identity, authentication, and access control framework** specifically available in **dedicated on-premises deployments for military and sovereign organizations**. This framework is designed to meet strict requirements for access governance, segregation of duties, and centralized identity control in highly sensitive environments.

In this deployment model, the platform supports **Single Sign-On (SSO)** using industry-standard protocols, including **SAML**, **OpenID Connect**, and **Kerberos**. These mechanisms enable integration with existing enterprise identity providers, allowing users to authenticate using organizational credentials and ensuring alignment with internal access policies.

Inopli integrates natively with **directory services** such as **Active Directory (AD)** and **LDAP**. User accounts, groups, and role hierarchies can be synchronized with the platform, enabling access permissions to be derived directly from organizational structures. This approach simplifies identity management and ensures that changes in directory services are consistently reflected within the platform.

Access to platform features and data is enforced through **role-based access control (RBAC)**. Roles define the permissions assigned to each user, including visibility into security data, incident handling capabilities, execution of response actions, configuration of automations, and administrative functions. This model supports strict separation of responsibilities and controlled operational access.

All authentication and authorization activities are fully **audited**. The platform records login events, access attempts, permission changes, and other identity-related actions, ensuring complete traceability and accountability. These audit records support governance, compliance, and internal security oversight requirements.

By offering advanced identity integration and access control capabilities exclusively in dedicated on-premises deployments, Inopli enables military and sovereign organizations to operate the platform with full control over authentication, authorization, and auditing, aligned with their security and regulatory constraints.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.inopli.com/faq/others/inopli-for-military-and-sovereign-environments/identity-authentication-and-access-control.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
