# المصادقة CAS

## 🔐 ما هو مصادقة CAS؟

باستخدام [central authentication service](https://en.wikipedia.org/wiki/Central_Authentication_Service) (CAS) يمكنك تمكين تسجيل الدخول الموحد على نماذج ngSurvey الخاصة بك باستخدام خادم CAS لمصادقة المستجيبين.

سيقوم عنصر الأمان CAS بإعادة توجيه المستجيب تلقائيًا إلى خادم CAS إذا لم يتم العثور على أي تذكرة. إذا تم العثور على تذكرة لكنها كانت غير صالحة فسيطلب من المستجيب تسجيل الدخول مرة أخرى إلى خادم CAS.

## 🔅 خصائص CAS

* **`عنوان URL الخاص بـ CAS`**&#x639;نوان URL للخادم الذي يستضيف CAS الخاص بك. مثال: <https://yourdomain.com/cas> &#x20;
* **`السماح بإرسال متعدد`** هل يمكن للمستجيب المشاركة عدة مرات في نفس الاستبيان؟
* **`رسالة تسجيل الدخول`** هو الرسالة التي سيتم عرضها للمستجيب على صفحة تسجيل الدخول والتي ستسمح له بتحميل صفحة تسجيل دخول خادم CAS. ستظهر هذه الرسالة إذا فشل ngSurvey في مصادقة المستخدم تلقائيًا.


---

# 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/cas-authentication.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.
