Open DonaldChung-HK opened 1 week ago
Hi @DonaldChung-HK , this problem depends on the MitreID dependency which is storing the Authentication user's info into database. We should fix this as soon as we'll move away from it (we expect to migrate to latest Spring Security libraries during 2025, hopefully before June).
Hi @enricovianello, is there any workaround for this in the interim?
Hi,
I was made aware of a problem when user have around 30 groups, the token exchange will fail with a HTTP 500. Upon investigation, The
AccesstokenIssued
event of the exchange have showed up in the AUDIT log but the following happened.I don't think this is necessary tied to the number of groups but rather the amount of character in the groups causing the
subject_token
state
orrequest
to be too long to exceed the limit of varchar(2048) in the table. Could you please investigate?Thanks