We want to save complex attributes from Identity Providers in json format and release them in the same format in Clients. The problem is that these attribute value is over 255 length, which is the database length of value field of user_attribute table.
What do you propose to do in order to overcome this problem? Increase database length (or make value clob identically) in our database?
Is there any thoughs for changes in Keycloak in order to support such situations?