Skip to content

Commit 0d9fbb3

Browse files
kuschzzpSteve Riesenberg
authored and
Steve Riesenberg
committed
Add authorizedScopes to sql in ref-doc
Closes gh-1008 Related gh-829
1 parent e332a9d commit 0d9fbb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/docs/asciidoc/guides/how-to-jpa.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ CREATE TABLE authorization (
7272
registeredClientId varchar(255) NOT NULL,
7373
principalName varchar(255) NOT NULL,
7474
authorizationGrantType varchar(255) NOT NULL,
75+
authorizedScopes varchar(1000) DEFAULT NULL,
7576
attributes varchar(4000) DEFAULT NULL,
7677
state varchar(500) DEFAULT NULL,
7778
authorizationCodeValue varchar(4000) DEFAULT NULL,

0 commit comments

Comments
 (0)