bug(jans-linux-setup): change datatype of jansReqURI
, jansClaimRedirectURI
and jansAuthorizedOrigins
to json of jansClnt
table in mysql
#1088
Labels
comp-jans-linux-setup
Component affected by issue or PR
In mysql, multivalued database attributes are mapped to
json
datatype.Current Issue
In
jansClnt
table,claimRedirectUris
,authorizedOrigins
andrequestUris
have following datatypesjansReqURI
-->tinytextjansClaimRedirectURI
-->tinytextjansAuthorizedOrigins
-->varchar(64)Expected change
The
jansReqURI
,jansClaimRedirectURI
andjansAuthorizedOrigins
attributes are multivalued. So we need to change the datatype of these columns tojson
.The text was updated successfully, but these errors were encountered: