Skip to content
Snippets Groups Projects
  1. Jul 10, 2020
  2. Jul 09, 2020
  3. Mar 06, 2017
  4. Mar 03, 2017
  5. Oct 13, 2016
  6. Sep 30, 2016
  7. Sep 13, 2016
  8. Sep 09, 2016
  9. Aug 24, 2016
  10. Aug 22, 2016
  11. Aug 18, 2016
    • Nicholas Blair's avatar
      feat: new LocalUserDetailsLoader for populating local-users store · 560882fb
      Nicholas Blair authored
      New optional user interface for populating the LocalUserDetailsManagerImpl instance provided in the 'local-users' profile. The default configuration will still use the existing LocalUserDetailsAttributesMapper.Default implementation.
      
      To switch to the new loader, set the 'edu.wisc.uwss.local.userDetailsLoader.enabled' Environment property to true. The default resource loaded is edu/wisc/uwss/local/local-users.json (classpath), to change that location set the 'edu.wisc.uwss.local.userDetailsLoader.resource' Environment property to a valid Spring Resource expression ('classpath:', 'file:', etc).
      560882fb
  12. Jul 11, 2016
  13. Jul 07, 2016
  14. Jun 28, 2016
  15. Jun 08, 2016
  16. Jun 07, 2016
    • Nicholas Blair's avatar
      fix: correct configuration to activate federation attributemapper · a9df5cd1
      Nicholas Blair authored
      We can't just decorate with @Component, because the package edu.wisc.uwss.preauth isn't @ComponentScan'ned (edu.wisc.uwss.configuration.preauth is).
      
      Corrected the logger for the Federated attributesmapper, it was incorrectly using the Default implementation (so you couldn't tell which class was lgogging).
      
      Added a Maven profile to help test: combined-simulate-federation.
      a9df5cd1
  17. Jun 06, 2016
Loading