diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2020-07-07 14:47:40 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2020-07-07 14:47:40 +0200 |
commit | 855c5cc1b46a83a2fa24e4a1f1a02268f5931104 (patch) | |
tree | ea3866bcc14af5188ef387596a57fb8fd0e81eea /id/server/modules | |
parent | 0d76368b681d439e3c044a772a858556cf6d8a24 (diff) | |
download | moa-id-spss-855c5cc1b46a83a2fa24e4a1f1a02268f5931104.tar.gz moa-id-spss-855c5cc1b46a83a2fa24e4a1f1a02268f5931104.tar.bz2 moa-id-spss-855c5cc1b46a83a2fa24e4a1f1a02268f5931104.zip |
use shorter form of unique AppReg identifier to prohibit problems with max length
Diffstat (limited to 'id/server/modules')
-rw-r--r-- | id/server/modules/moa-id-module-E-ID_connector/src/main/java/at/gv/egovernment/moa/id/auth/modules/eidproxyauth/utils/Utils.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/id/server/modules/moa-id-module-E-ID_connector/src/main/java/at/gv/egovernment/moa/id/auth/modules/eidproxyauth/utils/Utils.java b/id/server/modules/moa-id-module-E-ID_connector/src/main/java/at/gv/egovernment/moa/id/auth/modules/eidproxyauth/utils/Utils.java index fefd3ec73..0de1a9df2 100644 --- a/id/server/modules/moa-id-module-E-ID_connector/src/main/java/at/gv/egovernment/moa/id/auth/modules/eidproxyauth/utils/Utils.java +++ b/id/server/modules/moa-id-module-E-ID_connector/src/main/java/at/gv/egovernment/moa/id/auth/modules/eidproxyauth/utils/Utils.java @@ -25,7 +25,6 @@ public class Utils { builder.append(authUrl); } - builder.append(EIDProxyAuthConstants.ENDPOINT_METADATA); builder.append(PARAM_APPREG_SP_ID); builder.append(spConfiguration.getUniqueIdentifier()); return builder.toString(); |