From 1475bcada9227f0ecee1316c77b1e13eb4e0e0e9 Mon Sep 17 00:00:00 2001 From: Mauro Mugnaini Date: Wed, 13 Jul 2022 10:22:21 +0200 Subject: [PATCH] Update 'avatar-importer/README.md' --- avatar-importer/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/avatar-importer/README.md b/avatar-importer/README.md index b75a4a2..39956fd 100644 --- a/avatar-importer/README.md +++ b/avatar-importer/README.md @@ -1,6 +1,6 @@ # Avatar Importer -**Avatar Importer** extends the [Keycloak](https://www.keycloak.org)'s Identity Provider (IdP) mapper SPI to import the avatar image from the IdP used for the login. +**Avatar Importer** extends the [Keycloak](https://www.keycloak.org)'s Identity Provider (IdP) mapper SPI to import the avatar image from the IdP used for the login by default; if no image is provided by the IdP in the proper claim the importer can be set-up (enabled by default) to try to load the avatar using the `libravatar` (and `gravatar`) service. ## Structure of the project @@ -16,8 +16,7 @@ The source code is present in `src` folder. ## Documentation -This is one of the modules that composes the EAR deployment defined in the "brother" module [keycloak-d4science-bundle](../ -keycloak-d4science-bundle/README.md). +This is one of the modules that composes the EAR deployment defined in the "brother" module [keycloak-d4science-bundle](../keycloak-d4science-bundle/README.md). To build the module's JAR file it is sufficient to type