Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Table of Contents

...

...

CAS committers who attended the Jasig-Sakai 2012 conference in Atlanta arrived at rough consensus around a 4.0 release candidate with the following scope:

  • improved authN APIs to support multiple credentials (forces Major release per release strategy)
  • new skin and better support for mobile devices
  • Improvements to the Ldap Password Policy enforcement that are described here.
  • potentially other minor evolutionary improvements that would have been targeted for 3.6.
Other tasks planned for 4.0 :
  • move out the services management webapp from CAS server webapp -> Jérôme : 
    Jira Legacy
    serverJASIG Issue Tracker
    serverId76221f40-4501-3df1-8578-6c87908cbdf7
    keyCAS-1183
  • make SAML support optional in a specific module -> Marvin / Jérôme : 
    Jira Legacy
    serverJASIG Issue Tracker
    serverId76221f40-4501-3df1-8578-6c87908cbdf7
    keyCAS-1188
     
  • improve client protocols support -> Jérôme : 
    Jira Legacy
    serverJASIG Issue Tracker
    serverId76221f40-4501-3df1-8578-6c87908cbdf7
    keyCAS-1286
  • improve OAuth server support -> Jérôme & Joe McCall : 
    Jira Legacy
    serverJASIG Issue Tracker
    serverId76221f40-4501-3df1-8578-6c87908cbdf7
    keyCAS-1288
    Jira Legacy
    serverJASIG Issue Tracker
    serverId76221f40-4501-3df1-8578-6c87908cbdf7
    keyCAS-1282
     and 
    Jira Legacy
    serverJASIG Issue Tracker
    serverId76221f40-4501-3df1-8578-6c87908cbdf7
    keyCAS-1287

Refactor Authentication APIs

Developer: Unlicensed userMarvin Addison

The present AuthenticationHandler/AuthenticationManager API components have served us well for approximately a decade.  With a relatively small amount of engineering effort, we can build on these components to achieve some notable features in an elegant fashion:

...