aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib
diff options
context:
space:
mode:
authorThomas Lenz <tlenz@iaik.tugraz.at>2014-01-31 10:37:55 +0100
committerThomas Lenz <tlenz@iaik.tugraz.at>2014-01-31 10:37:55 +0100
commitbefaa7a7ac9d24210623598b04ad90d3837e57ee (patch)
tree4dd89fdc51e1a54601eddfaae13f9063e38bd96f /id/server/idserverlib
parent9e75e06b799e2baeae88a9e4b0e16acf0e292965 (diff)
downloadmoa-id-spss-befaa7a7ac9d24210623598b04ad90d3837e57ee.tar.gz
moa-id-spss-befaa7a7ac9d24210623598b04ad90d3837e57ee.tar.bz2
moa-id-spss-befaa7a7ac9d24210623598b04ad90d3837e57ee.zip
first draft sampleconfig and docu
Diffstat (limited to 'id/server/idserverlib')
-rw-r--r--id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/VerifyAuthenticationBlockServlet.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/VerifyAuthenticationBlockServlet.java b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/VerifyAuthenticationBlockServlet.java
index 714d6b3f5..4f722c8b3 100644
--- a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/VerifyAuthenticationBlockServlet.java
+++ b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/VerifyAuthenticationBlockServlet.java
@@ -249,7 +249,6 @@ public class VerifyAuthenticationBlockServlet extends AuthServlet {
targetType = AuthenticationSession.TARGET_PREFIX_ + oaParam.getTarget();
}
-
MISSessionId misSessionID = MISSimpleClient.sendSessionIdRequest(connectionParameters.getUrl(), idl, cert, oaFriendlyName, redirectURL, mandateReferenceValue, profilesArray, targetType, sslFactory);
if (misSessionID == null) {