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

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

View File

@ -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()