parent
96a4392e48
commit
448ee08f28
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue