> For the complete documentation index, see [llms.txt](https://docs.datasuite.vn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.datasuite.vn/english/sharing-and-access-management/security-mechanism/sso-single-sign-on/integrate-sso-with-organization-account.md).

# Integrate SSO with Organization Account

**SSO – Organization Account** is a feature that allows businesses to centrally manage users within their organization, ensuring security and compliance with internal access policies. The system supports integration with identity services such as **Active Directory**, **Azure AD**, **Google Workspace**, etc., via standard protocols: **SAML** and **OIDC**.

#### Key Benefits for Businesses

* **Single Sign-On (SSO)**
* **Centralized user management**
* **Enhanced security** (support for MFA, policy-based access control)
* **Automatic user provisioning and deprovisioning**
* **Role- and department-based access control**

#### Required Information for Integration

To integrate your Organization Account with Data Suite, the following information must be prepared and provided to the **FPT Data Suite support team**:

<table data-header-hidden><thead><tr><th width="91">Protocol</th><th>Identity Provider</th></tr></thead><tbody><tr><td><strong>SAML</strong></td><td><ul><li>SSO URL</li><li>Entity ID (Issuer)</li><li>X.509 Certificate</li></ul></td></tr><tr><td><strong>OIDC</strong></td><td><ul><li>Client ID</li><li>Client Secret</li><li>Discovery URL or individual endpoints (Authorization, Token, UserInfo)</li></ul></td></tr></tbody></table>

#### Login Instructions After Integration

Once the **FPT Data Suite support team** completes the integration, they will provide your business with the necessary login details. You can follow these steps to log in:

{% stepper %}
{% step %}

#### Access the Login Page

Visit the homepage - <https://datasuite.fptcloud.com/>
{% endstep %}

{% step %}

#### Choose Organization Login Method

Select **“Continue with organization account”**

<figure><img src="/files/jVf60pAli6i4JQZXz5vi" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Enter Provided Business Credentials

Enter the business-specific login information provided by the FPT Data Suite team, then click **Login**

<figure><img src="/files/ZrW4bqaGeJjGi24ygN5c" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

#### Authenticate via Your Organization

The system will redirect you to your organization's login page (configured during integration).\
Enter your organization's credentials to complete the login process.

<figure><img src="/files/XaES54V6B0qMe21j73D2" alt=""><figcaption></figcaption></figure>
{% endstep %}
{% endstepper %}


---

# 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.datasuite.vn/english/sharing-and-access-management/security-mechanism/sso-single-sign-on/integrate-sso-with-organization-account.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.
