Fix OAuth2 Login Reference Format

Issue: gh-5836
This commit is contained in:
Rob Winch 2018-09-18 09:27:32 -05:00
parent 3ecefab957
commit a44d07ecf4
1 changed files with 2 additions and 2 deletions

View File

@ -448,10 +448,10 @@ spring:
----
+
.OAuth Client properties
===
====
<1> `spring.security.oauth2.client.registration` is the base property prefix for OAuth Client properties.
<2> Following the base property prefix is the ID for the <<jc-oauth2login-client-registration,ClientRegistration>>, such as google.
===
====
. Replace the values in the `client-id` and `client-secret` property with the OAuth 2.0 credentials you created earlier.