-
Notifications
You must be signed in to change notification settings - Fork 9
Release notes
CAS in the cloud LELEU Jérôme edited this page Sep 5, 2022
·
19 revisions
See the pac4j release notes as well.
Version 5.0.1:
- Fix a bug on the form data retrieval (
UndertowWebContext
)
Version 5.0.0:
- Update to pac4j v5.4
Version 4.1.1:
- [SECURITY] Fix the session renewal
- Update to pac4j v4.4
Version 4.1.0:
- Using Undertow attachments for request attributes instead of serializing them in path parameters
- Upgrade to pac4j v4.3
- Update to Undertow v2.2
Version 4.0.0:
- Upgrade to pac4j v4
- Update to Undertow v2.1
Version 3.0.0:
- Upgrade to pac4j v3.4
- Update to Undertow v2
Version 2.0.0:
- Upgrade to pac4j v2.2.1
- The
LogoutHandler
handles both the local and central logout
Version 1.2.3:
- Fix issue on the
getScheme
method
Version 1.2.2:
- Upgrade to pac4j v1.9.4 (security fix)
Version 1.2.1:
- Upgrade to pac4j v1.9.2 (improved CAS, JWT and OpenID Connect supports)
- Add the
UndertowProfileManager
Version 1.2.0:
- Upgrade to pac4j v1.9.1 and Java 8
- Multi-profiles support
-
SecurityMechanism
becomesSecurityHandler
- Updated algorithm for the application logout
Version 1.1.0:
- Based on pac4j v1.8: REST support (basic auth, header, request parameter, IP), new authentication mechanisms (LDAP, JWT, SQL, MongoDB, Stormpath), authorizations
- Application logout support
- A specific client can be dynamically selected for authentication
Version 1.0.0:
- Based on pac4j v1.7: supports for CAS / OAuth / OpenID / SAML / HTTP / GAE / OpenID Connect