%PDF- %PDF-
Direktori : /home/vacivi36/intranet.vacivitta.com.br/protected/modules/auth-keycloak/docs/ |
Current File : /home/vacivi36/intranet.vacivitta.com.br/protected/modules/auth-keycloak/docs/CHANGELOG.md |
Changelog ========= 1.2.2 (January 4, 2022) -------------------- - Chg: If the realm is not "master" and the Keycloak API is configured, you need to move the admin user from the "master" to the realm where the client is configured. See hints of the "Keycloak API admin username" field. - Fix #7: Naming issue in translations (thanks @francoisauclair911) 1.2.1 (December 29, 2022) -------------------- - Enh: Added error log if API connection fails - Chg: Connection to the API is now done with the "openid" scope, which solves connection issues on some Keycloak instances - Enh: Added $apiVerifySsl boolean attribute in the Module class: when connecting to Keycloak API, check if SSL certificate is valid - Enh: [keycloak-admin-client library](https://github.com/MohammadWaleed/keycloak-admin-client) updated to the latest version (0.34.0) 1.2.0 (December 16, 2022) -------------------- - Fix: Added compatibility with Keycloak version 20+ - Enh: In the module settings, updated procedure to configure Keycloak client for Keycloak version >= 20 - Fix: Account edition page crashed if the authentification to Keycloak API failed - Enh: Added a message in the module settings to inform if the authentification to Keycloak API succeeded or not 1.1.5 (December 12, 2022) -------------------- - Enh: Added new setting checkbox: "In admin, hide password fields in edit user form" 1.1.4 (November 26, 2022) -------------------- - Enh: `User::auth_mode` is set to `Keycloak` after login. Avoids showing the "Change Password" tab in the user account when logged in with Keycloak - Chg: Minimum Humhub version to 1.12 1.1.3 (October 16, 2022) -------------------- - Fix: Don't try to sync groups if API username and password are not defined in the settings 1.1.2 (June 29, 2022) -------------------- - Enh: Possibility to sync username from Humhub to Keycloak, and reverse - Enh: Some texts in the module's settings 1.1.1 (May 30, 2022) -------------------- - Fix: Removing Keycloak session optimization on Humhub logout 1.1.0 (May 5, 2022) -------------------- - Enh: Possibility to add a page in account settings allowing users to change their Keycloak password - Enh: If the username sent by Keycloak is the user's email, it is replaced by a username auto-generated from the first and last name (CamelCase formatted) - Enh: If a user is invited by email to a space, he is now redirected to the space at the end of the registration process. If legal module is enabled, needs https://github.com/humhub-contrib/legal/pull/49/files - Fix: On the registration form, if the username field is hidden (in the module's settings) but has an error (e.g. already been taken), it is still displayed. 1.0.2 (April 8, 2022) -------------------- - Fix: Error message after account creation if invited by email to a space - Enh: Better errors handling on Keycloak API requests 1.0.1 (March 18, 2022) -------------------- - Fix: API synchronization is now working on old Keycloak instances 1.0.0 (March 17, 2022) -------------------- - Enh: Added groups synchronization (see README) - Cnh: Settings page refactoring - Chg: Minimum Humhub version is now 1.9 If updating from a previous version: - If, on your previous version, you have "Attribute to match user tables with `email` or `id`" defined to `email`, as this version now uses only `id` attribute, you might have some users that cannot login anymore to Humhub if their email is different on Humhub and Keycloak. You should update their email on Keycloak to match. - If updating without the marketplace, proceed to database migration: "Administration" -> "Information" -> "Database" 0.4.2 (March 14, 2022) -------------------- - Chg: Compatibility with Keycloak 17+ as it has removed the default `auth/` in the base URL - Chg: `mohammad-waleed/keycloak-admin-client` library updated to version 0.30 - Fix: If the API realm wasn't "master" it was not possible to use it as it is not possible to create an admin user in another realm than master - Enh: Better explanations in the settings 0.4.1 (August 17, 2021) -------------------- - Fix: In the settings form, autologin checkbox was not saved 0.4 (July 25, 2021) -------------------- - Enh #2: Admin Settings Interface (thanks @ArchBlood) 0.3 (June 2, 2021) -------------------- - Chg: Module renamed (uninstall old module, install new one and change module name in config/common.php) 0.2.1 (May, 21, 2021) -------------------- - Fix: if invited (to a space or via admin -> users), do not hide username field as registration if not done with SSO 0.2 (April, 8, 2021) -------------------- - Enh: Added auto login if new user is invited to space by email - Enh: Added `hideRegistrationUsernameField` param in Keycloak client - Enh: Added `removeKeycloakSessionsAfterLogout` param in Keycloak client 0.1 (January, 5, 2021) -------------------- - Enh: Initial commit