Age | Commit message (Collapse) | Author | Files | Lines |
|
- some implementation updates was required
|
|
|
|
> org.apache.struts:struts2-core 2.3.16.3
> org.apache.struts:struts2-json-plugin 2.3.16.3
> joda-time:joda-time 2.4
> org.slf4j:jcl-over-slf4j 1.7.7
> org.slf4j:jul-to-slf4j 1.7.7
> org.slf4j:slf4j-api 1.7.7
> org.slf4j:slf4j-log4j12 1.7.7
> mysql:mysql-connector-java 5.1.32
> org.hibernate:hibernate-core 4.3.6.Final
> org.hibernate:hibernate-entitymanager 4.3.6.Final
> org.hibernate:hibernate-c3p0 4.3.6.Final
> com.google.http-client:google-http-client-jackson2 1.19.0
> com.google.oauth-client:google-oauth-client-jetty 1.19.0
> org.apache.commons:commons-lang3 3.3.2
> commons-codec:commons-codec 1.9
> commons-logging:commons-logging 1.2
> xerces:xercesImpl 2.11.0
> postgresql:postgresql 9.3-1102-jdbc41
> junit:junit 3.8.2
|
|
|
|
|
|
This reverts commit e147bdb7da8e48c1483c7732a0eb6b6f54699b66.
Conflicts:
id/ConfigWebTool/pom.xml
|
|
|
|
|
|
|
|
connections
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
id/ConfigWebTool/src/main/java/at/gv/egovernment/moa/id/configuration/data/StorkAttributes.java
id/oa/src/main/java/at/gv/egovernment/moa/id/demoOA/servlet/pvp2/BuildMetadata.java
id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/GetForeignIDServlet.java
id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/PEPSConnectorServlet.java
id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/stork/STORKAuthnRequestProcessor.java
id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/validator/parep/client/szrgw/SZRGWClient.java
id/server/idserverlib/src/main/resources/resources/templates/loginFormFull.html
|
|
-- update SZRGWClient
-- insert MOA-ID-lib version in PVP2 metadata
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--set SL-Version to hardcoded version 1.2
--add "RemoveBPK form AuthBlock" feature
--set UTC time as default (SAML1)
--add PVP2 Attributes:
++ AuthBlock
++ Certificate
++ BASEID
++ BASEID-TYPE
++BKUURL
Bugfix:
-- NullPointerException: GetMISSessionIDServlet.java
-- Check if it is empty: MOAMetadataProvider.java
|
|
--change BKU selection templates and SendAssertion Templates to responsive design. Therefore, OA parameter "useIframe" is not required anymore.
|
|
- handle Error if more then one authentication is started for one Online-Application
- handle MultiThread error if more then one authentication process is active in one user session
Add:
- Add UserData database. (is required for the web-based configuration tool)
- Add additional OA parameter in MOA-ID 2.x configuration scheme to set OAs active or not
TODO: change 'searchOAWith....' to only get results with active=true
|
|
Split MOASession database from config database
|
|
|
|
|