aboutsummaryrefslogtreecommitdiff
path: root/id/server/modules/moa-id-module-sl20_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/sl20_auth/Constants.java
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2018-06-05 15:46:15 +0200
committerThomas Lenz <tlenz@iaik.tugraz.at>2018-06-05 15:46:15 +0200
commit4fa07676d5f2763cc9795c31fd95b1b6959dacb9 (patch)
treeb67308dcf3e4f49d18207e6211ed314f038989ea /id/server/modules/moa-id-module-sl20_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/sl20_auth/Constants.java
parenta06f94c9da130af5cf755b7d6465c8905d37d75b (diff)
downloadmoa-id-spss-4fa07676d5f2763cc9795c31fd95b1b6959dacb9.tar.gz
moa-id-spss-4fa07676d5f2763cc9795c31fd95b1b6959dacb9.tar.bz2
moa-id-spss-4fa07676d5f2763cc9795c31fd95b1b6959dacb9.zip
make IPC return URL configurable for debug purposes
Diffstat (limited to 'id/server/modules/moa-id-module-sl20_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/sl20_auth/Constants.java')
-rw-r--r--id/server/modules/moa-id-module-sl20_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/sl20_auth/Constants.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/id/server/modules/moa-id-module-sl20_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/sl20_auth/Constants.java b/id/server/modules/moa-id-module-sl20_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/sl20_auth/Constants.java
index 10a95501b..9fcb3aa58 100644
--- a/id/server/modules/moa-id-module-sl20_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/sl20_auth/Constants.java
+++ b/id/server/modules/moa-id-module-sl20_authentication/src/main/java/at/gv/egovernment/moa/id/auth/modules/sl20_auth/Constants.java
@@ -24,6 +24,8 @@ public class Constants {
public static final String CONFIG_PROP_FORCE_EID_ENCRYPTION = CONFIG_PROP_PREFIX + ".security.eID.encryption.required";
public static final String CONFIG_PROP_FORCE_EID_SIGNED_RESULT = CONFIG_PROP_PREFIX + ".security.eID.signed.result.required";
+ public static final String CONFIG_PROP_IPC_RETURN_URL = CONFIG_PROP_PREFIX + ".ipc.return.url";
+
public static final String PENDING_REQ_STORAGE_PREFIX = "SL20_AUTH_";
/**