OAuth2
Étape 1 — Enregistrer Chamilo auprès de votre fournisseur d'identité
https://votre-url-chamilo/connect/<fournisseur>/checkÉtape 2 — Configurer authentication.yaml
Clé
Description
Azure AD (Microsoft Entra ID)
authentication:
1:
oauth2:
azure:
enabled: true
title: "Se connecter avec Microsoft"
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
OAuth2 générique
Étape 3 — Vider le cache et tester
Conseils
Mis à jour
Ce contenu vous a-t-il été utile ?