diff options
author | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-03-03 16:03:22 +0100 |
---|---|---|
committer | Bojan Suzic <bojan.suzic@iaik.tugraz.at> | 2014-03-03 16:03:22 +0100 |
commit | 594dc394d958ee8c9106ff4ba837d6ba40fbecae (patch) | |
tree | 0e49ecff113e577025fb832153a88f3e3feb2db6 | |
parent | e6dc09e9274cc5e38fa0c0832c205881faece862 (diff) | |
download | moa-id-spss-594dc394d958ee8c9106ff4ba837d6ba40fbecae.tar.gz moa-id-spss-594dc394d958ee8c9106ff4ba837d6ba40fbecae.tar.bz2 moa-id-spss-594dc394d958ee8c9106ff4ba837d6ba40fbecae.zip |
remove attr test
-rw-r--r-- | id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/stork2/AuthenticationRequest.java | 1 |
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()); |