# OpenId Connect

## 🔐 ما هو **OpenId** المصادقة ؟

باستخدام OpenId Connect يمكنك تمكين تسجيل الدخول الموحد على نماذج ngSurvey الخاصة بك باستخدام خادم هوية متوافق مع OpenId لمصادقة المستجيبين. باستخدام عنصر الأمان OpenId سيقوم ngSurvey تلقائيًا بتسجيل دخول المستجيب من خادم الهوية.

## 🔅 خصائص OpenId Connect

* **`المُصدِر`** عنوان URI لمزود الهوية الخاص بك. مثلاً: <https://yourissueruri.com&#x20>;
* **`Client ID`** معرّف العميل الذي يحدد تطبيق مزود الهوية الخاص بك.
* **`نص زر تسجيل الدخول`** تسمية نصية لزر تسجيل الدخول الذي يُستخدم لبدء مصادقة OpenId يدويًا.
* **`السماح بإرسال متعدد`** هل يمكن للمستجيب المشاركة عدة مرات في نفس الاستبيان؟
* **`رسالة تسجيل الدخول`** هي الرسالة التي ستُعرض للمستجيب على صفحة تسجيل الدخول والتي ستسمح له بتحميل صفحة تسجيل دخول خادم CAS.


---

# 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/openid-connect.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.
