summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* First unfinished work on better ecp error feedbackerror-feedbackStephan Schwär2021-07-081-27/+56
| | | | Issue #3797
* Add URL to the project's website to the Maven configurationManuel Bentele2021-05-181-0/+1
|
* Remove unused Java import to fix warningManuel Bentele2021-03-261-1/+0Star
|
* Fix Maven resource encoding warningManuel Bentele2021-03-261-1/+4
|
* Enable Java compiler warningsManuel Bentele2021-03-261-0/+1
|
* Add support for Java 8Manuel Bentele2021-03-041-2/+2
|
* 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-202-21/+65
|
* Log XML reply if failed to parseSimon Rettberg2018-09-261-12/+7Star
|
* Clear cookies before every authentication requestSimon Rettberg2018-03-222-4/+8
| | | | Solves problems with repeated auth tries
* Update apache httpclient, minor cleanupsSimon Rettberg2017-08-085-56/+38Star
|
* Request headers again; IdP request MUST be Content-Type: text/xml apparentlySimon Rettberg2017-07-272-8/+11
|
* Add dummy EntityResolver to prevent 1 minute freezesSimon Rettberg2016-06-131-0/+7
|
* Apply short timeouts to http requestsSimon Rettberg2015-09-041-0/+6
|
* Check StatusCode returned by IdP; set proper content type in requests to ↵Simon Rettberg2015-06-222-42/+40Star
| | | | IdP; clean up imports and compact catch blocks
* Relax httpclient version requirement, set required java version to 1.7Simon Rettberg2015-06-221-3/+3
|
* Add deploy section, change group id in case we start modifyingSimon Rettberg2014-11-281-2/+15
|
* initial commit of 'ecp-client-lean' from KITJonathan Bauer2014-11-289-0/+557