> For the complete documentation index, see [llms.txt](https://docs.chamilo.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.chamilo.org/2.x-nl/beheerdershandleiding/admin-guide/authentication/cas.md).

# CAS

> **Status in Chamilo 2.x.** CAS-configuratie-instellingen (`cas_activate`, `cas_server`, `cas_server_uri`, `cas_port`, `cas_protocol`, `cas_add_user_activate`) bestaan nog steeds in de platforminstellingen als een overblijfsel uit Chamilo 1.x, en CAS verschijnt nog steeds als een selecteerbare authenticatiebron op het gebruikersformulier — maar er is geen CAS-authenticator geïntegreerd in de beveiligingspijplijn van Chamilo 2.x. Inloggen via CAS werkt momenteel **niet** standaard. Als u SSO nodig heeft op Chamilo 2.x, gebruik dan in plaats daarvan [OAuth2](/2.x-nl/beheerdershandleiding/admin-guide/authentication/oauth2.md) (Azure / Keycloak / Generic) of [LDAP](/2.x-nl/beheerdershandleiding/admin-guide/authentication/ldap.md).

## Wat CAS zou doen (gedrag in 1.x)

CAS (Central Authentication Service) is een single sign-on protocol dat vaak wordt gebruikt in universiteiten en onderzoeksinstellingen. In Chamilo 1.x zou het klikken op "Inloggen met CAS" de gebruiker doorverwijzen naar een CAS-server, het geretourneerde ticket valideren en een lokaal account aanmaken of koppelen op basis van CAS-attributen.

## Migratie-opmerking

Als u een Chamilo 1.x-portaal upgradet dat CAS gebruikte, plan dan om die inlogstroom voorlopig opnieuw te implementeren bovenop OAuth2 of LDAP, totdat de CAS-authenticator in een toekomstige 2.x-release wordt hersteld.


---

# 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.chamilo.org/2.x-nl/beheerdershandleiding/admin-guide/authentication/cas.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.
