Skip to content

Commit bb141ff

Browse files
committed
Merge branch '2.6.x' into 2.7.x
Closes gh-33068
2 parents 0e70c33 + 452cc71 commit bb141ff

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ You can register multiple OAuth2 clients and providers under the `spring.securit
9595
scope: "user"
9696
redirect-uri: "https://my-redirect-uri.com"
9797
client-authentication-method: "basic"
98-
authorization-grant-type: "authorization-code"
98+
authorization-grant-type: "authorization_code"
9999
100100
my-client-2:
101101
client-id: "abcd"

0 commit comments

Comments
 (0)