From aecebeac69e0799904fa53a4d018f6d5e421f0d8 Mon Sep 17 00:00:00 2001 From: Joe Grandja Date: Sun, 29 Sep 2019 21:04:32 -0400 Subject: [PATCH] Polish ref doc for oauth2Login --- .../docs/asciidoc/_includes/servlet/oauth2/oauth2-login.adoc | 3 +++ 1 file changed, 3 insertions(+) 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 4158c01410..1dc66cbae2 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 @@ -142,6 +142,9 @@ The following table outlines the mapping of the Spring Boot 2.x OAuth Client pro |`providerDetails.userInfoEndpoint.userNameAttributeName` |=== +[TIP] +A `ClientRegistration` can be initially configured using discovery of an OpenID Connect Provider's https://openid.net/specs/openid-connect-discovery-1_0.html#ProviderConfig[Configuration endpoint] or an Authorization Server's https://tools.ietf.org/html/rfc8414#section-3[Metadata endpoint], by specifying the `spring.security.oauth2.client.provider._[providerId]_.issuer-uri` property. + [[oauth2login-common-oauth2-provider]] === CommonOAuth2Provider