diff options
Diffstat (limited to 'id.server/src/at/gv/egovernment/moa/id/auth/builder')
-rw-r--r-- | id.server/src/at/gv/egovernment/moa/id/auth/builder/AuthenticationDataAssertionBuilder.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/id.server/src/at/gv/egovernment/moa/id/auth/builder/AuthenticationDataAssertionBuilder.java b/id.server/src/at/gv/egovernment/moa/id/auth/builder/AuthenticationDataAssertionBuilder.java index cdb660010..7e866089d 100644 --- a/id.server/src/at/gv/egovernment/moa/id/auth/builder/AuthenticationDataAssertionBuilder.java +++ b/id.server/src/at/gv/egovernment/moa/id/auth/builder/AuthenticationDataAssertionBuilder.java @@ -115,11 +115,11 @@ public class AuthenticationDataAssertionBuilder implements Constants { String pkValue; if (businessService) { pkType = authData.getIdentificationType(); - pkValue = authData.getWPBK(); + pkValue = authData.getWBPK(); } else { pkType = URN_PREFIX_BPK; - pkValue = authData.getPBK(); + pkValue = authData.getBPK(); } String assertion = MessageFormat.format(AUTH_DATA, new Object[] { |