Add authorizedScopes to sql in ref-doc
Closes gh-1008 Related gh-829
This commit is contained in:
committed by
Steve Riesenberg
parent
e332a9dac5
commit
0d9fbb375f
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user