coheigea commented on a change in pull request #687:
URL: https://github.com/apache/cxf/pull/687#discussion_r469059896
##########
File path:
rt/rs/security/sso/oidc/src/main/java/org/apache/cxf/rs/security/oidc/idp/OidcUserSubject.java
##########
@@ -54,6 +55,7 @@ public OidcUserSubject(UserSubject sub) {
@Lob
@Basic(fetch = FetchType.EAGER)
+ @Column(length = 1024)
Review comment:
I'm wondering if a JWT token can be longer than 1024 characters....say
if it has a lot of claims?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]