File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-boot-project/spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2836,7 +2836,7 @@ explicitly configure the paths that you do want to override.
2836
2836
[[boot-features-security-oauth2]]
2837
2837
=== OAuth2
2838
2838
2839
- === Client
2839
+ ==== Client
2840
2840
If you have `spring-security-oauth2-client` on your classpath you can take advantage of
2841
2841
some auto-configuration to make it easy to set up an OAuth2 Client. This configuration
2842
2842
makes use of the properties under `OAuth2ClientProperties`.
@@ -2858,7 +2858,7 @@ You can register multiple OAuth2 clients and providers under the
2858
2858
provider: my-oauth-provider
2859
2859
scope: user
2860
2860
redirect-uri: http://my-redirect-uri.com
2861
- authentication-method: basic
2861
+ client- authentication-method: basic
2862
2862
authorization-grant-type: authorization_code
2863
2863
my-client2:
2864
2864
client-id: abcd
@@ -2867,7 +2867,7 @@ You can register multiple OAuth2 clients and providers under the
2867
2867
provider: my-oauth-provider
2868
2868
scope: email
2869
2869
redirect-uri: http://my-redirect-uri.com
2870
- authentication-method: basic
2870
+ client- authentication-method: basic
2871
2871
authorization-grant-type: authorization_code
2872
2872
provider:
2873
2873
my-oauth-provider:
You can’t perform that action at this time.
0 commit comments