diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-05-20 16:17:02 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-05-20 16:17:02 +0200 |
commit | 4c2e09ce5137642dca0b79be60ccc37fa8ac5dc3 (patch) | |
tree | 32048e2b0fa32b822f0c2742f49448d026a68ac4 /id/server/idserverlib/src/main | |
parent | 34be99015cbc990af2206f354dbffcacd69ba1c3 (diff) | |
download | moa-id-spss-4c2e09ce5137642dca0b79be60ccc37fa8ac5dc3.tar.gz moa-id-spss-4c2e09ce5137642dca0b79be60ccc37fa8ac5dc3.tar.bz2 moa-id-spss-4c2e09ce5137642dca0b79be60ccc37fa8ac5dc3.zip |
does not remove wbPK from identitylink
Diffstat (limited to 'id/server/idserverlib/src/main')
-rw-r--r-- | id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1AuthenticationServer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1AuthenticationServer.java b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1AuthenticationServer.java index 52b9b40ab..d0e9447ad 100644 --- a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1AuthenticationServer.java +++ b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/protocols/saml1/SAML1AuthenticationServer.java @@ -185,7 +185,7 @@ public class SAML1AuthenticationServer extends AuthenticationServer { //set prPersion boolean provideStammzahl = saml1parameter.isProvideStammzahl(); String prPerson = new PersonDataBuilder().build(authData.getIdentityLink(), - provideStammzahl); + provideStammzahl && !oaParam.getBusinessService()); //set Authblock String authBlock = saml1parameter.isProvideAUTHBlock() ? authData |