-
Notifications
You must be signed in to change notification settings - Fork 27
Release Notes
LELEU Jérôme edited this page May 4, 2020
·
41 revisions
See the pac4j release notes as well.
4.0.1:
- Update to pac4j v4.0.1
4.0.0:
- Update to pac4j v4
- Update to Spring Web MVC v5.2
3.3.0:
- Add new constructors for the
SecurityInterceptorwithAuthorizer[]andMatcher[]as inputs - Upgrade to pac4j v3.6.1
3.2.0:
- Upgrade to pac4j v3.3.0
- The
RequireAnyRoleandRequireAllRolesannotations can be used to check the user roles - The
WebSecurityHelperandRestSecurityHelpercomponents can be used to get the authenticated user profiles and check the user roles
3.1.0:
- Upgrade to pac4j v3.2.0
3.0.0:
- Upgrade to pac4j v3.0.0
- Callback and logout URLs may be defined via the
pac4j.callback.pathandpac4j.logout.pathproperties
2.2.0:
- Upgrade to Spring v5
- Upgrade to pac4j v2.2.1
2.1.0:
- Upgrade to pac4j v2.1
2.0.0:
- Upgrade to pac4j v2.0
-
ApplicationLogoutControllerbecomesLogoutControllerand handles both application and identity provider logouts
1.1.4:
- Upgrade to pac4j v1.9.4 (security fix)
1.1.3:
- Upgrade to pac4j v1.9.3
1.1.2:
- Upgrade to pac4j v1.9.2 (improved CAS, JWT and OpenID Connect supports)
-
CallbackControllerandApplicationLogoutFilterreturn void
v1.1.1:
- Upgrade to pac4j v1.9.1
v1.1.0:
- Upgrade to pac4j v1.9
- Upgrade to Java 8, Servlet 3.1
- Multi-profiles support
- Protection against "session fixation" attacks
-
RequiresAuthenticationInterceptorbecomesSecurityInterceptor - Updated algorithm for the application logout
v1.0.2:
- Based on pac4j v1.8.4: improved JWT/SAML support
v1.0.1 (based on pac4j v1.8.1):
- More authorizers: IP check, HTTP method check, profile type verification, Spring Security like security filters (cache control, Xframe...)
- Updated CSRF protection support
- new AnonymousClient for advanced use cases
- Updated OAuth, CAS, SAML and OpenID Connect supports
- Customizable callback urls
v1.0.0:
- based on pac4j v1.8.0: authentication and authorization supports...