OAuth2
Schritt 1 — Chamilo bei Ihrem Identitätsanbieter registrieren
https://your-chamilo-url/connect/<provider>/checkSchritt 2 — authentication.yaml konfigurieren
Schlüssel
Beschreibung
Azure AD (Microsoft Entra ID)
authentication:
1:
oauth2:
azure:
enabled: true
title: "Mit Microsoft anmelden"
client_id: "<application-client-id>"
client_secret: "<client-secret>"
tenant: "<tenant-id>"
url_login: "https://login.microsoftonline.com"
path_authorize: "/<tenant-id>/oauth2/v2.0/authorize"
path_token: "/<tenant-id>/oauth2/v2.0/token"
url_api: "https://graph.microsoft.com"
allow_create_new_users: true
allow_update_user_info: trueKeycloak
Facebook
Generisches OAuth2
Schritt 3 — Cache leeren und testen
Tipps
Zuletzt aktualisiert
War das hilfreich?