Databases can handle large text fields. Column type depends on the database. For example [1] shows few MySql column types that can handle large texts.
And in the same time there are some database column types that can handle xml etc. You will need to do some research to to find suitable column type for your requirement. [1] https://stackoverflow.com/questions/6766781/maximum-length-for-mysql-type-text Thanks, On Tue, Jul 3, 2018 at 12:26 PM Vihanga Liyanage <[email protected]> wrote: > Hi Farasath, > >> >> SAML Assertion size is going to depend with the number of requested >> claims, signing, encryption etc. How are we planning to handle this >> ? >> > > That is a valid question! The initial value, 4096 was used in the > IDN_SAML2_ASSERTION_STORE table. But with my implementation, later I found > out that it's not enough and used 5120 for now. Is there a maximum size > that we can decide on? > >> >> >> > -- Maduranga Siriwardena Senior Software Engineer WSO2 Inc; http://wso2.com/ Email: [email protected] Mobile: +94718990591 Blog: *https://madurangasiriwardena.wordpress.com/ <https://madurangasiriwardena.wordpress.com/>* <http://wso2.com/signature>
_______________________________________________ Architecture mailing list [email protected] https://mail.wso2.org/cgi-bin/mailman/listinfo/architecture
