parent
3ecefab957
commit
a44d07ecf4
|
@ -448,10 +448,10 @@ spring:
|
||||||
----
|
----
|
||||||
+
|
+
|
||||||
.OAuth Client properties
|
.OAuth Client properties
|
||||||
===
|
====
|
||||||
<1> `spring.security.oauth2.client.registration` is the base property prefix for 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.
|
<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.
|
. Replace the values in the `client-id` and `client-secret` property with the OAuth 2.0 credentials you created earlier.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue