mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Fix OAuth2 Login Reference Format
Issue: gh-5836
This commit is contained in:
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…
x
Reference in New Issue
Block a user