Skip to content

Commit

Permalink
feat(docker-jans-persistence-loader): add online_access scope and ena…
Browse files Browse the repository at this point in the history
…ble agama engine by default (#4136)
  • Loading branch information
iromli committed Mar 14, 2023
1 parent 2223f59 commit 8c0bbb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-jans-persistence-loader/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN python3 -m ensurepip \
# =====================

# janssenproject/jans SHA commit
ENV JANS_SOURCE_VERSION=da87cef4efd88796260d123054575c3aceb1ed38
ENV JANS_SOURCE_VERSION=7e432dcde57657d1cfa1cd45bde2206156dc6905
ARG JANS_SETUP_DIR=jans-linux-setup/jans_setup
ARG JANS_SCRIPT_CATALOG_DIR=docs/script-catalog
ARG JANS_CONFIG_API_RESOURCES=jans-config-api/server/src/main/resources
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@
"redirectUrisRegexEnabled": true,
"useHighestLevelScriptIfAcrScriptNotFound": true,
"agamaConfiguration": {
"enabled": false,
"enabled": true,
"templatesPath": "/ftl",
"scriptsPath": "/scripts",
"serializerType": "KRYO",
Expand Down

0 comments on commit 8c0bbb3

Please sign in to comment.