Skip to content

Commit aecebea

Browse files
committed
Polish ref doc for oauth2Login
1 parent 7754913 commit aecebea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/manual/src/docs/asciidoc/_includes/servlet/oauth2/oauth2-login.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,9 @@ The following table outlines the mapping of the Spring Boot 2.x OAuth Client pro
142142
|`providerDetails.userInfoEndpoint.userNameAttributeName`
143143
|===
144144

145+
[TIP]
146+
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.
147+
145148

146149
[[oauth2login-common-oauth2-provider]]
147150
=== CommonOAuth2Provider

0 commit comments

Comments
 (0)