aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2017-10-19 09:52:15 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2017-10-19 09:52:15 +0200
commit93f4b4b2c616cc898a639384c906bd36ecf1c6d6 (patch)
tree8adf328477ac0e82ba6ea4b76d09ccf6ffceb19f /id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth
parent2fd5ecfd96829822800cc84b75ad86f9732c6a26 (diff)
downloadmoa-id-spss-93f4b4b2c616cc898a639384c906bd36ecf1c6d6.tar.gz
moa-id-spss-93f4b4b2c616cc898a639384c906bd36ecf1c6d6.tar.bz2
moa-id-spss-93f4b4b2c616cc898a639384c906bd36ecf1c6d6.zip
fix bug in eIDAS response encryption configuration
Diffstat (limited to 'id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth')
-rw-r--r--id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/OAAuthParameter.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/OAAuthParameter.java b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/OAAuthParameter.java
index 3d04a142e..99b4154e0 100644
--- a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/OAAuthParameter.java
+++ b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/config/auth/OAAuthParameter.java
@@ -642,7 +642,7 @@ public Collection<CPEPS> getPepsList() {
MOAIDConfigurationConstants.SERVICE_AUTH_STORK_COUNTRIES_LIST
+ "." + index + "."
+ MOAIDConfigurationConstants.SERVICE_AUTH_STORK_COUNTRIES_LIST_ENABLED))) {
- CPEPS availableCPEPS = availableSTORKConfig.getCPEPS(
+ CPEPS availableCPEPS = availableSTORKConfig.getCPEPSWithFullName(
oaConfiguration.get(
MOAIDConfigurationConstants.SERVICE_AUTH_STORK_COUNTRIES_LIST
+ "." + index + "."