Explorar el Código

Merge branch '0.4.x'

The following commits are merged using the default merge strategy.

0d9fbb375f2482ea09b69f126f05c5d82fe37016 Add authorizedScopes to sql in ref-doc
Steve Riesenberg hace 2 años
padre
commit
f06ed40bbf
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      docs/src/docs/asciidoc/guides/how-to-jpa.adoc

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

@@ -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,