Misagh Moayyed
973b1340b8
added additional logs to proxy validation
2015-06-07 17:05:47 -07:00
Misagh Moayyed
ceaf323ae0
Update README.md
2015-06-07 13:29:05 -07:00
Misagh Moayyed
e31fa763a2
Create .travis.yml
2015-06-07 13:27:32 -07:00
Misagh Moayyed
916813f76a
Update README.md
2015-05-24 18:59:20 +04:00
Misagh Moayyed
6e22c2748b
Update README.md
2015-05-23 23:09:30 +04:00
Misagh Moayyed
d68849dd15
Update README.md
2015-05-23 23:08:50 +04:00
Misagh Moayyed
1fb0bb5428
Update README.md
2015-05-23 22:50:52 +04:00
Misagh Moayyed
abcd057d4d
Update README.md
2015-05-23 22:50:09 +04:00
Misagh Moayyed
9ac94a89d4
Update README.md
2015-05-23 22:01:48 +04:00
Misagh Moayyed
5124ac3b06
Update README.md
2015-05-23 21:50:09 +04:00
Misagh Moayyed
fb93a5df50
Update README.md
2015-05-23 16:41:15 +04:00
Misagh Moayyed
9d7bbd3e09
Update README.md
2015-05-23 16:40:15 +04:00
Misagh Moayyed
a6416fbf5b
Create README.md
2015-05-23 02:46:17 +04:00
Misagh Moayyed
73522833c4
Delete README.txt
2015-05-23 02:45:28 +04:00
Marvin S. Addison
bac47028e3
Merge pull request #101 from Jasig/no-opensaml
...
Remove OpenSAML and consolidate SAML components in support module
2015-05-12 09:29:02 -04:00
Marvin S. Addison
d0cb144171
Issue #100 Bump minor version due to refactoring.
2015-05-11 12:09:00 -04:00
Marvin S. Addison
333ab96ba3
Issue #100 Isolate JodaTime to SAML module.
2015-05-11 12:01:48 -04:00
Marvin S. Addison
fc4a31448a
Issue 100 Restore configuration key for backward compatibility.
2015-05-04 16:10:56 -04:00
Marvin S. Addison
2227376122
Add Marvin to SAML validator component authorship.
2015-05-04 16:07:47 -04:00
Marvin S. Addison
2362d6ac17
Issue #100 Respond to code review feedback.
2015-04-20 10:34:28 -04:00
Scott
dd587c2b61
Merge pull request #93 from leleuj/CASC-217
...
CASC-217: Update the ticket validators to point to the new endpoint
2015-04-20 06:54:48 -04:00
Marvin S. Addison
8038e69fc0
Move SAML components into separate module.
2015-04-14 16:19:12 -04:00
Marvin S. Addison
b55a1a4eaf
Fix @since version.
2015-02-20 10:35:05 -05:00
Marvin S. Addison
618b8a5dab
Sensible XPath processing optimizations.
2015-02-20 10:26:01 -05:00
Marvin S. Addison
cc46504126
SAML validation with XPath instead of OpenSAML.
2015-02-20 09:18:05 -05:00
Scott
0e78ca914c
Merge pull request #97 from battags/CASC-239
...
CASC-239 Saml11AuthenticationFilter Constructor was Private instead of Public
2015-01-25 19:11:28 -05:00
Scott
e33af401b2
CASC-239 Saml11AuthenticationFilter Constructor was Private instead of Public.
2015-01-24 23:58:51 -05:00
Scott
873a7ba904
Merge pull request #96 from Jasig/conditional-opensaml-init
...
CASC-237 Make OpenSAML bootstrap conditional.
2015-01-20 08:34:08 -05:00
Marvin S. Addison
cf0ed4094b
CASC-237 Make OpenSAML bootstrap conditional.
2015-01-17 11:25:03 -05:00
Scott
33149e4cf6
Merge pull request #94 from leleuj/casc-91
...
Issue-91: Introduce system properties configuration option
2015-01-07 08:48:41 -05:00
LELEU Jerome
fae996bde7
Issue-91: Introduce system properties configuration option
...
First commit
2015-01-05 17:19:40 +01:00
LELEU Jerome
7647009ca4
CASC-217: Update the ticket validators to point to the new endpoint
...
First commit
2015-01-05 15:55:33 +01:00
Scott
e2764a7be1
Merge pull request #88 from battags/CASC-231
...
CASC-231 HttpsURLConnectonFactory is Not Serializable
2014-12-22 23:56:48 -05:00
Scott
a8dc2bdc7d
Added license headers
2014-12-22 23:55:23 -05:00
Scott
053f26ccb4
Merge branch 'master' into CASC-231
2014-12-22 23:54:46 -05:00
Scott
0911fc7d29
Merge pull request #89 from battags/CASC-200
...
CASC-200 Introduce Properties File Configuration Option
2014-12-22 22:10:50 -05:00
Scott
e0b2618b3d
CASC-200 Introduce Properties File Configuration Option
...
Problem: We can configure via JNDI, WebXML (or both) but not by properties file.
Solution: Introduce a method to use property files.
2014-12-07 14:14:08 -05:00
Scott
a7010659f1
CASC-231 HttpsURLConnectonFactory is Not Serializable
...
Problem: THe HttpsURLConnectionFactory is not serializable, causing problems for clients that must serialize
the principal (which depends on a ProxyRetriever).
Solution: Make the HttpsURLConnectionFactory serializable.
QA Notes: added unit test to confirm serialize-deserialize
2014-12-07 13:32:14 -05:00
Scott
a4d3cb77aa
Merge pull request #87 from battags/CASC-233
...
CASC-233 ErrorRedirectFilter Can throw Null Pointer Exception
2014-12-07 12:13:27 -05:00
Scott
b76ede66fb
Merge pull request #86 from battags/CASC-200-rebasefail
...
CASC-200 Introduce Mechanism to Indicate Method of Configuration
2014-12-07 12:12:56 -05:00
Scott
4d8057462f
Merge branch 'master' into CASC-200-rebasefail
...
Conflicts:
cas-client-core/src/main/java/org/jasig/cas/client/session/SingleSignOutFilter.java
2014-12-07 12:11:42 -05:00
Scott Battaglia
c89eba7141
Updated try/catch loop to log when a class is not found.
2014-11-30 17:09:09 -05:00
Scott Battaglia
f65d227a48
Addressed formatting feedback as well as reserved keywords.
2014-11-26 22:58:12 -05:00
Scott Battaglia
56467dd463
Per feedback, scoped catch block to Exception instead of Throwable
2014-11-26 22:31:01 -05:00
Scott Battaglia
3ea2c3a47e
CASC-233 ErrorRedirectFilter Can throw Null Pointer Exception
...
Problem: the ErrorRedirectFilter assumes there is a root cause and will null pointer if there is not.
Solution: Only use the root cause if there is one, otherwise use the original exception.
QA Notes: Added unit test to confirm non-root cause error.
2014-11-20 16:29:29 -05:00
Scott Battaglia
bca2c5e52d
Unused reference to Mockito
2014-11-20 16:03:19 -05:00
Scott Battaglia
31d7337124
Removed unused mockito dependency
2014-11-20 16:01:02 -05:00
Scott Battaglia
035a63fe8f
Added missing javadoc for Protocol enumeration
2014-11-20 15:58:52 -05:00
Scott Battaglia
a997b25f35
Added additional keys that were new from the single signout refactor.
2014-11-20 15:31:31 -05:00
Scott Battaglia
603beabefc
CASC-200 Create a ConfigurationStrategy to allow for pluggable configurations.
...
Problem: The lookup strategy for configuration is hard-coded into the filter, making it impossible to replace or expand.
Solution: Pull the strategies into their own classees and make it configurable. Default to the previous strategy.
QA Notes: The current unit tests work. New unit tests for the configuration will have to be added once the design is approved.
2014-11-20 15:30:38 -05:00