mirror of
https://github.com/casdoor/casdoor.git
synced 2025-07-02 19:40:19 +08:00
Add initial value for grantTypes
This commit is contained in:
@ -120,6 +120,7 @@
|
||||
"rule": "None"
|
||||
}
|
||||
],
|
||||
"grantTypes": ["authorization_code", "password", "client_credentials", "token", "id_token", "refresh_token"],
|
||||
"redirectUris": [""],
|
||||
"expireInHours": 168,
|
||||
"failedSigninLimit": 5,
|
||||
|
Reference in New Issue
Block a user