mirror of
https://github.com/casdoor/casdoor.git
synced 2025-05-23 02:35:49 +08:00
Add initial value for grantTypes
This commit is contained in:
parent
f35a5f9a47
commit
eaa6f50085
@ -120,6 +120,7 @@
|
||||
"rule": "None"
|
||||
}
|
||||
],
|
||||
"grantTypes": ["authorization_code", "password", "client_credentials", "token", "id_token", "refresh_token"],
|
||||
"redirectUris": [""],
|
||||
"expireInHours": 168,
|
||||
"failedSigninLimit": 5,
|
||||
|
@ -61,6 +61,7 @@ class ApplicationListPage extends BaseListPage {
|
||||
{name: "Phone", visible: true, required: true, rule: "None"},
|
||||
{name: "Agreement", visible: true, required: true, rule: "None"},
|
||||
],
|
||||
grantTypes: ["authorization_code", "password", "client_credentials", "token", "id_token", "refresh_token"],
|
||||
cert: "cert-built-in",
|
||||
redirectUris: ["http://localhost:9000/callback"],
|
||||
tokenFormat: "JWT",
|
||||
|
Loading…
x
Reference in New Issue
Block a user