Misagh Moayyed
970a0f5db9
Merge pull request #212 from mmoayyed/json-validator
...
New Json ticket validator to accept CAS responses in JSON.
2017-06-20 09:16:37 -07:00
Hal Deadman
ec61628d15
Improve error logging when getting response fails
2017-06-02 10:59:16 -04:00
Misagh Moayyed
3bb2494ea2
Apply changes after code review by @serac
2017-06-01 21:03:51 -04:00
leleuj
c0ded8f897
merge with master
2017-05-24 08:36:57 +02:00
Misagh Moayyed
2a5e854f0d
Merge pull request #187 from Unicon/Frontchannel-slo
...
Handle front-channel SLO
2017-05-22 12:25:15 -04:00
Misagh Moayyed
f07e2abc7e
add test cases
2017-05-18 14:09:11 -07:00
Misagh Moayyed
7770e2adbf
Fix test cases with attribute encoding
2017-05-18 12:31:44 -07:00
Misagh Moayyed
0457035b7b
allow extension points for JSON validation parsing. add filter and validator
2017-05-17 16:13:46 -07:00
Misagh Moayyed
a4f622833e
allow extension points for JSON validation parsing. add filter and validator
2017-05-17 16:00:24 -07:00
Misagh Moayyed
6f353a954d
allow extension points for JSON validation parsing. add filter and validator
2017-05-17 15:59:20 -07:00
Misagh Moayyed
c00627c244
allow extension points for JSON validation parsing. add filter and validator
2017-05-17 15:04:42 -07:00
lizhixiang
3a02f3d592
add setter to ignoreUrlPatternMatcherStrategyClass, with purpose of
...
injecting UrlPatternMatcherStrategy to AuthenticationFilter by Spring
IOC
2017-01-05 12:16:16 +08:00
Misagh Moayyed
f2415d4579
Merge pull request #184 from Unicon/Skew-assertion-date
...
Handle date equality when checking for assertion validity
2016-09-23 10:24:02 +03:30
Misagh Moayyed
2ca6503a0f
Fixed test cases
2016-09-09 16:22:32 +04:30
Misagh Moayyed
c3589440f8
Updated front-channel SLO handling
2016-09-09 16:14:06 +04:30
Misagh Moayyed
6f05fe0e28
Merge pull request #181 from Unicon/Tostring
...
Let ConfigurationKey toString() the name
2016-09-07 20:53:38 +04:30
Misagh Moayyed
02544ee0ae
Merge pull request #185 from Unicon/Redundant-GroupId
...
Remove redundant groupId from POM defns
2016-09-07 20:53:21 +04:30
Misagh Moayyed
5ce675434b
Remove redundant groupId from POM defns
2016-09-07 16:12:34 +04:30
Misagh Moayyed
f404a2ae74
Handle date equality when checking for saml assertion validity
2016-09-07 16:10:16 +04:30
Scott
41be540261
Merge pull request #182 from Unicon/Refact
...
Minor code adjustments to CommonUtils to use String.isEmpty()
2016-09-07 07:30:43 -04:00
Misagh Moayyed
5e36559b15
Let assertion validity checks to be more flexible
...
when comparing dates.
2016-09-07 15:47:04 +04:30
Misagh Moayyed
ad1ccbd64b
Minor code adjustments to CommonUtils to use String.isEmpty()
2016-09-07 15:38:46 +04:30
Misagh Moayyed
a1f85b9eb3
Let config keys log the name
2016-09-07 15:31:39 +04:30
Marvin S. Addison
d35053b362
Log proxy ticket returned from /proxy protocol endpoint.
2016-09-01 13:22:01 -04:00
Marvin S. Addison
71a6113b73
Issue #152 Jetty container-based authn.
2016-02-11 14:53:14 -05:00
Scott
fb8c14fc84
CASC-127 Remove Commons Codec Dependency
...
Problem: We rely on Commons Codec for some simple Base64 decoding/encoding, most of which is available in Java 1.6+
Solution: Set minimum version to Java 1.6 and rely on provided methods.
QA Notes: Unit tests pass
2015-11-18 21:58:06 -05:00
Scott
45bcec3080
[maven-release-plugin] prepare for next development iteration
2015-09-13 00:23:55 -04:00
Scott
00e580cbc0
[maven-release-plugin] prepare release cas-client-3.4.1
2015-09-13 00:19:52 -04:00
Scott
f6f935e5ce
[maven-release-plugin] rollback the release of cas-client-3.4.1
2015-09-13 00:18:34 -04:00
Scott
8966206e8e
[maven-release-plugin] prepare for next development iteration
2015-09-13 00:13:20 -04:00
Scott
481422365a
Added missing license headers.
2015-09-13 00:11:09 -04:00
Scott
bedc4f3c27
Merge pull request #133 from battags/131
...
Issue #131 - ConfigurationStrategyName does not Properly Resolve Cust…
2015-09-10 09:27:08 -04:00
Scott
3dca4b395a
Issue #131 - ConfigurationStrategyName does not Properly Resolve Custom classes
...
Problem: The assignable check was reversed, always resulting in a false return value.
Solution: Add test to confirm failure and then swap check. Unit tests pass.
2015-09-09 23:30:53 -04:00
Misagh Moayyed
0e4c808bb7
initialize service parameter names once, statically
2015-08-19 08:51:28 -07:00
Misagh Moayyed
49fdccf81c
overload constructServiceUrl to keep backward compatibility
2015-08-19 02:28:20 -07:00
Misagh Moayyed
3bb6daa3fb
URIBuilder test cases
2015-08-12 12:36:50 -07:00
Xu Huisheng
c03d7c7980
When serverName contains schema, the URIBuilder will throw an UnsupportedOperationException while adding a parameter.
2015-08-04 18:20:31 +08:00
Jérôme LELEU
505d90eb2c
upgrade version to 3.5.0-SNAPSHOT
2015-08-03 12:53:19 +02:00
Scott
1aec723f3e
[maven-release-plugin] prepare for next development iteration
2015-07-21 22:57:28 -04:00
Scott
02aa3da8de
[maven-release-plugin] prepare release cas-client-3.4.0
2015-07-21 22:57:26 -04:00
Scott
0287c5000d
Added missing license headers
2015-07-21 22:19:00 -04:00
Scott
1d3e8d7f4b
Updated NOTICE generation.
2015-07-21 22:16:53 -04:00
Scott
b052b1c322
Merge pull request #66 from Unicon/CASC-210
...
CASC-210: Added support for having regex expressions in the proxy (chaining) list.
2015-07-07 17:10:05 -04:00
Scott
af1c2f67d7
Merge pull request #116 from Unicon/remove-lang
...
removed commons-lang dependency
2015-07-03 11:27:00 -04:00
Scott
3e85a402d3
Merge pull request #105 from mmoayyed/removing-service-param
...
Added uri builder to construct query params
2015-07-03 11:13:31 -04:00
John Gasper
4b98bb252e
casc-210: Merge branch 'master' of https://github.com/jasig/java-cas-client into CASC-210
...
Resolved Conflicts:
cas-client-core/src/main/java/org/jasig/cas/client/validation/ProxyList.java
2015-06-16 12:09:37 -07:00
Misagh Moayyed
d644cdfc20
removed since tags
2015-06-10 20:09:15 -07:00
Misagh Moayyed
f010d5033d
removed commons-lang dep
2015-06-10 20:04:12 -07:00
Scott
083e8bbffd
Merge pull request #113 from Unicon/commons-lang3
...
Upgrade to commons-lang3
2015-06-08 22:56:07 -04:00
Misagh Moayyed
c05212b11d
Merge pull request #112 from Unicon/depc-const
...
Deprecated unused DISABLE_XML_SCHEMA_VALIDATION
2015-06-07 20:48:35 -07:00