OAuth2
Step 1 — Register Chamilo in your identity provider
https://your-chamilo-url/connect/<provider>/checkStep 2 — Configure authentication.yaml
Key
Description
Azure AD (Microsoft Entra ID)
authentication:
1:
oauth2:
azure:
enabled: true
title: "Sign in with 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
Generic OAuth2
Step 3 — Clear cache and test
Tips
Last updated
Was this helpful?