diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-30 09:41:49 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-30 09:41:49 +0200 |
commit | fc7b509ade0178cc322d21c045d7597fc9422685 (patch) | |
tree | 2d124d46933a4a458fb0bebe89aa2dc7fd425da3 /id/server/idserverlib/src/main/java | |
parent | c33f026d4e41a0d5faa27cd8cc924988343b95fd (diff) | |
parent | 98bc3e020f01a00d8a686c9c6005a71133cbd2a4 (diff) | |
download | moa-id-spss-fc7b509ade0178cc322d21c045d7597fc9422685.tar.gz moa-id-spss-fc7b509ade0178cc322d21c045d7597fc9422685.tar.bz2 moa-id-spss-fc7b509ade0178cc322d21c045d7597fc9422685.zip |
Merge eIDAS code from eIDAS development branch
Infos:
Merge remote-tracking branch 'remotes/origin/eSense_eIDAS_development' into moa-id-3.2_(OPB)
Conflicts:
id/server/modules/moa-id-module-eIDAS/src/main/java/at/gv/egovernment/moa/id/protocols/eidas/EidasMetaDataRequest.java
id/server/pom.xml
repository/eu/eidas/eidas-commons/eidas.1.0/eidas-commons-eidas.1.0.jar
repository/eu/eidas/eidas-commons/eidas.1.0/eidas-commons-eidas.1.0.pom
repository/eu/eidas/saml-engine/eidas.1.0/saml-engine-eidas.1.0.jar
repository/eu/eidas/saml-engine/eidas.1.0/saml-engine-eidas.1.0.pom
Diffstat (limited to 'id/server/idserverlib/src/main/java')
-rw-r--r-- | id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/builder/AuthenticationDataBuilder.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/builder/AuthenticationDataBuilder.java b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/builder/AuthenticationDataBuilder.java index 4c83d0ea4..908c7e7b6 100644 --- a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/builder/AuthenticationDataBuilder.java +++ b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/builder/AuthenticationDataBuilder.java @@ -1110,7 +1110,7 @@ public class AuthenticationDataBuilder extends MOAIDAuthConstants { if (MiscUtil.isNotEmpty(eIDASOutboundCountry) && !COUNTRYCODE_AUSTRIA.equals(eIDASOutboundCountry)) { Pair<String, String> eIDASID = new BPKBuilder().buildeIDASIdentifer(baseIDType, baseID, COUNTRYCODE_AUSTRIA, eIDASOutboundCountry); - Logger.trace("Authenticate user with bPK:" + eIDASID.getFirst() + " Type:" + eIDASID.getSecond()); + Logger.debug("Authenticate user with bPK:" + eIDASID.getFirst() + " Type:" + eIDASID.getSecond()); return eIDASID; } else if (oaParam.getBusinessService()) { |