Base Client -> getConfig is null for custom Authenticator

19 views Asked by At

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

1

There are 1 answers

0
jleleu On

I guess there is some issue with the initialization of the client. Can you try client.init(); before creating your custom Authenticator?