diff options
Diffstat (limited to 'id/server/idserverlib')
| -rw-r--r-- | id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/AuthenticationServer.java | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/AuthenticationServer.java b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/AuthenticationServer.java index 146137a2c..67824bb44 100644 --- a/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/AuthenticationServer.java +++ b/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/AuthenticationServer.java @@ -1953,8 +1953,7 @@ public class AuthenticationServer implements MOAIDAuthConstants {      	authnRequest.setEIDCrossSectorShare(true);      	authnRequest.setEIDSectorShare(true); -    	authnRequest.setCitizenCountryCode("LOCAL"); -//    	authnRequest.setCitizenCountryCode(moasession.getCcc()); +    	authnRequest.setCitizenCountryCode(moasession.getCcc());      	Logger.debug("STORK AuthnRequest succesfully assembled."); | 
