# أمان Azure Active Directory

## 👥 ما هو Azure Active Directory Security؟

باستخدام أمان Azure يمكنك تقييد الوصول إلى استبيانك للمستخدمين الذين لديهم حساب صالح في Azure Active Directory. يمكن إعداد عنصر الأمان هذا إما للسماح بتسجيل الدخول الموحد ليقوم بتسجيل دخول المستجيبين تلقائياً إذا كانوا قد سجلوا الدخول مسبقاً إلى Azure Active Directory أو للسماح للمستخدمين بتسجيل الدخول يدوياً باستخدام بيانات اعتماد Azure Active Directory الخاصة بهم.&#x20;

## 🔅 خصائص أمان Active Directory

* **`Application (client) ID`** معرّف التطبيق الذي لديك [إعداده](/ar/installation-setup/installation/azure-active-directory/azure-active-directory-setup.md) وسجلته في بوابة Azure Active Directory الخاصة بك. إذا تركته فارغاً سيستخدم ngSurvey معرّف التطبيق المعين على مستوى النظام في [إعدادات النظام](/ar/installation-setup/system-settings/azure-active-directory-settings.md).&#x20;
* **`Authority`** جهة إصدار Azure Active Directory، إذا لم يكن لديك Authority مخصصة يمكنك ترك هذه القيمة فارغة.

  **`السماح بإرسال متعدد`** يسمح للمستجيب بالمشاركة عدة مرات في نفس الاستبيان.
* **`Single sign on`** إذا كان المستجيبون مصدقين بالفعل في Azure Active Directory فسيقوم ngSurvey بتسجيل دخولهم تلقائياً في الاستبيان.
* **`مدة صلاحية رمز التفويض`**&#x62A;حدد بالدقائق المدة التي سيثق فيها ngSurvey برمز المصادقة الذي أنشأه المستخدم من Azure. بمجرد انتهائها سيتعين على المستخدم تسجيل الدخول مجدداً لإرسال الاستبيان.

{% hint style="success" %}
يمكن استخدام عنصر الأمان هذا كمزوّد [key provider](/ar/form-management/security/key-provider-concepts.md).&#x20;
{% 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://docs.ngsurvey.com/ar/form-management/security/security-items/azure-active-directory-security.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.
