diff options
| author | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2014-11-28 15:46:12 +0100 | 
|---|---|---|
| committer | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2014-11-28 15:46:12 +0100 | 
| commit | 84eeb92c422102e3fd04b0140db6af2ecd2623ec (patch) | |
| tree | 5ba8796e60cbda50ff13452cb4fd4c87f858b4a9 /id/server/idserverlib | |
| parent | 179e9ee07ba7c58bfb2898a71da8e8130ae5374d (diff) | |
| download | moa-id-spss-84eeb92c422102e3fd04b0140db6af2ecd2623ec.tar.gz moa-id-spss-84eeb92c422102e3fd04b0140db6af2ecd2623ec.tar.bz2 moa-id-spss-84eeb92c422102e3fd04b0140db6af2ecd2623ec.zip | |
fixed optional signeddoc attribute query
Diffstat (limited to 'id/server/idserverlib')
| -rw-r--r-- | id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/AuthenticationServer.java | 1 | 
1 files changed, 1 insertions, 0 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 a33c4fdf4..5e4aee81b 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 @@ -1781,6 +1781,7 @@ public class AuthenticationServer implements MOAIDAuthConstants {  		// add sign request  		PersonalAttribute newAttribute = new PersonalAttribute();  		newAttribute.setName("signedDoc"); +		newAttribute.setIsRequired(true);  		List<String> value = new ArrayList<String>();  		Logger.debug("PEPS supports XMLSignatures:"+cpeps.isXMLSignatureSupported()); | 
