OAuth2
Stap 1 — Registreer Chamilo bij uw identiteitsprovider
https://uw-chamilo-url/connect/<provider>/checkStap 2 — Configureer authentication.yaml
Sleutel
Beschrijving
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
Generieke OAuth2
Stap 3 — Cache legen en testen
Tips
Laatst bijgewerkt
Was dit nuttig?