Skip to content
LELEU Jérôme edited this page Nov 14, 2018 · 4 revisions

2.0 -> 3.0

Version 3.x of pac4j is now required.

1.2 -> 2.0

Version 2.x of pac4j is now required.

ApplicationLogoutHandler is renamed LogoutHandler and gained getters and setters for the new settings localLogout (remove pac4j profiles from web session), destroySession (destroy web session on logout) and centralLogout (redirect user to identity provider for central logout).

1.1 -> 1.2

The SecurityMechanism is replaced by a SecurityHandler (more in the spirit of the pac4j "security filter"). It populates the Undertow security context with the authenticated user as a Pac4jaccount

The ApplicationLogoutHandler behaviour has slightly changed: even without any url request parameter, the user will be redirected to the defaultUrl if it has been defined.

1.0 -> 1.1

The ClientAuthenticationMechanism has been replaced by the SecurityMechanism and now handle both authentication and authorizations.

The HttpResponseHelper has been renamed in ExchangeHelper.

The application logout process is managed with the ApplicationLogoutHandler.

Clone this wiki locally