Add authorizedScopes to sql in ref-doc

Closes gh-1008
Related gh-829
This commit is contained in:
kuschzzp
2022-12-16 17:14:09 +08:00
committed by Steve Riesenberg
parent e332a9dac5
commit 0d9fbb375f

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,