Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CLEAN] Clean old admin theme #105

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,10 @@ This [Keycloak](https://www.keycloak.org) plugin adds an identity provider allow

## Compatibility

**WARNING**

Starting from version 19 and the use of the new graphical administration interface of Keycloak, it is no longer possible to properly configure this extension via the UI. However, the provided version allows you to maintain the functionality of the plugin if it has been configured in a previous version, with configurations to be done manually in SQL if necessary.
A version is currently under development to restore the configuration of the plugin, which will require breaking changes in the usage of this plugin.

* The version 6.1.0 of this plugin is compatible with Keycloak `22.0.0` and higher.
* The version 5.0.0 of this plugin is compatible with Keycloak `21.x.y`.
* The version 4.0.0 of this plugin is compatible with Keycloak `15.0.0` until `20.0.0`.
* The version 6.2.0 of this plugin is compatible with Keycloak `24.0.0` and higher. It's configurable with UI.
* The version 6.1.0 of this plugin is compatible with Keycloak `22.0.0` and higher. (not configurable with UI)
* The version 5.0.0 of this plugin is compatible with Keycloak `21.x.y`. (not configurable with UI)
* The version 4.0.0 of this plugin is compatible with Keycloak `15.0.0` until `20.0.0`. (not configurable with UI starting keycloak 19)
* The version 2.1 up to 3.0.0 of this plugin is compatible with Keycloak `9.0.2` until `15.0.0`.
* The version 2.0 of this plugin is compatible with Keycloak `8.0.1` until `9.0.2`.

Expand Down Expand Up @@ -67,6 +63,8 @@ You must have a [France Connect account](https://franceconnect.gouv.fr/partenair

There are 2 environments, `Integration` and `Production`. The request for an Integration account is made by email to the France Connect support team.

France Connect account can be managed at https://partenaires.franceconnect.gouv.fr

### Configuration

Once the installation is complete, the `France Connect Particulier` identity provider appears. Once selected, you can see the following configuration page:
Expand Down
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,10 @@ Pour toutes questions sur l'utilisation de cette extension, n'hésitez pas à ou

## Compatibilité

**ATTENTION**
A partir de la version 19 et de l'usage de la nouvelle interface graphique d'administration de Keycloak, il n'est plus possible de paramétrer correctement cette extension via ihm. Cela étant la version fourni permet de conserver la fonctionalité du plugin s'il a été configuré dans une version précedente, les manipulation de configuration devant se faire manuellement en sql si nécessaire.
Une version est en cours de développement pour rétablir la configuration du plugin, elle nécessitera des changements disruptifs dans l'usage de ce plugin.

- La version 6.1.0 est compatible avec Keycloak `22.0.0` et supérieur.
- La version 5.0.0 est compatible avec Keycloak `21.x.y`.
- La version 4.0.0 est compatible avec Keycloak `15.0.0` jusqu'à `20.0.0`.
- La version 6.2.0 est compatible avec Keycloak `24.0.0` et supérieur. L'ihm d'administration est fonctionnelle.
- La version 6.1.0 est compatible avec Keycloak `22.0.0` et supérieur. (non configurable par ihm)
- La version 5.0.0 est compatible avec Keycloak `21.x.y`. (non configurable par ihm)
- La version 4.0.0 est compatible avec Keycloak `15.0.0` jusqu'à `20.0.0`. (non configurable par ihm à partir de keycloak 19)
- La version 2.1 jusqu'à 3.0.0 est compatible avec Keycloak `9.0.2` jusqu'à `15.0.0`.
- La version 2.0 est compatible avec Keycloak `8.0.1` jusqu'à `9.0.0`.

Expand Down Expand Up @@ -81,6 +78,8 @@ Vous devez créer un [compte France Connect](https://franceconnect.gouv.fr/parte

Il existe 2 environnements de connexion, `Integration` et `Production`. La demande d'un compte permettant l'accès à l'environnement d'Intégration s'effectue par email au service support de France Connect.

Le compte partenaire France Connect est configurable via https://partenaires.franceconnect.gouv.fr

#### Configuration

Suite à l'installation de l'extension, le fournisseur d'identité `France Connect Particulier` est apparu. Une fois ce dernier selectionné, vous arrivez sur la page de configuration suivante :
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>fr.insee.keycloak</groupId>
<artifactId>keycloak-franceconnect</artifactId>
<version>6.1.0-SNAPSHOT</version>
<version>6.2.0-SNAPSHOT</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>France Connect Openid-Connect Provider for Keycloak</description>
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/META-INF/keycloak-themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
{
"name": "fc-ac-theme",
"types": [
"admin",
"login"
]
}
Expand Down
Loading
Loading