aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib
diff options
context:
space:
mode:
authorBojan Suzic <bojan.suzic@iaik.tugraz.at>2014-03-03 16:03:22 +0100
committerBojan Suzic <bojan.suzic@iaik.tugraz.at>2014-03-03 16:03:22 +0100
commit594dc394d958ee8c9106ff4ba837d6ba40fbecae (patch)
tree0e49ecff113e577025fb832153a88f3e3feb2db6 /id/server/idserverlib
parente6dc09e9274cc5e38fa0c0832c205881faece862 (diff)
downloadmoa-id-spss-594dc394d958ee8c9106ff4ba837d6ba40fbecae.tar.gz
moa-id-spss-594dc394d958ee8c9106ff4ba837d6ba40fbecae.tar.bz2
moa-id-spss-594dc394d958ee8c9106ff4ba837d6ba40fbecae.zip
remove attr test
Diffstat (limited to 'id/server/idserverlib')
-rw-r--r--id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/AuthenticationRequest.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/AuthenticationRequest.java b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/AuthenticationRequest.java
index 4e7a1bb8b..cb49856c4 100644
--- a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/AuthenticationRequest.java
+++ b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/AuthenticationRequest.java
@@ -75,7 +75,6 @@ public class AuthenticationRequest implements IAction {
throw new AuthenticationException("stork.12", new Object[]{moasession.getPublicOAURLPrefix()});
-
// Get personal attributtes from MOA/IdentityLink
authnResponse.setPersonalAttributeList(populateAttributes());