-
Notifications
You must be signed in to change notification settings - Fork 26
Description
Is your feature request related to a problem? Please describe.
When integrating GDI User Portal with REMS, we decided to make REMS only visible in the back-office, by the DAC members, so we enable infrastructure teams to apply extra security measures - e.g. REMS behind firewall.
That means then that any kind of interaction between Applicant and the system is via User Portal only. However, the emails sent by REMS are pointing out to REMS directly, breaking the first principle.
Describe the solution you'd like
Allow operators to configure REMS email template, in an way that is flexible enough to redirect applicants to the User Portal, or the front-office.
Describe alternatives you've considered
There are two options:
- Implement template engines for emails - such as Thymeleaf, FreeMarker. And document what are the variables available.
- Make the URL string patern configurable - e.g.
FRONT_OFFICE_URL_PATTERN="https://portal.dev.gdi.lu/applications/%s"
Additional context
The first option is more robust and enables other features, like content formatting.