wso2 / product-is

Welcome to the WSO2 Identity Server source code! For info on working with the WSO2 Identity Server repository and contributing code, click the link below.
http://wso2.github.io/
Apache License 2.0
744 stars 723 forks source link

No references to CONSENTED_TOKEN column in the IDN_OAUTH2_ACCESS_TOKEN table #20508

Open jcgarciaa opened 3 months ago

jcgarciaa commented 3 months ago

Is your suggestion related to a missing or misleading document? Please describe.

Due to a bug [1], a new column was added to the IDN_OAUTH2_ACCESS_TOKEN table. The column CONSENTED_TOKEN was introduced on version 5.10.0 update level 131 and included by default since version 6.0.0 [2]. However this column is not mentioned in any official documentation.

Describe the improvement

Update the "Identity Related Tables" documentation to include the CONSENTED_TOKEN column in the IDN_OAUTH2_ACCESS_TOKEN table:


[1] https://github.com/wso2/product-is/issues/13181 [2] https://github.com/wso2/carbon-identity-framework/pull/4132