This plugin allows the certification and update of a user's identity using attachments provided by the user.
-
Entry URL:
jsp/site/Portal.jsp?page=attachmentrequest&view=formAttachmentRequest
-
Required URL Parameter:
appCode
-
Example URL:
jsp/site/Portal.jsp?page=attachmentrequest&view=formAttachmentRequest&appCode=X01-XX-X1-XXX01
In order to upload attachments to an S3 server, it is necessary to configure certain properties.
Override the sthree.properties
file with the following properties:
s3Url=<Replace with your server URL>
s3Key=<Replace with your S3 key>
s3Password=<Replace with your S3 password>
s3DefaultFilePath=<Replace with your default path>
For more details, refer to the S3 plugin documentation:
https://github.com/lutece-platform/lutece-tech-plugin-s3
Access to RIC is required to retrieve and update user identity information.
Override the attachment-request.properties
file with the following properties:
attachment-request.identitystore.ApiEndPointUrl=
attachment-request.identitystore.client.code=
For open source projects, say how it is licensed.