Rob Winch
e8278f3b9b
SEC-2249: AbstractSecurityWebApplicationInitializer allows register config
13 years ago
Rob Winch
976d9a9016
SEC-2194: Polish java config sample apps
13 years ago
Rob Winch
1f86d5dad9
SEC-2097: Add Tomcat Gradle plugin
13 years ago
Rob Winch
388a4dd9db
SEC-2194: Add Java Config samples
13 years ago
Rob Winch
36418b964d
Remove samples/runall.sh
13 years ago
Rob Winch
e242aeff3e
SEC-2230: Polish and clickjacking demo
13 years ago
Rob Winch
8c3ac719bb
SEC-2230: Added testing certificates
13 years ago
Rob Winch
0bc08f8a23
SEC-2230: Update contacts sample to use <headers> with no child elements
13 years ago
Marten Deinum
0adf5aea91
SEC-2098, SEC-2099: Created HeadersFilter
...
Created HeadersFilter for setting security headers added including a
bean definition parser for easy configuration of the headers. Enables
easy configuration for the X-Frame-Options, X-XSS-Protection and
X-Content-Type-Options headers. Also allows for additional headers to
be added.
13 years ago
Rob Winch
5e6ca12b01
SEC-2097: Update integrationTestCompile to use optional and provided
...
Also update slf4j version and remove explicit commons-logging from pom generation
13 years ago
Rob Winch
02551e1b7a
SEC-2214: Update Spring Version
13 years ago
Rob Winch
faa8b354b7
SEC-2209: add pom.xml
13 years ago
Rob Winch
e5fc063680
SEC-2206: Gradle Propdeps
13 years ago
Rob Winch
07c3fdf8a7
SEC-2195: Update Groovy, Geb, Spock, httpcomponents, and Jetty
13 years ago
Luke Taylor
896339087f
SEC-2122: Update samples to use bcrypt.
...
Data sources modified to store bcrypt hashes and configs now
use BCryptPassworEncoder.
13 years ago
Rob Winch
e8661913d1
SEC-2119: Update to 3.2 schema and use default schema version when available
13 years ago
Rob Winch
22e333b9c6
SEC-2092: Add servlet api example
13 years ago
Rob Winch
1ed643ca1f
SEC-1998: Provide integration with WebAsyncManager#startCallableProcessing
...
Support integration of the Spring SecurityContext on Callable's used with
WebAsyncManager by registering SecurityContextCallableProcessingInterceptor.
13 years ago
Rob Winch
78cbdd2c93
Reserve Server Ports in integrationTests
...
Previously the build would look up a server port dynamically, but since
it closed the port immediately it may not be reserved by the time jetty
started up.
We now reserve the port and do not close it till just before Jetty starts.
While there is still a race condition, it is much smaller window of time
than it was previously.
14 years ago
Rob Winch
6af3e1958b
Update to Groovy 1.8
14 years ago
Rob Winch
a2452ab514
SEC-1906: Update to Gradle 1.0
14 years ago
Abdull
dec44811fc
Gave correct role name
14 years ago
Abdull
0e413cedcb
Gave correct role name
14 years ago
Rob Winch
044861eb20
Renamed **/*Spec.groovy to **/*Tests.groovy to better follow conventions
14 years ago
Luke Taylor
b60367e30c
Upgrade to validater 4.2
15 years ago
Luke Taylor
9d66e1fac3
Exclude static resources from filter chain in tutorial sample.
15 years ago
Luke Taylor
7e44580c75
Minor refactoring of aspects tests.
15 years ago
Luke Taylor
dc92baa257
Remove truststore settings from tutorial sample as they aren't required.
15 years ago
Luke Taylor
e4ecdd55f6
Enable https in tutorial sample.
15 years ago
Luke Taylor
80fd96df6d
SEC-1650: Updates and corrections to tutorial sample to fit better with new tutorial.
15 years ago
Rob Winch
c9b328d8c7
SEC-1757: Updated tutorial sample to state that listing of accounts is allowed by anyone and to display accounts for the different types of access to posting to Accounts
15 years ago
Luke Taylor
e8a1a6e40b
Added spring-expression to config module testCompile to fix build.
15 years ago
Rob Winch
3de0041874
Reverted cas Readme.txt from instructing to run from samples/cas/sample
15 years ago
Rob Winch
076a75d8c3
Cleaned up cas task dependency declarations
15 years ago
Rob Winch
11dc3363cc
Moved cas server and cas sample into common parent folder (samples/cas)
15 years ago
Rob Winch
1c1ffe2f0f
Added CA's to server.jks from cacerts included with Sun JDK
...
- Allow handshake to succeed for the build to upload to amazon
- Allows the same trust store to work for openid and CAS sample applications
15 years ago
Rob Winch
e1f4c3d325
Created a casserver module to better isolate it from the cas sample application now that an overlay is being done
15 years ago
Rob Winch
4d786d74cf
Reworded CASSampleSpec test method to reflect single logout
15 years ago
Rob Winch
4c43bde064
Set log levels to ERROR level when running CAS integration tests
15 years ago
Rob Winch
9525403385
Added CAS Server overlay to make single logout be synchronous and enabled itests for the cas sample
15 years ago
Luke Taylor
d2175468ee
Disable CAS interation tests until CI problems are resolved.
15 years ago
Luke Taylor
06faea8cfc
Typos.
15 years ago
Rob Winch
97afb0c9ac
SEC-965: Added assert to LoginPage.at
15 years ago
Rob Winch
01fb4bdb6d
SEC-1718: Update documentation and sample application to demonstrate how to use a PGT to authenticate to stateless services using a PT
15 years ago
Rob Winch
abfa558c3c
Removed Dummy.java from cas sample
15 years ago
Rob Winch
11331d34d9
SEC-1717: Document how to perform Single Logout with CAS and added integration test for sample application to test Single Logout
15 years ago
Rob Winch
761d5af6ec
SEC-965: Added integration tests for CAS Sample Application
15 years ago
Rob Winch
f1c064b3b9
SEC-965: Updated CAS Sample application for proxy authentication
...
* Configured for proxy authentication
* Cleaned up the jsps
* Changed the cas sample context root to cas-sample so the CAS Server's JSESSIONID cookie doesn't remove the cas samples
15 years ago
Luke Taylor
ddaf9eb64f
SEC-1705: Make sure a single OpenIDAuthenticationFilter bean is created by the namespace. Likewise for UsernamePasswordAuthenticationFilter.
15 years ago
Rob Winch
a50c9afbab
Modified jaas sample's LoginModule to prevent empty string username/password
15 years ago