From 8c5c142d59cb4f571c3e4941f9081668bc8aa42b Mon Sep 17 00:00:00 2001 From: "komuro.hiraku" Date: Mon, 23 Mar 2020 15:19:31 +0900 Subject: [PATCH] Fix userNameAttribute property case style Fixes gh-8169 --- .../docs/asciidoc/_includes/servlet/oauth2/oauth2-login.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/src/docs/asciidoc/_includes/servlet/oauth2/oauth2-login.adoc b/docs/manual/src/docs/asciidoc/_includes/servlet/oauth2/oauth2-login.adoc index 6badf5a796..31c19185dd 100644 --- a/docs/manual/src/docs/asciidoc/_includes/servlet/oauth2/oauth2-login.adoc +++ b/docs/manual/src/docs/asciidoc/_includes/servlet/oauth2/oauth2-login.adoc @@ -138,7 +138,7 @@ The following table outlines the mapping of the Spring Boot 2.x OAuth Client pro |`providerDetails.userInfoEndpoint.authenticationMethod` -|`spring.security.oauth2.client.provider._[providerId]_.userNameAttribute` +|`spring.security.oauth2.client.provider._[providerId]_.user-name-attribute` |`providerDetails.userInfoEndpoint.userNameAttributeName` |===