Kristaps Berzinch
1c5dee3edf
Add login attempt events
2019-04-11 00:51:45 -04:00
LELEU Jérôme
abacb75df2
Handle encrypted PGTs ( #260 )
...
* Handle encrypted PGTs
* add tests
* stick to Java 6 and use commons-codec for Base64
* Remove the encrypted PGT after a PGT has been retrieved
* use Bouncycastle to load PEM files
* update to latest BC dependency
2019-04-03 13:53:09 +02:00
LELEU Jérôme
96f51465a8
Merge pull request #259 from leleuj/method
...
Support the method parameter
2019-03-14 19:11:02 +01:00
Jérôme LELEU
58de00e34b
Support the method parameter
2019-03-13 09:15:07 +01:00
Hal Deadman
8cc5ad182c
Merge pull request #255 from apereo/hdeadman-patch-1
...
Update README.md
2019-02-01 17:24:44 -05:00
Hal Deadman
e3f532acde
Update README.md
...
Add required serverName init parameter to example for Cas10TicketValidationFilter
2019-02-01 17:22:11 -05:00
Misagh Moayyed
86b93cbb26
clean up
2019-01-31 01:43:33 -07:00
Misagh Moayyed
cc756cb72d
update readme; add full-regex
2019-01-31 01:39:55 -07:00
Misagh Moayyed
e2798c09cb
Merge pull request #253 from apereo/inlined-attributes
...
Extract inlined CAS attributes in protocol 3 Ticket Validator
2019-01-29 23:12:07 +03:30
tsschmidt
f06895bc18
Refactored and added unit test.
2019-01-24 16:31:54 -08:00
tsschmidt
18d981efaa
Refactor
2019-01-23 10:24:01 -08:00
tsschmidt
080405b4c0
Extract inlined CAS attributes in protocol 3 Ticket Validator
2019-01-23 08:26:35 -08:00
Misagh Moayyed
45d4180a7f
Merge pull request #252 from alterdego/master
...
Fixed typos in README.md
2019-01-14 06:53:40 -06:00
Document Doctor
77c013b03b
Fixed typos in README.md
2019-01-12 01:18:14 -05:00
Document Doctor
7513f94877
Fixed typos in README.md
2019-01-11 21:42:00 -05:00
Cliff Ingham
2b1b7a142a
Prioritize X-Forwarded-Host when choosing the service parameter
...
Use X-Forwarded-Host whenever it's available.
2018-12-14 16:28:55 -05:00
Dmitriy Kopylenko
ba50664582
[maven-release-plugin] prepare for next development iteration
2018-11-01 10:32:59 -04:00
Dmitriy Kopylenko
bafe64e7cd
[maven-release-plugin] prepare release cas-client-3.5.1
2018-11-01 10:32:53 -04:00
Misagh Moayyed
b2e1643893
Update pom.xml
2018-10-20 23:08:22 +03:30
Misagh Moayyed
e155261a6b
Merge pull request #248 from SmithJosh/respect-path-in-servername-config
...
Include serverName path when constructing service url
2018-10-10 09:52:17 +03:30
Joshua Smith
c39735729d
Include serverName path when constructing service url
...
Commit be2a641 introduced a bug which overwrites the serverName path component
when constructing service urls. This makes it impossible to deploy a CAS-
protected application behind a reverse proxy with a path prefix.
Now, the path from the incoming request is appended to the serverName path
instead of overwriting it.
2018-10-02 13:29:30 -07:00
Misagh Moayyed
2a570b26f1
Merge pull request #239 from mattdrees/issue-210-preserve-entity-stream-for-non-logout-requests
...
Add option to prevent entity stream consumption
2018-07-25 23:47:05 +04:30
Matt Drees
1d4312b64f
Rename logoutPath to logoutCallbackPath
2018-07-25 13:07:29 -06:00
Misagh Moayyed
af78b8703f
Merge branch 'master' into issue-210-preserve-entity-stream-for-non-logout-requests
2018-07-25 10:25:51 +04:30
Misagh Moayyed
0e943179f1
Merge pull request #241 from mattdrees/support-prefix-config-for-authentication-filter
...
Support casServerUrlPrefix config option for AuthenticationFilter
2018-07-25 10:24:35 +04:30
Matt Drees
72e9aa9378
Tweak logoutPath docs
2018-07-24 16:08:48 -06:00
Matt Drees
c5d1b1ef84
Stop using "matches" terminology
2018-07-24 16:07:44 -06:00
Matt Drees
40dcc8b34a
Move utility method to CommonUtils
2018-07-24 15:19:01 -06:00
Matt Drees
ba5982e1eb
Add option to prevent entity stream consumption
...
If someone's app cannot handle the SingleSignOutFilter's consumption of entity streams
(via a `request.getParameter()` call) on all requests,
they can use this option in conjunction with setting up a service logout URL at the CAS server.
The filter will now only consume the stream on requests to this path.
Fixes https://github.com/apereo/java-cas-client/issues/210 .
2018-07-24 15:19:00 -06:00
Matt Drees
b6f6b5de76
Support casServerUrlPrefix config option
...
`casServerUrlPrefix` is used for validation and single logout,
but before this commit it couldn't be used by the auth filter.
As a result, web.xml needed to (for the typical usecase)
contain at least two references to the cas server.
Now, only one context init-param reference is necessary,
as long as the login page is hosted at {prefix}/login
(which seems to be mandated by cas protocol spec).
2018-07-24 15:18:24 -06:00
Misagh Moayyed
93561a297f
Merge pull request #178 from jalios/master
...
Fix #177 Every other request incorrectly gatewayed
2018-07-25 00:24:13 +04:30
Misagh Moayyed
c979e64006
Merge pull request #240 from mattdrees/fix-race-condition-in-http-server-tests
...
Fix race condition in PublicTestHttpServer tests
2018-07-25 00:22:57 +04:30
Matt Drees
306ec75569
Fix race condition in PublicTestHttpServer tests
...
The previous code assumed the server would start listening on the socket before tests ran, but didn't enforce this.
2018-07-24 11:29:25 -06:00
Misagh Moayyed
a061764ca1
fix tests
2018-07-17 11:50:10 +04:30
Misagh Moayyed
7fbac753ee
fix tests
2018-07-17 11:42:41 +04:30
Misagh Moayyed
15100f3c39
fix tests; adjust log levels for tests
2018-07-17 11:33:03 +04:30
Misagh Moayyed
87ac085dfd
Rename stale.yml to .github/stale.yml
2018-07-17 11:08:37 +04:30
Misagh Moayyed
a34a397a68
Create stale.yml
2018-06-08 10:48:49 -07:00
kmnasir
94b23a7f2d
Updating jackson version to 2.9.5
...
Due to following vulnerabilities
CVE-2017-15095
CVE-2017-17485
CVE-2018-7489
2018-05-31 12:03:47 -04:00
Misagh Moayyed
c015e226ba
Merge pull request #231 from Unicon/urlenc-queryparams
...
Handle un-encoded query strings in url parameters as embedded query strings
2018-03-08 15:58:35 +01:00
Misagh Moayyed
5d18b34159
Update .travis.yml
2018-02-02 20:15:20 +01:00
Misagh Moayyed
ae50749c5f
Update .travis.yml
2018-01-31 21:48:55 +03:30
Misagh Moayyed
3875c39a21
handle un-encoded query strings in url parameters
2018-01-31 14:11:00 +03:30
Dmitriy Kopylenko
b208e94b93
[maven-release-plugin] prepare for next development iteration
2018-01-12 11:56:32 -05:00
Dmitriy Kopylenko
c00da6bb81
[maven-release-plugin] prepare release cas-client-3.5.0
2018-01-12 11:56:28 -05:00
Dmitriy Kopylenko
486aa66587
prepare for the release
2018-01-12 11:46:12 -05:00
Dmitriy Kopylenko
527f60f334
Polishing
2018-01-11 10:41:28 -05:00
Misagh Moayyed
c06facd9e1
Merge pull request #209 from tkd-yas/master
...
Fix missing parameter key in service url (#208 )
2017-10-06 04:31:21 -07:00
Misagh Moayyed
962c8185ae
Merge pull request #220 from mmoayyed/tomcat85x
...
Add support for tomcat 8.5.x
2017-10-06 04:30:25 -07:00
Misagh Moayyed
6280319d80
Fix travis URLs: point to apereo rather than jasig
2017-07-11 16:58:14 -07:00