summaryrefslogtreecommitdiffstats
path: root/src/main/java/edu/kit/scc/dei/ecplean/ECPAuthenticatorBase.java
Commit message (Collapse)AuthorAgeFilesLines
* Update httpclient library from version 4.5.x to version 5.yManuel Bentele2021-12-211-27/+47
|
* Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-3/+3
|
* Remove unused Java import to fix warningManuel Bentele2021-03-261-1/+0Star
|
* Unconditionally send Auth header to IdPSimon Rettberg2019-10-111-8/+11
| | | | | | | | | | The apache HTTP lib "helpfully" tries to talk to the IdP without sending the provided credentials first, and only retries the request with those credentials if the first attempt results in "401 Authorization Required". This apparently breaks with IdP 3.x's integrated ECP support as that always replies with "200 OK", putting an error message in the XML payload of the reply instead, so the apache lib never retries the request with credentials.
* Support retrying authentication without an @... suffix automaticallySimon Rettberg2019-09-201-18/+51
|
* Log XML reply if failed to parseSimon Rettberg2018-09-261-12/+7Star
|
* Clear cookies before every authentication requestSimon Rettberg2018-03-221-1/+1
| | | | Solves problems with repeated auth tries
* Update apache httpclient, minor cleanupsSimon Rettberg2017-08-081-26/+19Star
|
* Request headers again; IdP request MUST be Content-Type: text/xml apparentlySimon Rettberg2017-07-271-3/+3
|
* Add dummy EntityResolver to prevent 1 minute freezesSimon Rettberg2016-06-131-0/+7
|
* Check StatusCode returned by IdP; set proper content type in requests to ↵Simon Rettberg2015-06-221-0/+3
| | | | IdP; clean up imports and compact catch blocks
* initial commit of 'ecp-client-lean' from KITJonathan Bauer2014-11-281-0/+150