diff --git a/others/db_table_description.html b/others/db_table_description.html index 48804f8..44c59b6 100644 --- a/others/db_table_description.html +++ b/others/db_table_description.html @@ -22,7 +22,7 @@ - oauth_client_details + oauth_client_details client_id 主键,必须唯一,不能为空. @@ -188,6 +188,16 @@ 对该字段的具体使用请参考OauthUserApprovalHandler.java. (扩展字段) + + autoapprove + + 设置用户是否自动Approval操作, 默认值为 'false', 可选值包括 'true','false', 'read','write'. +
+ 该字段只适用于grant_type="authorization_code"的情况,当用户登录成功后,若该值为'true'或支持的scope值,则会跳过用户Approve的页面, 直接授权. +
+ 该字段与 trusted 有类似的功能, 是 spring-security-oauth2 的 2.0 版本后添加的新属性. + +

@@ -361,7 +371,7 @@

- © spring-oauth-server + © 2013 - 2015 spring-oauth-server