To add some informations from my previous message:
- from CAS I have this log :
DEBUG [org.apereo.cas.web.flow.DelegatedAuthenticationSAML2ClientLogoutAction] - <The current client is not a SAML2 client or it cannot be found at all, no logout action will be executed.>
after debugging into the code to find if a client is a SAML2Client a profile should be provisionned, but it's not the case so it returns each time a null client.
What is missing here ? should a profile be provisionned and how in this case ? Or there is a problem with a wrong check ?
I could fix that but let me know what is to good way to do.
Thansk