> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-hi/workspaces/single-sign-on-sso.md).

# Single Sign On (SSO)

{% hint style="info" %}
Single Sign On (SSO) एक **प्रीमियम** फीचर है, जो केवल Enterprise के लिए उपलब्ध है।

हमारी plans और उनसे जुड़े फीचर्स की नवीनतम जानकारी के लिए, हमारा pricing page देखें।
{% endhint %}

Enterprise ग्राहक Single Sign On authentication का अनुरोध कर सकते हैं।

यदि आपके पास SSO के साथ software उपयोग करने से जुड़ी enterprise authentication आवश्यकताएँ हैं, तो यह उपयोगी है।

Single Sign On के बारे में अधिक जानने के लिए, संपर्क करें [Roboflow sales team](https://roboflow.com/sales) या अपने account representative से।

## SSO Profile-Based Authorization Groups

SSO का उपयोग करने वाले Enterprise ग्राहक configure कर सकते हैं **authorization group attributes** ताकि उपयोगकर्ताओं के identity provider (IdP) profile attributes, जैसे Active Directory (AD) group memberships, के आधार पर उन्हें अपने आप Roboflow authorization groups में assign किया जा सके।

जब कोई उपयोगकर्ता SSO के माध्यम से sign in करता है, तो Roboflow SSO profile के निर्दिष्ट attributes को पढ़ता है `sign_in_attributes` और उन्हें Roboflow authorization groups से map करता है। इससे आप Roboflow में groups को manually assign करने के बजाय अपने IdP के माध्यम से access control manage कर सकते हैं।

## AD Group द्वारा Workspace Access Gating

Enterprise SSO environments AD group membership के आधार पर प्रति-workspace access gating का समर्थन करते हैं। आपके SSO environment में प्रत्येक अनुमत workspace को इनके साथ configure किया जा सकता है:

* **Required AD Groups**: केवल वे उपयोगकर्ता जो निर्दिष्ट AD groups में से कम से कम एक के सदस्य हैं, workspace तक पहुँच सकते हैं। जो उपयोगकर्ता अब यह आवश्यकता पूरी नहीं करते, वे अपने अगले sign-in पर access खो देंगे।
* **Auto-join**: जब सक्षम होता है, तो जो उपयोगकर्ता आवश्यक AD groups को पूरा करते हैं (या यदि कोई groups configure नहीं हैं, तो सभी SSO users) उन्हें sign-in पर बिना invite के अपने आप workspace में जोड़ दिया जाता है।

इन options को प्रति workspace combined किया जा सकता है:

| Required AD Groups | Auto-join | Behavior                                                                                                |
| ------------------ | --------- | ------------------------------------------------------------------------------------------------------- |
| सेट नहीं           | बंद       | Default: admin को users को manually invite करना होगा                                                    |
| सेट नहीं           | चालू      | सभी SSO users अपने आप workspace में जोड़ दिए जाते हैं                                                   |
| सेट करें           | बंद       | जो मौजूदा members मेल नहीं खाते, उन्हें हटा दिया जाता है; नए users को फिर भी invite की आवश्यकता होती है |
| सेट करें           | चालू      | मेल खाने वाले users अपने आप जोड़ दिए जाते हैं; न मिलने वाले members हटा दिए जाते हैं                    |

{% hint style="info" %}
Roboflow admins AD group gating से मुक्त हैं और उनके पास हमेशा workspace access बना रहता है। SSO environment के default workspace पर कभी gating नहीं होती।
{% endhint %}

जब भी कोई उपयोगकर्ता आपके IdP के माध्यम से sign in करता है, AD group membership refresh हो जाती है। यदि किसी उपयोगकर्ता को आपके IdP में किसी आवश्यक AD group से हटा दिया जाता है, तो वे अपने अगले Roboflow sign-in पर gated workspaces का access खो देंगे।

workspace access gating configure करने के लिए, संपर्क करें [Roboflow sales team](https://roboflow.com/sales) या अपने account representative से।

## Custom Branding

Enterprise SSO environments custom branding का समर्थन करते हैं, ताकि आपका Roboflow अनुभव आपकी organization की visual identity से मेल खाए। Admins engineering involvement के बिना SSO admin panel के माध्यम से branding configure कर सकते हैं।

कस्टमाइज़ किए जा सकने वाले elements में शामिल हैं:

* **Login screen**: Organization logo, logo size, accent color, card background और border colors, button color, और Roboflow wordmark color।
* **Sidebar navigation**: selected और unselected states के लिए background hover color, text और icon colors, और logo border color।

बदलाव आपके SSO environment के सभी users के लिए तुरंत प्रभावी हो जाते हैं। आपके SSO environment के बाहर के users प्रभावित नहीं होते।

custom branding सेट up करने के लिए, संपर्क करें [Roboflow sales team](https://roboflow.com/sales) या अपने account representative से।


---

# 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:

```
GET https://docs.roboflow.com/roboflow/roboflow-hi/workspaces/single-sign-on-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.
