Update 'avatar-importer/README.md'

This commit is contained in:
Mauro Mugnaini 2022-07-13 10:22:21 +02:00
parent 01d458e727
commit 1475bcada9
1 changed files with 2 additions and 3 deletions

View File

@ -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