Hey - I am deploying an SPI plugin that currently only pulls in groups from an LDAP server.
When I pull the group in for a specific user, it will create a Parent, Subroup, and then groups under subgroup. Currently, during authentication, the Client Mapper is set to return the groups. In my OIDC claim, I can see that the subgroup is returned - which I believe is the set function. My question is how can override this function or maybe even create a new one that returns the subgroup and groups under it in the OIDC claim ? thanks in advance!