Skip to content

Commit d7f3787

Browse files
committed
v1.4.0
1 parent 8fdc083 commit d7f3787

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

docs/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Changelog
22
=========
33

4-
Unreleased
4+
1.4.0 (Jan 16, 2024)
55
--------------------
6+
- Chg: Require PHP 8.0 or later
67
- Enh: OpenID Connect instead of Oauth 2 protocol
7-
- Enh: Added Back channel feature
8+
- Enh: Added Back channel feature (see README and module configuration)
89
- Fix: PDOException: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry 'search.update.xxxxxxxxxxxxx' for key 'queue_exclusive.PRIMARY' i
910

1011
1.3.1 (May 10, 2023)

docs/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ A new button "Keycloak" (which can be renamed) will appear on the login page.
1414
- Keycloak to Humhub sync is done once a day
1515
- Keycloak subgroups are not synced
1616

17-
(1) Allows removing user sessions automatically when signing out from Keycloak (via a websocket)
17+
(1) Allows removing user sessions automatically when signing out from Keycloak (via a websocket).
1818

1919
(2) E.g., when a user on Humhub becomes member of a group the module will:
2020
1. check if a group with the same name exists on Keycloak
@@ -23,6 +23,7 @@ A new button "Keycloak" (which can be renamed) will appear on the login page.
2323

2424
## Requirements
2525

26+
- PHP 8.0 or later
2627
- [PHP `allow_url_fopen`](https://www.php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen) must be enabled
2728
- For users' groups and email synchronization: on Keycloak, users attributes must be writable (it can be tested by changing the email address of a user on Keycloak administration).
2829

messages/fr/base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@
5353
'Your current password can be changed here.' => 'Votre mot de passe actuel peut être modifié ici.',
5454
'`preferred_username` (to use Keycloak username), `sub` (to use Keycloak ID) or other custom Token Claim Name' => '`preferred_username` (pour utiliser le nom d\'utilisateur Keycloak), `sub` (pour utiliser l\'ID Keycloak) ou un autre nom de demande de jeton personnalisé',
5555
'{Credentials} tab: copy the secret key' => 'Onglet {Credentials} : copiez la clé secrète',
56-
'{Settings} tab -> {ClientAuthenticationOn} (for Keycloak version <20: {AccessTypeValue}).' => 'Onglet {Settings} -> {ClientAuthenticationOn} (pour Humhub version <20 : {AccessTypeValue} ).',
56+
'{Settings} tab -> {ClientAuthenticationOn} (for Keycloak version <20: {AccessTypeValue}).' => 'Onglet {Settings} -> {ClientAuthenticationOn} (pour Keycloak version <20 : {AccessTypeValue} ).',
5757
'{Settings} tab -> {ValidRedirectURIsValue}.' => 'Onglet {Settings} -> {ValidRedirectURIsValue} .',
5858
);

module.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
"auth",
77
"keycloak"
88
],
9-
"version": "1.3.1",
9+
"version": "1.4.0",
1010
"humhub": {
11-
"minVersion": "1.14"
11+
"minVersion": "1.15"
1212
},
1313
"homepage": "https://github.com/cuzy-app/humhub-modules-auth-keycloak",
1414
"authors": [

0 commit comments

Comments
 (0)