LPDC Frontend is part of LPDC - Digitaal loket. This contains general documentation. Specific documentation to be found in this project.
The ember-proxy-service docker image (which we use to host the frontend) supports configuring environment variables. The following options are available for the loket image.
| Name | Description |
|---|---|
EMBER_FUSIES |
Toggle fusies |
EMBER_IPDC_URL |
Link to the IPDC application |
EMBER_LOKET_URL |
Link to the Loket application |
EMBER_ANNOUNCEMENT_MESSAGE |
A text that will be displayed in an announcement banner, eg. to announce down-time |
| Name | Description |
|---|---|
EMBER_ACMIDM_CLIENT_ID |
The unique client id for a specific environment |
EMBER_ACMIDM_AUTH_URL |
The URL where users will be redirected to when they want to log in |
EMBER_ACMIDM_AUTH_REDIRECT_URL |
The callback URL that ACM/IDM will use after the user logs in successfully |
EMBER_ACMIDM_LOGOUT_URL |
The URL where users will be redirected to when they want to log out |
EMBER_ACMIDM_SWITCH_REDIRECT_URL |
The URL that will be used when "switching users" is enabled in ACM/IDM. After logout, users can select one of their other accounts to simplify the flow. |
EMBER_ADMIN_ROLE |
The name of the ACM/IDM admin role as configured in ACM. This role gets administrator privileges and can use impersonation. |
When ACM/IDM is not configured, the frontend will default to the "mock login" setup instead.
We use release-it to make a new release.
npm run release