Browse Source

Merge branch '0.4.x'

The following commits are merged using the default merge strategy.

0d9fbb375f Add authorizedScopes to sql in ref-doc
pull/1055/head
Steve Riesenberg 3 years ago
parent
commit
f06ed40bbf
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