We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
JdbcOAuth2AuthorizationService should provide better support for large data columns.
JdbcOAuth2AuthorizationService
In addition to the existing varchar support, it should also support clob, blob and text for these columns:
varchar
clob
blob
text
attributes
authorization_code_metadata
access_token_metadata
oidc_id_token_metadata
refresh_token_metadata
The text was updated successfully, but these errors were encountered:
58bac49
JdbcOAuth2AuthorizationService improves support for large data columns
3edad18
Closes spring-projectsgh-604
jgrandja
No branches or pull requests
JdbcOAuth2AuthorizationService
should provide better support for large data columns.In addition to the existing
varchar
support, it should also supportclob
,blob
andtext
for these columns:attributes
authorization_code_metadata
access_token_metadata
oidc_id_token_metadata
refresh_token_metadata
The text was updated successfully, but these errors were encountered: