Merge branch '2.6.x' into 2.7.x

Closes gh-33068
This commit is contained in:
Andy Wilkinson 2022-11-08 13:14:30 +00:00
commit bb141ffc09

View File

@ -95,7 +95,7 @@ You can register multiple OAuth2 clients and providers under the `spring.securit
scope: "user"
redirect-uri: "https://my-redirect-uri.com"
client-authentication-method: "basic"
authorization-grant-type: "authorization-code"
authorization-grant-type: "authorization_code"
my-client-2:
client-id: "abcd"