- May 18, 2016
-
- May 17, 2016
-
-
Nicholas Blair authored
New feature: simulated shibboleth session handler.
-
- May 16, 2016
-
-
Nicholas Blair authored
New feature: simulated shibboleth session handler.
-
Nicholas Blair authored
Backed with current authenticated UWUserDetails.
-
Nicholas Blair authored
-
Nicholas Blair authored
Due to new features.
-
- Mar 03, 2016
-
-
Nicholas Blair authored
-
Nicholas Blair authored
-
Nicholas Blair authored
-
- Feb 23, 2016
-
-
Nicholas Blair authored
Previous presence on ProfileController resulted in those APIs leaking to downstream consumers of uw-spring-security-web. Also adds an HttpSecurityAmender for configuring auth for /profile. Bump to version 1.0.0-SNAPSHOT.
-
- Feb 02, 2016
-
-
Benjamin Sousa authored
-
Nicholas Blair authored
-
Nicholas Blair authored
This refactor was needed as the prior code did not fully support the 'combined' approach with both local-users and preauth. In the previous iteration, 2 WebSecurityConfigurerAdapters and as a result, 2 HttpSecurity instances would have been registered, only one having any affect (typically the preauth, but not guarantees). There is now only one WebSecurityConfigurerAdapter, whose sole purpose is to collect all HttpSecurityAmenders and execute their callback at the right time. Te existing WebSecurityConfiguration classes for both profiles have been retrofitted to produce HttpSecurityAmenders that perform the desired behavior. The test cases provided in the sample-war have been updated to provide 2 combined test paths: * 1 that has both profiles active, but demonstrates how fallback to HTTP Basic works, and * 1 that has both profiles active, and includes the simulation filter to produce a successful preauthentication.
-
Benjamin Sousa authored
-
- Jan 05, 2016
-
-
Nicholas Blair authored
-
- Dec 18, 2015
-
-
Nicholas Blair authored
-
- Nov 12, 2015
-
-
Nicholas Blair authored
-
- Nov 02, 2015
-
-
Nicholas Blair authored
-
- Oct 02, 2015
-
-
COLLIN CUDD authored
-
- Sep 30, 2015
-
-
Nicholas Blair authored
-
- Sep 24, 2015
-
-
COLLIN CUDD authored
-
- Sep 21, 2015
-
-
COLLIN CUDD authored
-
- Sep 14, 2015
-
-
Nicholas Blair authored
2 primary changes contribute to the combination working: 1. Renaming the *WebSecurityConfiguration classes so they don't have the same computed bean name. 2. Setting the appropriate order on the *WebSecurityConfiguration classes so that preauth loads first, then local-users. Includes a number of changes to sample-war module in order to demonstrate usage.
-
- Aug 21, 2015
-
-
COLLIN CUDD authored
-
- Aug 17, 2015
-
-
COLLIN CUDD authored
-