Browse Source

Add authorizedScopes to sql in ref-doc

Closes gh-1008
Related gh-829
pull/1468/head
kuschzzp 3 years ago committed by Steve Riesenberg
parent
commit
0d9fbb375f
No known key found for this signature in database
GPG Key ID: 5F311AB48A55D521
  1. 1
      docs/src/docs/asciidoc/guides/how-to-jpa.adoc

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

@ -72,6 +72,7 @@ CREATE TABLE authorization ( @@ -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,

Loading…
Cancel
Save