30 May, 2014

3 commits

  • Support reauth for any auth module configured in authentication.json.
     * AuthenticationService now handles requests on /authentication, replaciing
       AuthFilter which was not a filter, and did not fully handle reauth.
     * Authenticators are used from both JASPI auth modules and AuthenticationService
       to provide the authentication--either with Http headers in the case of the 
       auth modules, or from the authcid in the HttpContext and the reauth header 
       in the case of reauthentication.
     * AuthenticationService now satisfies the AuthenticationConfig service for 
       the purposes of OSGiAuthFilterBuilder's access to the config to build the 
       JASPI CAF.
     * The duplicative managed/user config at the top of the sample authentication.json 
       files are now removed, thus satisfying OPENIDM-1781.
    
    
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@3282 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    brmiller
     
  • …on detail, not replace it.
    
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@3281 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    brmiller
     
  • 
    git-svn-id: https://svn.forgerock.org/openidm/trunk@3280 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    brmiller
     

29 May, 2014

8 commits


28 May, 2014

5 commits


27 May, 2014

13 commits


26 May, 2014

2 commits


23 May, 2014

8 commits


22 May, 2014

1 commit

  • Add sample5b to demonstrate all-or-nothing compensation support.
    
    
    git-svn-id: https://svn.forgerock.org/openidm/trunk@3242 d98387aa-ee2c-4292-a9e6-504d2a719fd3
    brmiller