Im using pack4j 6v and having issue of BaseClient -> initSAMLResponseValidator -> findSessionLogoutHandler -> getConfig() is null
when IDP initiated SLO
IDP initiated single logout: When dev server signed out, local server is not getting signed out boz of logoutHandler is null
I guess there is some issue with the initialization of the client. Can you try
client.init();before creating your customAuthenticator?