Merge branch '0.4.x'

The following commits are merged using the default merge strategy.

0d9fbb375f Add authorizedScopes to sql in ref-doc
This commit is contained in:
Steve Riesenberg
2023-01-03 15:50:18 -06:00

View File

@@ -72,6 +72,7 @@ CREATE TABLE authorization (
registeredClientId varchar(255) NOT NULL,
principalName varchar(255) NOT NULL,
authorizationGrantType varchar(255) NOT NULL,
authorizedScopes varchar(1000) DEFAULT NULL,
attributes varchar(4000) DEFAULT NULL,
state varchar(500) DEFAULT NULL,
authorizationCodeValue varchar(4000) DEFAULT NULL,