#Plugin identitystore
##Introduction
This plugin stores identities. An identity is composed of attributes. Each attribute can be read, written or certified by the application calling the service.
##Configuration
The bean names identitystore.identityInfoExternalProvider must be defined using Spring configuration. The bean must implement the Java interface fr.paris.lutece.plugins.identitystore.service.external.IIdentityInfoExternalProvider . It is used to create an identity from an external source when a connection id is provided in the web method create .
##Usage
The plugins exposes web methods to manage identities. Check /jsp/site/Portal.jsp?page=swaggerui page for more details about these methods.
Maven documentation and reports
generated by xdoc2md - do not edit directly.