mirror of
https://gitee.com/log4j/pig.git
synced 2024-12-22 20:54:25 +08:00
Merge remote-tracking branch 'origin/dev'
This commit is contained in:
commit
d253057883
@ -38,7 +38,7 @@
|
||||
| Spring Cloud Alibaba | 2021.0.1.0 |
|
||||
| Spring Authorization Server | 0.3.0 |
|
||||
| Mybatis Plus | 3.5.2 |
|
||||
| hutool | 5.8.2 |
|
||||
| hutool | 5.8.3 |
|
||||
| Avue | 2.6.18 |
|
||||
|
||||
### 模块说明
|
||||
|
@ -87,7 +87,7 @@ public class PigRemoteRegisteredClientRepository implements RegisteredClientRepo
|
||||
SysOauthClientDetails clientDetails = detailsR.getData();
|
||||
|
||||
RegisteredClient.Builder builder = RegisteredClient.withId(clientDetails.getClientId())
|
||||
.clientId(clientDetails.getClientSecret())
|
||||
.clientId(clientDetails.getClientId())
|
||||
.clientSecret(SecurityConstants.NOOP + clientDetails.getClientSecret())
|
||||
.clientAuthenticationMethod(ClientAuthenticationMethod.CLIENT_SECRET_BASIC);
|
||||
|
||||
|
2
pom.xml
2
pom.xml
@ -35,7 +35,7 @@
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<spring-boot-admin.version>2.6.7</spring-boot-admin.version>
|
||||
<spring.authorization.version>0.3.0</spring.authorization.version>
|
||||
<hutool.version>5.8.2</hutool.version>
|
||||
<hutool.version>5.8.3</hutool.version>
|
||||
<dynamic-ds.version>3.5.1</dynamic-ds.version>
|
||||
<captcha.version>2.2.2</captcha.version>
|
||||
<velocity.version>2.3</velocity.version>
|
||||
|
Loading…
Reference in New Issue
Block a user