Skip to content

lutece-secteur-public/gru-plugin-attachment-request

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AttachmentRequest Plugin

This plugin allows the certification and update of a user's identity using attachments provided by the user.

XPage: AttachmentRequestXPage

  • 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


Configuration

1. S3 Server

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


2. RIC (Identity Management)

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=

License

For open source projects, say how it is licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published