Skip to content

Commit 94aecb3

Browse files
authored
Merge pull request #915 from IQSS/914-oidc-env-var
add environment var to hide SPA OIDC client in the JSF frontend
2 parents 24bdb22 + f4ec328 commit 94aecb3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ This changelog follows the principles of [Keep a Changelog](https://keepachangel
1515
- Edit Terms Integration.
1616
- With the addition of the new runtime configuration approach, we now support dynamic configuration for languages. If more than one language is configured, the Language Switcher will be shown in the header to allow users to change the language.
1717
- Added Notifications tab in Account Page
18+
- Added an environment variable to docker-compose-dev.yml to hide the OIDC client used in the SPA from the JSF frontend: DATAVERSE_AUTH_OIDC_HIDDEN_JSF: 1
1819

1920
### Changed
2021

dev-env/docker-compose-dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ services:
4949
DATAVERSE_FEATURE_API_BEARER_AUTH_PROVIDE_MISSING_CLAIMS: 1
5050
DATAVERSE_FEATURE_API_BEARER_AUTH_USE_BUILTIN_USER_ON_ID_MATCH: 1
5151
DATAVERSE_AUTH_OIDC_ENABLED: 1
52+
DATAVERSE_AUTH_OIDC_HIDDEN_JSF: 1
5253
DATAVERSE_AUTH_OIDC_CLIENT_ID: test
5354
DATAVERSE_AUTH_OIDC_CLIENT_SECRET: 94XHrfNRwXsjqTqApRrwWmhDLDHpIYV8
5455
DATAVERSE_AUTH_OIDC_AUTH_SERVER_URL: http://keycloak.mydomain.com:9080/realms/test

0 commit comments

Comments
 (0)