1
0
mirror of synced 2026-08-04 17:27:13 +00:00

Update to Boot 2.0.0.M4

Issue: gh-4608
This commit is contained in:
Rob Winch
2017-10-09 08:17:21 -05:00
parent 96a4392e48
commit 448ee08f28
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
gaeVersion=1.9.56
springBootVersion=2.0.0.M2
springBootVersion=2.0.0.M4
version=5.0.0.BUILD-SNAPSHOT
@@ -53,7 +53,9 @@ public class MainController {
.getProviderDetails().getUserInfoEndpoint().getUri();
if (!StringUtils.isEmpty(userInfoEndpointUri)) { // userInfoEndpointUri is optional for OIDC Clients
userAttributes = this.webClient
.mutate()
.filter(oauth2Credentials(authentication))
.build()
.get()
.uri(userInfoEndpointUri)
.retrieve()