mirror of
https://gitee.com/dromara/sa-token.git
synced 2024-12-03 20:37:53 +08:00
commit
eb1ec5676c
@ -277,6 +277,9 @@ public class SaOAuth2Handle {
|
||||
String clientSecret = req.getParamNotNull(Param.client_secret);
|
||||
String scope = req.getParam(Param.scope);
|
||||
|
||||
//校验 ClientScope
|
||||
SaOAuth2Util.checkContract(clientId, scope);
|
||||
|
||||
// 校验 ClientSecret
|
||||
SaOAuth2Util.checkClientSecret(clientId, clientSecret);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user