Bernd Eckenfels
caa2fccd32
.gitignore Eclipse's .project default output bin/ directory.
2012-10-04 04:53:41 +02:00
Scott
afa83081a6
Merge pull request #16 from ecki/topic-redirectfix
...
make default value of useRedirect visible. Add some JavaDoc
2012-09-20 19:19:04 -07:00
Bernd Eckenfels
3deac9e1a9
Corrected JavaDoc (force if useSession=false force redirect=false)
2012-09-21 04:11:22 +02:00
Bernd Eckenfels
5f1e5e0ed4
make default value of useRedirect visible. Add some JavaDoc for the
...
options.
2012-09-21 01:32:06 +02:00
Scott
bacf0c6142
Merge pull request #13 from serac/casc-166
...
CASC-166 Fix race condition in cached assertion cleanup.
2012-08-01 18:59:09 -07:00
Marvin S. Addison
ee2b719098
CASC-166 Address code review feedback.
...
Use ConcurrentHashMap to avoid explicit synchronization.
Use TimeUnit to allow more user-friendly configuration of the units of the cache timeout (e.g. MINUTES, SECONDS) and rename option from cacheTimeoutUnits to cacheTimeoutUnit for consistency.
2012-07-26 10:25:06 -04:00
Marvin S. Addison
ec0c7d5162
CASC-166 Fix race condition in cached assertion cleanup.
...
Perform assertion cleanup on same thread as JAAS module invocations to ensure that cleanup of expired assertions occurs before the cache is interrogated. A verifying test case accompanies this fix. The test case required a new module option, cacheTimeoutUnits, in order to complete on a time scale suitable for unit tests.
2012-07-25 16:58:36 -04:00
Misagh Moayyed
b2f038a174
Merge pull request #12 from battags/CASC-185
...
CASC-185 - Merged.
2012-07-25 09:34:46 -07:00
Scott Battaglia
bae8e68f55
CASC-185
...
add authentication time to assertion and also actually use the validity period for Assertion.
2012-07-24 23:01:35 -04:00
Scott
2b9cec59be
Merge pull request #11 from battags/CASC-169
...
CASC-169
2012-07-24 19:40:31 -07:00
Scott Battaglia
3816e29861
CASC-169
...
change to hashmap to allow values to be added
2012-07-24 22:39:06 -04:00
Scott
eadf300985
Merge pull request #9 from battags/CASC-184
...
CASC-184 - upgrade to OpenSAML2, update XML parsing to work with old and new server code.
2012-07-24 19:15:34 -07:00
Scott Battaglia
6e3f802cba
CASC-184
...
improved SAML support. Also execute old AND new XML in the unit tests.
cr for the first round of changes: serac
2012-07-24 22:13:25 -04:00
Scott Battaglia
616bbfa403
CASC-184
...
upgrade to OpenSAML2
2012-07-23 22:09:09 -04:00
Scott
e10299896a
Merge pull request #8 from mmoayyed/CASC-182-1
...
CASC-182 - reset the redirectAfterValidation parameter to false when use...
2012-07-11 10:14:33 -07:00
Misagh Moayyed
37b4058640
CASC-182: Combined logging statements into one.
2012-07-11 10:12:20 -07:00
Misagh Moayyed
09ffc2c05d
CASC-182 - reset the redirectAfterValidation parameter to false when useSession is false.
2012-07-10 14:52:20 -07:00
Scott Battaglia
d0ecca4274
CAS-172
...
don't log proxy message when there is no PGTIOU
2012-04-23 00:00:56 -04:00
Scott Battaglia
eff195aaa9
CASC-171
...
check x-forwarded host header
2012-04-22 23:38:22 -04:00
unknown
7302ca6a99
CASC-175
...
ensure state can be shared
2012-04-22 23:29:38 -04:00
Scott
81e81256e0
Merge pull request #2 from lavrovdv/master
...
Parsing the custom attributes using xml dom parser.
2012-04-22 17:07:22 -07:00
Scott
8673f2c294
Merge pull request #5 from Gleeble/master
...
Change to allow for Session Fixation Prevention
2012-04-15 17:29:03 -07:00
Adam Swift
5f3700670c
Changed to allow usage with systems using Session Fixation fixes following a login
2012-04-13 16:39:41 -04:00
Scott
1775ae99ec
Merge pull request #4 from yzhengyu/master
...
CASC-164 Fix for Jasig CAS client for Java not working in 4.4 and above
2012-04-03 18:35:27 -07:00
Zhengyu Yong
0f9909406f
Jira44CasAuthenticator will handle authentication for versions 4.4 and up
2012-04-02 18:07:37 +08:00
Zhengyu Yong
992a081434
added dependency to jira-core version 4.4
2012-04-02 18:05:48 +08:00
lavrovdv
88c69a7caa
Merge branch 'master' of https://github.com/lavrovdv/java-cas-client
...
Conflicts:
cas-client-core/src/main/java/org/jasig/cas/client/util/XmlUtils.java
cas-client-core/src/main/java/org/jasig/cas/client/validation/Cas20ServiceTicketValidator.java
2012-03-15 11:09:09 +04:00
lavrovdv
4b454e1e2e
Parsing the attributes using xml dom parser.
2012-03-15 11:04:47 +04:00
lavrovdv
78c6ac29f9
Parsing the attributes using xml dom parser.
2012-03-14 09:25:15 +04:00
lavrovdv
26e959c3d0
The result of parsing the xml document should not depend on the "\n" symbols.
2012-03-13 15:08:13 +04:00
Scott
7345e03a6f
Merge pull request #1 from ZerothAngel/master
...
Tomcat integration: Store principal in session
2012-03-07 20:10:19 -08:00
Allan Saddi
c4d63f74ca
Also register the principal in the current session, if any.
2012-03-07 16:48:20 -08:00
Marvin S. Addison
bbcd532924
Add gitignore file.
2012-03-07 09:49:56 -05:00
Marvin S. Addison
de2ab6a3ad
Update POM for GitHub and update other stale project information.
...
Reformat pom.xml for 2-space indentation.
2012-03-07 09:43:26 -05:00
Scott Battaglia
a19c27f75b
CASC-165
...
disable DTD reading.
2011-10-31 02:44:07 +00:00
Scott Battaglia
80693a3db9
CASC-157
...
added pre and post hooks
2011-09-22 02:02:03 +00:00
Scott Battaglia
477fc582f0
CASC-163
...
SSO filter supports ticket over POST.
2011-09-22 01:10:19 +00:00
Scott Battaglia
84aa06629f
CASC-160
...
added a check to make sure we really wanted to gateway.
2011-09-22 00:55:15 +00:00
Scott Battaglia
5cd43c2139
CASC-101
...
additional protected getters
2011-09-12 04:12:37 +00:00
Scott Battaglia
b1f623128c
NOJIRA updated jasig parent
2011-09-11 18:24:29 +00:00
Scott Battaglia
e56601db95
NOJIRA
...
disabled encryption test for now
2011-09-11 18:15:53 +00:00
Scott Battaglia
0d8c085d19
NOJIRA
...
enabled JBoss repo for now to get build working in Bamboo
2011-09-11 17:57:13 +00:00
Scott Battaglia
91046c779c
NOJIRA
...
enabled JBoss repo for now to get build working in Bamboo
2011-09-11 17:13:56 +00:00
Scott Battaglia
d754bc8d8c
NOJIRA
...
ignore to get the CI to run.
2011-09-11 16:54:16 +00:00
Scott Battaglia
fb42fefaf9
NOJIRA
...
fixed some bugs and updated pom to 3.3-SNAPSHOT
2011-09-11 16:46:53 +00:00
Scott Battaglia
97e6573e32
NOJIRA
...
accidental Java 1.6 dependency
2011-09-11 16:35:23 +00:00
Scott Battaglia
e055585cf2
CASC-144
...
added support for multiple hosts with a space separated value
2011-09-11 16:15:30 +00:00
Scott Battaglia
3b6ccaac0a
CASC-154
...
added method to AbstractCasFilter that can be overwritten in ticket validation and authentication to support other methods of retrieving the ticket.
2011-09-11 15:11:43 +00:00
Scott Battaglia
29165243a5
CASC-155
...
upgrade to Seraph 2.5 and attempt to fix class cast
2011-09-11 15:03:35 +00:00
Scott Battaglia
6a98fc61a5
CASC-156
...
call sendError
2011-07-31 19:01:17 +00:00