We are using a SSO solution to centralize our user authentication flows and because of that users have many many groups.
When trying to login through Centreon, those groups data are added within the authentication token, making it reach huge sizes (around 4k characters for now), but the structure of the database on the table “security_authentication_tokens” for the “token” field is limited to 255 characters.
i got explained that it is possible within an openid request to ask for a filter on the groups to maybe reduce that token size.
Is there something to do in that sense and how can we do it ? This is blocking the deployment of this auth solution at scale.
