-
Notifications
You must be signed in to change notification settings - Fork 27
Migration guide
Version 5.x of pac4j is now required. JDK 11 is required too.
The annotations: org.pac4j.springframework.annotation.ui.RequireAnyRole
and org.pac4j.springframework.annotation.ws.RequireAnyRole
are merged into the annotation: org.pac4j.springframework.annotation.RequireAnyRole
.
The annotations: org.pac4j.springframework.annotation.ui.RequireAllRoles
and org.pac4j.springframework.annotation.ws.RequireAllRoles
are merged into the annotation: org.pac4j.springframework.annotation.RequireAllRoles
.
Version 4.x of pac4j is now required.
Version 3.x of pac4j is now required.
Version 2.x of pac4j is now required.
The ApplicationLogoutController
has been renamed as LogoutController
and now handles both the application and identity provider logouts.
The RequiresAuthenticationInterceptor
is now named SecurityInterceptor
.
The ApplicationLogoutController
behaviour has slightly changed: even without any url
request parameter, the user will be redirected to the defaultUrl
if it has been defined.