aboutsummaryrefslogtreecommitdiff
path: root/id/server/idserverlib/src/main/java/at/gv/egovernment/moa/id/auth/servlet/LogOutServlet.java
AgeCommit message (Collapse)AuthorFilesLines
2019-02-12add Log messagesThomas Lenz1-0/+1
2018-06-14some more stuffThomas Lenz1-1/+1
2018-06-14more refactoring staffThomas Lenz1-25/+8
2018-05-28refactore code to use EAAF core componentsThomas Lenz1-7/+9
2016-10-25fix another problem in session databaseThomas Lenz1-2/+3
2016-03-14refactor the GUI generation for user interactionThomas Lenz1-2/+2
2016-02-25solve problems with LogOut and Single LogOutThomas Lenz1-1/+1
2016-02-15First untested part: Refactor authentication modules and process management ↵Thomas Lenz1-10/+10
to Spring
2016-02-10refactor LogOutServlet to Spring WebMVC implementationThomas Lenz1-81/+56
2015-08-26Allow multiple alias domainsThomas Lenz1-2/+3
- Every alias domain is a own EntityID which is the configured PublicURLPrefix
2015-07-20remove deprecated MOA-ID 2.x configuration DAO functionalityThomas Lenz1-2/+2
2015-07-02develThomas Lenz1-3/+2
2015-06-19refactor MOA-ID AuthConfigurationThomas Lenz1-3/+3
2014-06-06final betaversion if MOA-ID-Auth Single LogOutThomas Lenz1-1/+1
2014-05-08add Interfederation to redirect servletThomas Lenz1-3/+1
2014-05-02add interfederation attribute queryThomas Lenz1-1/+1
2014-03-31redirect to MOA-ID-Auth if redirectURL is not valid.Thomas Lenz1-2/+2
2014-03-31Allow only redirect to OAs from OA configurationThomas Lenz1-1/+19
2014-03-25change default redirect URLThomas Lenz1-1/+2
2014-03-25add default redirect URLThomas Lenz1-1/+8
2014-03-07first test for authentication which requires no browser session ↵Thomas Lenz1-2/+1
(req.getSession())
2014-02-24* add default configuration valuesThomas Lenz1-9/+9
* add MOA-ID-Auth publicURLPreFix as mandatory configuration value * remove ReloadConfiguration serlet * change moa-id-lib to use publicURLPreFix * update repository
2014-01-29add EUPL headersThomas Lenz1-0/+22
2014-01-17Exthex Version 0.2Thomas Lenz1-8/+8
2013-12-11@PVP2Thomas Lenz1-8/+8
--also allow a EntityDescriptor element as root element in metadata files --some adjustments in the PVP Assertion to make it SAML2 standard compliant @MOA-ID-Auth --improve SZR-Gateway client error handling
2013-10-07Code CleanUPThomas Lenz1-29/+0
2013-10-01@MOA-ID ConfigWebTool:Thomas Lenz1-3/+3
--update commercial-register number input validator --some short bugfixes @MOA-ID: --update advanced statistic logger --Move Exception classes to a special package --add to Exception types
2013-07-26Bugfixes:Thomas Lenz1-19/+24
- 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
2013-07-24- SSO finalizedThomas Lenz1-1/+3
- SSO Session is not closed if a new single authentication operation is started - PVP2 Configuration from Database (but without Metadata) --> TODO: change MetaDataProvider - Add additional UserFrame in case of SSO - MOASession encryption TODO: MetaDataProvider, IdentityLink resign, SSO with Mandates, Legacy Template generation
2013-07-12SSO ImplementationThomas Lenz1-0/+137