Skip to content

Commit 569e752

Browse files
EricGao888wilkinsona
authored andcommitted
Fix a minor bug in an example in oauth2 doc
See gh-32931
1 parent 3021263 commit 569e752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/web/spring-security.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ You can register multiple OAuth2 clients and providers under the `spring.securit
9898
scope: "user"
9999
redirect-uri: "https://my-redirect-uri.com"
100100
client-authentication-method: "basic"
101-
authorization-grant-type: "authorization-code"
101+
authorization-grant-type: "authorization_code"
102102
103103
my-client-2:
104104
client-id: "abcd"

0 commit comments

Comments
 (0)