-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Large value of User Attribute #132
Comments
text field in postgresql |
They have added an index in USER_ENTITY table ( correctly). In postgresql index field value maximum size is 8191. |
Moreover, tests fail due to index in clob. Other databases do not have text field and liquibase try to create lob field. |
We increase User Attribute Value to 4000 length and test in https://login-devel.einfra.grnet.gr/auth/ ( release 15.0.2-r1.0.6) . Some tests in our stage-15.0.2 will be failed due to problem with MySQL with this length. We will ignore them. @nikosev you could test large User Attributes |
) Closes #116 Signed-off-by: Jon Koops <[email protected]> Co-authored-by: Jon Koops <[email protected]>
We want to save complex attributes from Identity Providers in json format and release them in the same format in Clients ( see ORCID publications). The problem is that these attribute value is over 255 length, which is the database length of value field of user_attribute table.
Related jira issue : https://jira.argo.grnet.gr/browse/RCIAM-656 for publications.
Dev discussion: https://groups.google.com/g/keycloak-dev/c/z6htKyfByd0
Keycloak jira issue has been closed by Stian.
Stian response :
It is too complex for our use case. Or we should find simple value like url to
The text was updated successfully, but these errors were encountered: