able-cartoon-45682
11/09/2022, 12:03 PMprincipals
which is a list of group-ids. For some reason (backward compability) the principals
key gets duplicated and also made available inside the ext
dictionary in the JWT. Our edge case is that some of our users have a lot of groups and the size of the JWT grows fast, so fast that we've exceeded some browser request-header size limitations (4k). Having the opportunity to disable this ext
backward compability won't solve our issue, but it would at least delay it for a long time. Is there an easy way of toggling this backward compability? Or do we have to maintain our own fork of hydra to be able to do it? (I really don't want to do that).